Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

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

Edited by: adriaanph - Mar-11-12 02:25:27

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/

There are 0 guests and 0 other users also viewing this topic
You are here: