Opened 6 years ago
Closed 6 years ago
#5042 closed defect (invalid)
OMSimulator error locating the .so file in an FMU
Reported by: | Owned by: | Lennart Ochel | |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | OMSimulator | Version: | |
Keywords: | Cc: |
Description
When trying to load the attached FMU to OMSimulator:
nboldi@nboldi-VirtualBox:~/OMSimulator$ build/linux/src/OMSimulator/OMSimulator -d ~/Desktop/testmodel/fmuproba.fmu error: module FMICAPI: Could not load the DLL: /tmp/temp_NUmnMp/binaries/linux64/fmuproba.so: cannot open shared object file: No such file or directory error: Could not create the DLL loading mechanism (C-API). Error: Could not load the DLL: /tmp/temp_NUmnMp/binaries/linux64/fmuproba.so: cannot open shared object file: No such file or directory warning: --describe not supported yet info: Removed model from scope: model info: 1 warnings info: 2 errors
Attachments (1)
Change History (3)
by , 6 years ago
Attachment: | fmuproba.fmu added |
---|
follow-up: 2 comment:1 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
This is a problem with the FMU itself. The shared library has to be named
<modelIdentifier>.so
according to the FMI specification.