Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Cross compiling boost libraries? (http://www.chiefdelphi.com/forums/showthread.php?t=128651)

connor.worley 09-04-2014 14:09

Cross compiling boost libraries?
 
Does anyone have any experience cross compiling the boost libraries for vxworks?

virtuald 24-04-2014 17:21

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