Hello,

got the same problem. 
I solved compilation problem by adding the following lines in 
/opt/tinyos-2.1.1/support/make/msp/msp.rules :
"
 CFLAGS += -I/usr/msp430/include
 CFLAGS += -I/usr/lib/gcc-lib/msp430/3.2.3/include
"
just before the following lines :
"
OBJCOPY = msp430-objcopy
OBJDUMP = msp430-objdump
"

I believe this is a temporary patch, because gcc should detect these includes
according to the target... maybe someone will find a less dirty solution

Cheers,
Roudy



_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to