[zeromq-dev] Problems cross compiling for ARM
Martin Lucina
martin at lucina.net
Tue Apr 9 18:36:14 CEST 2013
Hi Pieter,
ph at imatix.com said:
> On Tue, Apr 9, 2013 at 5:33 PM, Martin Lucina <martin at lucina.net> wrote:
>
> >> How do we build for ARM?
> > You want:
> > $ ./configure --host=arm-none-linux-gnueabi
>
> Hi Mato, nice... this is a standard autotools host, right?
The above is the standard autotools syntax for cross-compiling, assuming
your toolchain environment is sane. Given the various weird environments
shipped by OEMs the chance of that is unknown, but they should supply the
host triplet in their docs somewhere.
In fact, these instructions are probably listed in the stock INSTALL file,
but that's presumably TL;DR.
> Do you know if there's a list of the main hosts somewhere?
Unfortunately not, see above. E.g. I have arm-linux-gnueabi here since I
use the EmDebian toolchain.
-mato
More information about the zeromq-dev
mailing list