Dear Sir, I am a engineer for firmware in Korea. I was download the GCC for MSP430(20060119) last Friday.
I tried to compile of my sample program(MSP430F4250). and then got a error
message. the error message is as follow.
msp430-gcc -mmcu=msp430x4250 -O2 -Wall -g -c -o GccTest.o GccTest.c
In file included from /cygdrive/c/Program
Files/mspgcc/msp430/include/msp430x42x0.h:40,
from GccTest.c:1:
/cygdrive/c/Program Files/mspgcc/msp430/include/msp430/lcd_a.h:44: syntax error
before "volatile"
make: *** [GccTest.o] Error 1
But before when i used a last version of GCC for MSP430. I didn't received the
error message.
Thank you & best regards.
MJ An
GccTest.c
Description: Binary data
makefile.dat
Description: Binary data
