how to cross compile and build Fast-DDS project for VxWorks #4669
Replies: 2 comments
-
Hi @yuzu-ogura, thanks for using Fast DDS. |
Beta Was this translation helpful? Give feedback.
-
Additionally to what @elianalf said, I would take a look at this repo where the guys from WindRiver have patches to several libraries to build them with VxWorks 7, including Fast DDS, Fast CDR, and foonathan memory vendor |
Beta Was this translation helpful? Give feedback.
-
Expected behavior
firstly, pls tell me if my idea is right, if wrong, pls tell me the correct approach.
secondly, compile at linux or win10?
thirdly, what compiler should I use?
finally, I can successfully cross compile and build Fast-DDS project for VxWorks
Current behavior
I'm not familiar with VxWorks, only know that I need to cross compile. I try to use the compiler from WindRiver Workbench in Win10, unfortunately, I failed finally.
Steps to reproduce
1、I have no cross compile toolchains cmake file, so I just specify the compiler in cmake command. like:
set CC=ccpentium
set CXX=c++pentium
Beta Was this translation helpful? Give feedback.
All reactions