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.
![image](https://private-user-images.githubusercontent.com/166282486/320260938-160c3a4b-e85d-4b73-a90a-804e0a96973d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTYzMTYsIm5iZiI6MTczOTU5NjAxNiwicGF0aCI6Ii8xNjYyODI0ODYvMzIwMjYwOTM4LTE2MGMzYTRiLWU4NWQtNGI3My1hOTBhLTgwNGUwYTk2OTczZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNTA2NTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kNWJjN2E2NjAyNDVlNjY0ZjdmZjA4YjdlOGIyZGMzMGRlZTg1ZGRjM2MyYmRjMzFjMzNmNjg4MjJjOWU1ZDRhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ATlxWjjlryfsRG7Us2_qsm7HcfkY3TZYmNANXuKDwyU)
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