<br>Hi<br>This was getting an error when I send the message, and because I didn&#39;t see my post so I do it again...wasn&#39;t my intention to spam or something similiar.<br><br>In the user-config.jam I add this line:<br>
<b>using gcc : arm : /home/carlos/arm/arm-2009q3/bin/arm-none-linux-gnueabi-g++  ;</b><br>
<br>then I use this command for compiling:<br><b>sudo bjam install --prefix=/usr/local/boost_1_42_0 --layout=system toolset=gcc-arm link=static runtime-link=static -a<br></b><br>I was getting the error because it was use gcc compiler instead of arm compiler.<br>
The --debug-configuration was a big help in finding the problem.<br>To prevent any further problems I will copy it to my home directory.<br>

