Opened 14 years ago

Closed 14 years ago

#2959 closed Patches (fixed)

[patch] platform configuration for vxWorks

Reported by: Dustin Spicuzza <dustin@…> Owned by: John Maddock
Milestone: Boost 1.39.0 Component: config
Version: Boost 1.38.0 Severity: Problem
Keywords: Cc:

Description

I've attached a platform configuration for vxWorks 6.3/gcc 3.4.3.

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.

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.

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: #2917, #2953, #2955, #2956, #2957, and #2958

Attachments (1)

boost_1_38_0.config.vxworks.patch (1.8 KB ) - added by Dustin Spicuzza <dustin@…> 14 years ago.

Download all attachments as: .zip

Change History (2)

by Dustin Spicuzza <dustin@…>, 14 years ago

comment:1 by John Maddock, 14 years ago

Resolution: fixed
Status: newclosed

(In [52504]) Added support for vxworks.hpp. Fixes #2959.

Note: See TracTickets for help on using tickets.