Esterel Technologies
Does SCADE support a GNU C compiler?
Yes. SCADE actually supports the MinGW GCC compiler.
In order to use the GCC compiler for SCADE simulation, just set the Compiler field value to GNU C in the Build tab of the Settingswindow for the chosen configuration.
Notice that the variables PATH, C_INCLUDE_PATH, LIBRARY_PATH must be set manually according to the mingw installation directory with the respective following values: <C:pathMingw>\bin, <C:pathMingw>\include, and <C:pathMingw>\lib.
You can download the MinGW compiler at the following address: http://www.mingw.org/
