Hallo,
i have a .mo file, which describes a simulation. I used JModelica to export this .mo file as a .fmu file. (I'm a windows user.) When I unzipped the fmu file, there is only 'win32' under 'binaries' . Could someone tell me, how can I get 'linux32' or 'linux64' under the 'binaries'?
I used 'Ipython.bat' under the file 'JModelica.org'. And I wrote these commands:
from pymodelica import compile_fmu
model_name = 'myModel'
mo_file = 'myModelFile.mo'
my_fmu = compile_fmu(model_name, mo_file, target='cs')
Thanks very much! I'm looking forward the Answer!