OMEdit did not generate the fmu file on FMU export
Steps to reproduce:
- Open OMEdit
- Create a simple model, for example:
model OneModel
output Real h;
initial equation
h = 0;
equation
der(h) = 1;
end OneModel;
- Right click on the model, Export FMU
- The message browser tells you "The FMU is generated at /tmp/OpenModelica_nboldi/OMEdit/OneModel/OneModel.fmu." or something similar.
The file OneModel.fmu
is not generated. Instead, I have the files OneModel_FMU.libs
, OneModel_FMU.log
, OneModel_FMU.makefile
and OneModel_info.json
. (attached to the ticket)
Change History
(7)
Milestone: |
Future → 1.13.0
|
Priority: |
high → blocker
|
Owner: |
changed from Lennart Ochel to Adrian Pop
|
Status: |
new → assigned
|
Resolution: |
→ worksforme
|
Status: |
assigned → closed
|
This problem is present on both Linux and Windows versions.
I tried to create the FMU using the makefile generated, but it errored.
There is nothing in
omediterror.txt
oromeditoutput.txt
, andomeditcommunication.log
only contains the call to the FMU generationbuildModelFMU(OneModel,"2","me_cs","<default>",{},true)
.