Replies: 1 comment 1 reply
-
You should build the project directly from an ubuntu machine. Cross-compilation is not working well at the moment |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
环境:
Ubuntu 22.04.4 LTS 64-bit
编译:
执行命令:
dotnet HelloWorldPublisher.dll
执行结果:
Unhandled exception. System.DllNotFoundException: Unable to load shared library 'TestMessageWrapper' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libTestMessageWrapper: cannot open shared object file: No such file or directory
at HelloWorld.MessageTypeSupport.MessageTypeSupportNew()
at HelloWorldPublisher.Program.Main(String[] args) in C:\Users\Administrator\source\repos\OpenDDSSharp\HelloWorldPublisher\Program.cs:line 30
Aborted (core dumped)
Beta Was this translation helpful? Give feedback.
All reactions