- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Some issues with Compile.bat
Some issues with Compile.bat
Some issues with Compile.bat
this topic is intended to summarize all proposed changes to OpenModelica1.8.1\share\omc\scripts\Compile.bat as it keeps being discovered. hopefully these changes will be incorporated in the next release of openmodelica!
"gcc not recognized"
---------------------------
see original posting at http://www.openmodelica.org/index.php/f … pic?id=437
change the following line
set MINGW=%OPENMODELICAHOME%\MinGW
to
set MINGW=%OPENMODELICAHOME:"=%\MinGW
set MINGW=%MINGW:/=\%
ModelicaML 1.8.6 does nothing when asked to "Simulate with OMC"
---------------------------------------------------------------------------------------------
change the following line
set CURRENT_DIR="%CD%">%1.log 2>&1
to
set CURRENT_DIR=%CD%>%1.log 2>&1
Re: Some issues with Compile.bat
We know about issues with Compile.bat. If you're using 1.8.0 you should upgrade to a latest nightly build which has this fixed:
http://build.openmodelica.org/omc/build … ly-builds/
Cheers,
Adrian Pop/
- adrpo
- 885 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Some issues with Compile.bat