Hi,
Maybe You would be able to help me with GNU C for MSP430.
It works OK on my work computer under Windows2000.
Unfortunately at home doesn't.
I tried to compile an example (easy web as included in the package)
and have the following:
D:\Sources\MSP430\Test>msp430-gcc -mmcu=msp430x149 -o easyweb -O easyweb.c
In file included from tcpip.c:12,
from easyweb.c:22:
tcpip.h:253: parse error before numeric constant
tcpip.h:253: warning: data definition has no type or storage class
In file included from easyweb.c:22:
tcpip.c:889: parse error before numeric constant
D:\Sources\MSP430\Test>msp430-objdump -DS easyweb.exe 1>easyweb.dis
D:\Sources\MSP430\Test>msp430-objcopy -O ihex easyweb.exe easyweb.hex
Any idea what is wrong?
I am using same sources and similar installation on both computers.
Another question is about linker script. How can I generate a table of
constants
under specified flash address of MSP430F149?
Best Regards
Jan Szymanski
[email protected]