|
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.
__________________
Maintainer of RobotPy - Python for FRC
Creator of pyfrc (Robot Simulator + utilities for Python) and pynetworktables/ pynetworktables2js (NetworkTables for Python & Javascript)
2017 Season: Teams #1973, #4796, #6369
Team #1418 (remote mentor): Newton Quarterfinalists, 2016 Chesapeake District Champion, 2x Innovation in Control award, 2x district event winner
Team #1418: 2015 DC Regional Innovation In Control Award, #2 seed; 2014 VA Industrial Design Award; 2014 Finalists in DC & VA
Team #2423: 2012 & 2013 Boston Regional Innovation in Control Award
Resources: FIRSTWiki (relaunched!) | My Software Stuff
|