[zeromq-dev] Cross-compiling zmq for PowerPC-405
Martin Sustrik
sustrik at 250bpm.com
Wed Oct 19 16:26:04 CEST 2011
On 10/19/2011 04:04 PM, Tergeist P wrote:
> ./configure --target=powerpc-405-linux-gnu CC=powerpc-405-linux-gnu-gcc \
> CXX=powerpc-405-linux-gnu-g++ --with-cpp --with-chat
> --with-documentation
Target box is a Linux, right?
That presumably means that you have a very old SDK. The solution would
be get a newer SDK.
Alternative solution is to force 0MQ to use poll instead of epoll. You
can do so by defining ZMQ_FORCE_POLL macro.
Martin
More information about the zeromq-dev
mailing list