[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xymon] Compile on different system?



On Thursday 30 December 2010, Simon Lenz wrote:
> That sounds really good:)
> 
> even if i compile it on x86 and run it on arm architecture?
No, for that you need to cross compile.
On x86 ubnutu you can install a gcc compiler that will generate arm binary's.  
I think you need:
g++-arm-linux-gnueabi - The GNU C++ compiler for armel architecture
gcc-arm-linux-gnueabi - The GNU C compiler for armel architecture

I never tried this before.

You can also tried the arm compiled binary from debian:
http://packages.debian.org/search?source=1&arch=arm&keywords=xymon

Stef