Boost C++ Libraries: Ticket #2959: [patch] platform configuration for vxWorks https://svn.boost.org/trac10/ticket/2959 <p> I've attached a platform configuration for vxWorks 6.3/gcc 3.4.3. </p> <p> Unfortunately its rather difficult to test the entire boost library on vxWorks because you can't just SSH in and run the test suite. However, since the compiler is gcc, I would imagine that most generic C++ things should work as expected. </p> <p> There is a Wind River compiler for vxWorks, but I don't use it so I cannot say whether or not it is able to handle compiling boost. </p> <p> I am using asio and thread, and any dependencies they may have. There are a number of related tickets that fix compile errors and functional bugs related to these on vxWorks: <a class="reopened ticket" href="https://svn.boost.org/trac10/ticket/2917" title="#2917: Library Submissions: BOOST_ASIO_DISABLE_SERIAL_PORT doesn't work as expected (reopened)">#2917</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2953" title="#2953: Bugs: send_operation::perform does not consume buffer on would_block (closed: fixed)">#2953</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2955" title="#2955: Patches: [patch] recursive mutex impossible if pthread_mutexattr_settype not defined (closed: fixed)">#2955</a>, <a class="new ticket" href="https://svn.boost.org/trac10/ticket/2956" title="#2956: Patches: vxWorks POSIX quirks for date_time (new)">#2956</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2957" title="#2957: Patches: [patch] boost functional configuration for vxworks (closed: fixed)">#2957</a>, and <a class="new ticket" href="https://svn.boost.org/trac10/ticket/2958" title="#2958: Patches: [patch] changes to make asio compile on vxWorks (new)">#2958</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2959 Trac 1.4.3 Dustin Spicuzza <dustin@…> Sat, 18 Apr 2009 22:14:40 GMT attachment set https://svn.boost.org/trac10/ticket/2959 https://svn.boost.org/trac10/ticket/2959 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_1_38_0.config.vxworks.patch</span> </li> </ul> Ticket John Maddock Mon, 20 Apr 2009 11:27:07 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2959#comment:1 https://svn.boost.org/trac10/ticket/2959#comment:1 <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> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/52504" title="Added support for vxworks.hpp. Fixes #2959.">[52504]</a>) Added support for vxworks.hpp. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2959" title="#2959: Patches: [patch] platform configuration for vxWorks (closed: fixed)">#2959</a>. </p> Ticket