Hello,

I'm trying to compile Boost Asio under VxWorks OS, with GNU compiler, without any success.

Right now, I've setted up a new project with Workbench 3.3, and included the <boost/asio.hpp> library. As a result, I got a tone of errors because many files it is including doesn't exist. Actually, it is trying to include Linux's files such as /sys/poll.h and /sys/uio.h. These files don't exist in VxWorks.

Does somebody already compiled it under VxWorks ?

Best regards,

Julien.