Dima Kogan wrote:
:
http://www.cds.caltech.edu/~dkogan/code.c
My first reply was a little bit too short shot... ;-)
I've downloaded your code and tried to compile it with no problem
(windows/cygwin, msggcc self-built):
ha...@stchps376 /tmp/msp
$ msp430-gcc -Wall -mmcu=msp430x149 -o code.o code.c
code.c:2598: warning: inline function
`XE1205SendReceiveP___signalPacketReceived___runTask' given attribute
noinline
code.c:6845: warning: inline function
`XE1205SendReceiveP___signalPacketReceived___runTask' given attribute
noinline
ha...@stchps376 /tmp/msp
$ ls -ls
total 396
308 -rwxr-xr-x 1 hardy Kein 314941 Jun 19 08:33 code.c*
88 -rwxr-xr-x 1 hardy Kein 87742 Jun 19 08:36 code.o*
So what are your actual compiler options?
Hardy