[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] Compile on different system?
- To: xymon (at) xymon.com
- Subject: Re: [xymon] Compile on different system?
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Thu, 30 Dec 2010 16:55:50 +0100
- References: <AANLkTik8w-8XricWpGB4+AiJGRGUE93PPBD4DsrLkAVP (at) mail.gmail.com> <3FDEC2F00C60124B992BE74B733B28A4012654F9DB4E (at) EXDB03.orhs.org> <AANLkTinj9nKm4pPYVGHv8fhZkvG-fyVjkDt6NDPJOt4_ (at) mail.gmail.com>
- User-agent: KMail/1.13.5 (Linux/2.6.35-23-generic; KDE/4.5.1; i686; ; )
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