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
in user-config.jam
using gcc : arm : arm-none-linux-gnueabi-g++ ;2.
bjam toolset=gcc-arm