![]() |
Cross compiling boost libraries?
Does anyone have any experience cross compiling the boost libraries for vxworks?
|
Re: Cross compiling boost libraries?
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. |
| All times are GMT -5. The time now is 12:08. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi