--> atomsInstall("mingw")
MinGW Compiler support for Scilab 5.3 and more on Windows
MinGw toolbox - 0.4 sources
Upload date : 2010-07-28 16:58:35 MD5 : 44b323aa6dbe94b4ce43fc4eb6c3205f SHA1 : eae5416ad031aedd2c0643f4a901eee8098fbe0b Downloads : 450 File list
Windows 32-bit Automatically generated by the ATOMS compilation chain
Upload date : 2010-07-28 16:59:12 MD5 : 17a18c3bba855be16cb8ffb693d9dfde SHA1 : 320723a1c4b99cab64106630f81a02e24205dfb5 Downloads : 713 File list
Windows 64-bit Automatically generated by the ATOMS compilation chain
Upload date : 2011-08-29 16:40:24 MD5 : 8c49fbd5560208a9f93d82d2e481209f SHA1 : cc63bc0b52b272a4a6ae1979eb1c6c7519d92254 Downloads : 1021 File list
You need to install MinGW package distributed by Equation Solution http://www.equation.com/servlet/equation.cmd?fa=programminglog On Windows 32 bits platform (* x86) ftp://ftp.equation.com/gcc/gcc-4.5.0-32.exe On Windows 64 bits platform with Scilab 32 bits: (* x86) ftp://ftp.equation.com/gcc/gcc-4.5.0-32.exe with Scilab 64 bits: (* x64) ftp://ftp.equation.com/gcc/gcc-4.5.0-64.exe
I am running Scilab-5.3.0-beta3_x64 on Win7_x64. I already had both MinGW32 and MinGW64 (ver 4.5.0) installed on my system with both 'c:\MinGW32\bin' and 'c:\MinGW64\bin' in my PATH variable. However, when I start Scilab and the MinGW toolbox macros load I get the following error: Mingw Compiler support for Scilab Load macros WARNING: MinGW Compiler not detected. Load help Is there a system or Scilab variable that needs to be set in order to have Scilab recognize that MinGW is already installed? I also have the current Code::Blocks IDE and Eclipse IDE installed on my system and both of them recognize the MinGW installations and can compile properly. so I don't believe there is an issue with my installation of MinGW. Thanks
You need to use and downloaded here : http://www.equation.com/servlet/equation.cmd? fa=programminglog Allan
I have installed sciliab-5.3.0-beta3 on winxp32, along with gcc-4.5.1 from the equation.com website. I am trying to use your toolbox with modelica-based xcos models, but I am running into trouble. The commands [modelica_path, modelica_directory] = getModelicaPath(); modelica_libs=modelica_path; Prior to loading xcos solved some problems. However, I am still having problems linking against msvcr90. I can see the dll in SCI/bin, but the mingw linker does not find it. It gives the error message: ld.exe: cannot find -lmsvcr90 I have tried several workarounds, none successfully. There is some question as to whether ld can link against this dll without a link library - web pages give conflicting answers. Is there a workaround that works?
> I have installed sciliab-5.3.0-beta3 on winxp32, along with gcc-4.5.1 from the > equation.com website. I am trying to use your toolbox with modelica-based xcos models, > but > I am running into trouble. > > The commands > > [modelica_path, modelica_directory] = getModelicaPath(); > modelica_libs=modelica_path; > > Prior to loading xcos solved some problems. However, I am still having problems linking > against msvcr90. I can see the dll in SCI/bin, but the mingw linker does not find it. > It > gives the error message: > > ld.exe: cannot find -lmsvcr90 > > I have tried several workarounds, none successfully. There is some question as to > whether > ld can link against this dll without a link library - web pages give conflicting > answers. > > Is there a workaround that works? It should be fixed with 0.5 version Allan