Log in

View Full Version : Cross compiling boost libraries?


connor.worley
09-04-2014, 14:09
Does anyone have any experience cross compiling the boost libraries for vxworks?

virtuald
24-04-2014, 17:21
Yup. It mostly works. Last time I played with it was in 2009. Basically, put the header components somewhere and add them to your include path, and then if you require a non-header-only library add the right files to your project (or a separate library project and link to that) and you should be set. I fixed some bugs in the thread/asio libraries back then, no idea if it still works.

WebDMA was a project I created that used boost and worked on the cRio.

FWIW, if you use the C++ 11 compiler, I suspect that you'll have better luck.