Xymon Mailing List Archive search

Compile on different system?

list Simon Lenz
Fri, 31 Dec 2010 03:19:04 +0100
Message-Id: <user-94744093c11d@xymon.invalid>

Okay thanks for the ideas,
but after a bit of searching i've found a simpler issue for the gcc problem:
switching the ipkg feed......  (as i already said i'm a complette layman;) )

nevertheless thanks for your time/help

greetings

On 30 December 2010 16:55, Stef Coene <user-dbffe946c0f4@xymon.invalid> wrote:
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