Boost C++ Libraries: Ticket #2255: Compilation error during arm cross compile - boost 1.36 https://svn.boost.org/trac10/ticket/2255 <p> I get the following error while cross compiling the boost 1.36 release for arm. The compiler used is codesourcery's 2007q3 gcc based ( 4.2.1) compiler. The compiler error is displayed as follows ../libboost_thread_gcc-mt.so: undefined reference to <span class="underline">sync_add_and_fetch_4 </span></p> <p> This error was supposed to be fixed in 1.36 ( I don't recall the previous ticket number ). Looking at the logs, Peter Dimov was the person incharge of the fix. </p> <p> Your help is much appreciated. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2255 Trac 1.4.3 anonymous Tue, 16 Sep 2008 16:59:16 GMT <link>https://svn.boost.org/trac10/ticket/2255#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2255#comment:1</guid> <description> <p> I found out that it was the new code in the exception directory that was causing this problem. Excluding the exceptions ( using BOOST_EXCEPTION_DISABLE flag), seem to fix the problem. Hopefully the exception libraries will be fixed in the next version of boost. </p> </description> <category>Ticket</category> </item> <item> <author>zoulei198547@…</author> <pubDate>Sat, 28 Feb 2009 20:37:18 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2255#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2255#comment:2</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/2255#comment:1" title="Comment 1">anonymous</a>: </p> <blockquote class="citation"> <p> I found out that it was the new code in the exception directory that was causing this problem. Excluding the exceptions ( using BOOST_EXCEPTION_DISABLE flag), seem to fix the problem. Hopefully the exception libraries will be fixed in the next version of boost. </p> </blockquote> <p> Could you tell me how to do this ? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Anthony Williams</dc:creator> <pubDate>Fri, 22 Oct 2010 09:55:36 GMT</pubDate> <title>owner, component changed https://svn.boost.org/trac10/ticket/2255#comment:3 https://svn.boost.org/trac10/ticket/2255#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">Peter Dimov</span> </li> <li><strong>component</strong> <span class="trac-field-old">thread</span> → <span class="trac-field-new">smart_ptr</span> </li> </ul> Ticket anonymous Fri, 19 Nov 2010 23:55:54 GMT <link>https://svn.boost.org/trac10/ticket/2255#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2255#comment:4</guid> <description> <p> We used a command line as below to exclude exceptions ./bjam --with-thread --with-system --with-filesystem --with-date_time variant=release variant=debug cxxflags=-DBOOST_EXCEPTION_DISABLE stage </p> <p> Hope this helps </p> <ul><li>Priya </li></ul> </description> <category>Ticket</category> </item> <item> <dc:creator>Peter Dimov</dc:creator> <pubDate>Thu, 24 Feb 2011 17:39:13 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2255#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2255#comment:5</guid> <description> <p> Is this bug still relevant? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 24 Feb 2011 17:46:26 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2255#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2255#comment:6</guid> <description> <p> Have not tested with the latest release. Hence, cannot confirm if its been fixed. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Wed, 12 Jun 2013 21:39:26 GMT</pubDate> <title>severity changed https://svn.boost.org/trac10/ticket/2255#comment:7 https://svn.boost.org/trac10/ticket/2255#comment:7 <ul> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Problem</span> </li> </ul> Ticket Peter Dimov Wed, 11 Dec 2013 17:09:52 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2255#comment:8 https://svn.boost.org/trac10/ticket/2255#comment:8 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket