- Index
- » Developer
- » OpenModelica development
- » Where can I get OMCppSimulation.exe...
Where can I get OMCppSimulation.exe and fmigenerator.exe
Where can I get OMCppSimulation.exe and fmigenerator.exe
I tried to build OpenModelica setup package with OpenModelicaSetup, everything seemed OK except two exe files OMCppSimulation.exe and fmigenerator.exe, which should be in build/bin folder, but I couldn't find them in my whole disk! What's the problem? How can I fix it?
- LIWenhui
- 21 Posts
Re: Where can I get OMCppSimulation.exe and fmigenerator.exe
fmigenerator.exe is old. It is no more supported. I have fixed it in the setup https://trac.openmodelica.org/OpenModel … et/20667/.
I am not sure about OMCppSimulation.exe. Have you done,
Code:
make -f 'Makefile.omdev.mingw' runtimeCPPinstall
Adeel.
- adeas
- 454 Posts
Re: Where can I get OMCppSimulation.exe and fmigenerator.exe
Thank you Adeel.
Yes, I had builden the project with make -f Makefile.omdev.mingw runtimeCPPinstall, It seemed everything was OK but still no OMCppSimulation.exe.
adeas wrote:
fmigenerator.exe is old. It is no more supported. I have fixed it in the setup https://trac.openmodelica.org/OpenModel … et/20667/.
I am not sure about OMCppSimulation.exe. Have you done,Code:
make -f 'Makefile.omdev.mingw' runtimeCPPinstallAdeel.
- LIWenhui
- 21 Posts
Re: Where can I get OMCppSimulation.exe and fmigenerator.exe
OMCppSimulation.exe is not longer used. Was left by mistake in the installation since a long time. It won't be present in the next nightly build.
- adrpo
- 885 Posts
Re: Where can I get OMCppSimulation.exe and fmigenerator.exe
adrpo wrote:
OMCppSimulation.exe is not longer used. Was left by mistake in the installation since a long time. It won't be present in the next nightly build.
Thank you adrpo.
- LIWenhui
- 21 Posts
- Index
- » Developer
- » OpenModelica development
- » Where can I get OMCppSimulation.exe...