[zeromq-dev] porting to VxWorks
Mikko Koppanen
mikko.koppanen at gmail.com
Fri Mar 25 18:10:33 CET 2011
On Fri, Mar 25, 2011 at 2:16 PM, YAMOKOSKI, JOHN D.
(JSC-ER)[OCEANEERING SPACE SYSTEMS] <john.d.yamokoski at nasa.gov> wrote:
> I’ve done some searching but can’t find anyone who has ported zmq to
> VxWorks. I’d like to take on that challenge, however does anyone have any
> advice on where to start? Right now, I’ve just found a lot of links to gnu
> tools for cross compiling. Has anyone documented their port to another OS so
> I can follow along and attempt to replicate?
>
Hi,
I don't know VxWorks at all but assuming you can cross-compile for it
using autotools. In this case you need to setup a cross-compiler
toolchain and pass the required options for ./configure script. The
daily builds currently cross-compile Windows binaries on Linux using
mingw32 and the following configure line:
./configure --target=mingw32 --build=i686-linux --host=i586-mingw32msvc
I assume VxWorks would be something similar but I really don't know
the platform at all.
--
Mikko Koppanen
More information about the zeromq-dev
mailing list