iamman wrote: > 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
There were some missing semicolons in the header file lcd_a.h. Seems I forgot to commit the fixed version until now. Try the latest version from CVS. Steve
