In the current release you can get it work just using that. If you need some help I can do something.
I've done it for cross-compile my app to android and work just fine, althougth I had some problems while using 1_33_1.
Hi all,
I have to cross compile the boost 1.33.1 for my development board.
I downloaded boost_1_33_1 from the sourceforge download page and I followed the steps provided as per this link ( http://www.boost.org/doc/tools/build/doc/html/bbv2/tasks/crosscompile.html )
1. specify your cross compiler inuser-config.jam
using gcc : arm : arm-none-linux-gnueabi-g++ ;2.bjam toolset=gcc-arm
It needs bjam, so I download and installed the bjam from boost download page.
when I run bjam toolset=gcc-arm, I am getting the following error:
don't know how to make toolset=gcc-arm
...found 1 target...
...can't find 1 target...
It will be very helpful, if someone guide me with the steps to cross compile boost1.33.1 version.
Thanks in advance.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users