|
|
|
|
|
|
|
Scicos does not produce the Makefile. (1 viewing) (1) Guests
Favoured: 0
|
|
|
TOPIC: Scicos does not produce the Makefile.
|
|
|
|
Scicos does not produce the Makefile. 7 Months, 3 Weeks ago
|
Karma: 0  
|
|
The problem is due to the expired license for the Microchip C30 compiler. You can solve the problem changing in the file compile.sh under your Scilab path (i.e. scilab-4.1.2contribdspic) and subsitute at line 12:
cat conf_scicos.oil | ${EE_INSTALLDIR}/pic30/pic30-elf/bin/pic30-elf-gcc -c - -E -P > conf.oil
with this new line:
cat conf_scicos.oil | gcc -c - -E -P > conf.oil
In this way the gcc preprocessor is called instead of the pic30-elf-gcc.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
|
|
|
 |
Evidence S.r.l. - PIVA: 01638690501
Via Carducci 64/A - Ghezzano - Pisa - Italy
|
Privacy Policy
|
 |
|
|