[zeromq-dev] porting to VxWorks

2012-10-29 Thread Philip Nguyen
Hi there, Any suggestions how to port zmq to vxworks? Thanks ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

[zeromq-dev] porting to VxWorks

2011-03-25 Thread YAMOKOSKI, JOHN D. (JSC-ER)[OCEANEERING SPACE SYSTEMS]
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

Re: [zeromq-dev] porting to VxWorks

2011-07-26 Thread martin burtscher
YAMOKOSKI, JOHN D. (JSC-ER)[OCEANEERING SPACE SYSTEMS] nasa.gov> writes: > > > 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 gn

Re: [zeromq-dev] porting to VxWorks

2011-07-26 Thread Martin Sustrik
Hi Martin, > i've already ported ZMQ (latest ported version: 2.0.10) to VxWorks. > At least for VxWorks 6.1 (which should also work for newer versions, but not > for > older). I just used the ZMQ source code tried to compile and fixed the errors > with #defines. > > Hint: Use ZMQ_HAVE_OPENVMS. Th

Re: [zeromq-dev] porting to VxWorks

2012-03-18 Thread Pieter Hintjens
On Tue, Jul 26, 2011 at 3:34 AM, martin burtscher wrote: > i've already ported ZMQ (latest ported version: 2.0.10) to VxWorks. > At least for VxWorks 6.1 (which should also work for newer versions, but not > for > older). I just used the ZMQ source code tried to compile and fixed the errors > wi

Re: [zeromq-dev] porting to VxWorks

2011-03-25 Thread Mikko Koppanen
On Fri, Mar 25, 2011 at 2:16 PM, YAMOKOSKI, JOHN D. (JSC-ER)[OCEANEERING SPACE SYSTEMS] 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