How to cross-compile FastDDS from Linux to windows. [13667] #2542
ilikecola
started this conversation in
Unofficial support
Replies: 1 comment
-
I am going to move this issue to the Unofficial support forum. According to the CONTRIBUTING guidelines, issues related with non-officially supported platforms, architectures and/or compilers should be discussed over that forum. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using x86_64-w64-mingw32-gcc-posix to try cross-compiling FastDDS from ubuntu to windows.
but TimedMutex.hpp cannot be compiled.
Here is my compiler
Here is my crosscompile cmake file.
Things seem to be thread model, POSIX model is not properly support mutex.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions