20 Nov
2006
20 Nov
'06
4:48 p.m.
Hughes, James
This is the command line I used to build boost using Bjam for an arm platform, not sure if that helps with what you need, but here it is anyway!!
bjam "-sGCC_ROOT_DIRECTORY=/opt/montavista/mobilinux/devkit/arm/iwmmxt_le" "-sGCC=iwmmxt_le-gcc" "-sGXX=iwmmxt_le-g++" stage
Stage is the folder in which all the libs are placed, other parameters should be self explanatory.
James
Thanks, but boost_1_33_1 is distributed with a 'configure' file, and it should be possible to set options on this to get a cross-build. Just need to set a "arm-linux" prefix on each of the toolnames ... somehow. Even so, will have a look at your command to see if/how it can be used. Thanks. Mike