Open gongqinpeng opened 1 year ago
VxWorks does not support a native compilation, you always need to cross-compile source code using the VxWorks development environment, see e.g. https://labs.windriver.com/vxworks-sdk/#read
Okay! Thanks a lot!Thank you very much for giving me a reply!
------------------ 原始邮件 ------------------ 发件人: "Wind-River/vxworks7-layer-for-ros2" @.>; 发送时间: 2023年11月7日(星期二) 晚上8:12 @.>; @.**@.>; 主题: Re: [Wind-River/vxworks7-layer-for-ros2] cyclonedds on vxworks (Issue #16)
VxWorks does not support a native compilation, you always need to cross-compile source code using the VxWorks development environment, see e.g. https://labs.windriver.com/vxworks-sdk/#read
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
qinpenggong @.***
Hello, I want to port “cyclonedds” to VxWorks. I saw the thread implementation methods in the "ddsrt/src/threads/posix/thread.c" file. How can I modify these to the methods in the taskLib header file under the VxWorks platform? Thanks!
Hello, I see the patch "cyclonedds on vxworks", If I modify the code according to the script, can I directly compile it on the VxWorks environment or do I need to cross compile it on other platforms such as Linux before using it on VxWorks. Thanks!