Opened 14 years ago
Closed 14 years ago
#2959 closed Patches (fixed)
[patch] platform configuration for vxWorks
Reported by: | 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)
Change History (2)
by , 14 years ago
Attachment: | boost_1_38_0.config.vxworks.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [52504]) Added support for vxworks.hpp. Fixes #2959.