2012년 1월 13일 금요일

Compile Boost 1.4.7 on ARM board

http://www.boost.org/boost-build2/doc/html/bbv2/reference/tools.html
vi user-config.jam
#using gcc : 4.0 : g++-4.0 ;
using gcc : 4.1.2 : arm-linux-gnueabi-g++ ;

http://www.boost.org/doc/libs/1_48_0/more/getting_started/unix-variants.html
$ cd ~/boost_1_47_0
$ b2 --build-dir=/tmp/build-boost toolset=gcc stage
http://www.boost.org/doc/libs/1_47_0/

댓글 없음: