Thanks guys for all your reply.<br><br>I took your advice and persuaded my lead to use latest boost version.<br><br>Now the application is linking fine� but, When I run my application in the development board it is getting seg fault.<br> I was using smart pointer to create thread still normal way of creating a thread also results in seg fault.<br>Any suggestions on this will be very helpful.<br><br>Regards<br>Srinath.D<br><br><br><div class="gmail_quote"> On Wed, Mar 31, 2010 at 10:34 PM, Carlos <span dir="ltr"><<a href="mailto:asc2.cemg@gmail.com">asc2.cemg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> In the current release you can get it work just using that. If you need some help I can do something.<br>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.<br> <br><div class="gmail_quote"><div><div></div><div class="h5">On Wed, Mar 31, 2010 at 7:36 AM, srinath duraisamy <span dir="ltr"><<a href="mailto:mail2srinathd@gmail.com" target="_blank">mail2srinathd@gmail.com</a>></span> wrote:<br> </div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5"> Hi all,<br><br>I have to cross compile the boost 1.33.1 for my development board.<br>I downloaded boost_1_33_1 from the sourceforge download page and I followed the steps provided as per this link ( <a href="http://www.boost.org/doc/tools/build/doc/html/bbv2/tasks/crosscompile.html" target="_blank">http://www.boost.org/doc/tools/build/doc/html/bbv2/tasks/crosscompile.html</a> )<br> <br>1. specify your cross compiler in <code>user-config.jam</code> <br><pre><span style="font-family: verdana,sans-serif;">using gcc : arm : arm-none-linux-gnueabi-g++ ;</span><br></pre>2.� <br><pre>bjam toolset=gcc-arm<br></pre><br>It needs bjam, so I download and installed the bjam from boost download page.<br> when I run bjam toolset=gcc-arm, I am getting the following error:<br><br>����� don't know how to make toolset=gcc-arm<br> ����� ...found 1 target...<br>����� ...can't find 1 target...<br><br>It will be very helpful, if� someone guide me with the steps to cross compile boost1.33.1 version.<br><br>Thanks in advance.<br> <br></div></div><div class="im">_______________________________________________<br> Boost-users mailing list<br> <a href="mailto:Boost-users@lists.boost.org" target="_blank">Boost-users@lists.boost.org</a><br> <a href="http://lists.boost.org/mailman/listinfo.cgi/boost-users" target="_blank">http://lists.boost.org/mailman/listinfo.cgi/boost-users</a><br></div></blockquote></div><br> <br>_______________________________________________<br> Boost-users mailing list<br> <a href="mailto:Boost-users@lists.boost.org">Boost-users@lists.boost.org</a><br> <a href="http://lists.boost.org/mailman/listinfo.cgi/boost-users" target="_blank">http://lists.boost.org/mailman/listinfo.cgi/boost-users</a><br></blockquote></div><br>