Wind River Linux 8, PowerPC 64-bit

What was ported?

  • shared memory, udpv4 and tcpv4 transports
  • C/C++/Modern C++ layers


I encountered bugs related to casting from a pointer to a 32-bits integer in a 64-bit architecture, wrong endianness for big-endian TCP architectures, and other issues related to openSSL.The code changes where mostly in C to fix bugs and unit-tests. The compiler options were important as well.