Salve, sto ricompilando con la versione 1.44 di XC8, un vecchio file scritto per MPLAB non X.
Adesso compilo con MPLABX IDE 4.01 e mi escono questi errori nonostante mi dica "Build Successful" .
./../Documents/Freedom II/LTlib_v_4.0.4/src/LTlib_delay.c:56: advisory: (1510) non-reentrant function "_delay_ms" appears in multiple call graphs and has been duplicated by the compiler
/Applications/microchip/xc8/v1.44/sources/common/Umul16.c:15: advisory: (1510) non-reentrant function "___wmul" appears in multiple call graphs and has been duplicated by the compiler
main.c:44: warning: (1393) possible hardware stack overflow detected; estimated stack depth: 11
Alla riga 44 del main.c c'è il settings(), che è il seguente:
Code:
[attachment=1524]settings.h[/attachment]
LelloGi