Following this question, I'm not quite sure where the problem is so I add tags for all the components involved. I'm trying to use the MinGw compiler inside Scilab. There is a mingw atom which supposedly should be installed by
atomsInstall('mingw')
which returns empty and
atomsLoad('mingw');
which returns the error:
Mingw Compiler support for Scilab
Load macros
WARNING: MinGW Compiler not detected.
Load help
and the haveacompiler()
returns false F
, although I have the compiler installed through Chocolatey. What could be the problem:
P.S.1. I have reported a bug over here.
P.S.2. I have opened a new feature request over here.
Solution: Tested on Scilab 6.0.1, Windows 7
gcc-6.2.0
package 32 or 64gcc
and related binuntils
in C:/Users/yourUserId
.ilib_for_link
runs fine !Explanations: The Equation Solution package was developed by Jenn-Ching Luo, the MinGW Atoms package was developed over this particular distribution of MinGW.