When I try to compile the SurgeTelos on the Telos verB, I get the following error. How can I solve it?
# make telosb
mkdir -p build/telosb
compiling Surge to a telosb binary
ncc -o build/telosb/main.exe -O -I%T/lib/MultiHopLQI -DSEND_QUEUE_SIZE=8 -DMHOP_LEDS -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board= -I%T/lib/Deluge -Wl,--section-start=.text=0x4800,--defsym=_reset_vector__=0x4000 -DIDENT_PROGRAM_NAME=\"Surge\" -DIDENT_USER_ID=\"root\" -DIDENT_HOSTNAME=\"new-host-11\" -DIDENT_USER_HASH=0xb4e3d2a8L -DIDENT_UNIX_TIME=0x44aac6c4L -DIDENT_UID_HASH=0xfc1bbc3eL -mdisable-hwmul -I/opt/tinyos- 1.x/tos/lib/CC2420Radio Surge.nc -lm
/opt/tinyos-1.x/tos/lib/MultiHopLQI/MultiHopEngineM.nc:82: `TOS_Msg' defined as wrong kind of tag
/opt/tinyos-1.x/tos/lib/MultiHopLQI/MultiHopEngineM.nc:83: `TOS_Msg' defined as wrong kind of tag
make: *** [exe0] Error 1
Thank you.
CM
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
