- Index
- » Developer
- » OpenModelica development
- » How to compile OpenModelica in QT?
How to compile OpenModelica in QT?
- 278067605
- 28 Posts
Re: How to compile OpenModelica in QT?
You need to compile all the dependencies first (including omc). The linked image suggests you didn't do that. make -f Makefile.omdev.mingw in the top-level directory and you should have build/bin/OMEdit.exe
- sjoelund.se
- 1700 Posts
Re: How to compile OpenModelica in QT?
I have the file that build/bin/OMEdit.exe and run sucess,but when I debug in the QT, it will report error..
- 278067605
- 28 Posts
Re: How to compile OpenModelica in QT?
You need to install the debug binaries. Read the OMDev/INSTALL.txt section QT DEBUG DLLS (optional).
Adeel.
- adeas
- 454 Posts
Re: How to compile OpenModelica in QT?
Did you setup Qt in OMDev?
If not, run C:\OMDev\SETUP_OMDEV_Qt5.bat
Then start mingw64 terminal, go to OpenModelica git repository clone and do:
Code:
make -f Makefile.omdev.mingw -j8 omedit > trace.txt 2>&1
Then paste the trace.txt file here.
- adrpo
- 885 Posts
- Index
- » Developer
- » OpenModelica development
- » How to compile OpenModelica in QT?