Xymon Mailing List Archive search

Compile on different system?

list Stef Coene
Thu, 30 Dec 2010 16:55:50 +0100
Message-Id: <user-dbe35a3dffac@xymon.invalid>

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