Dear all,

I modified an application called 'CountDual', and want to debug this. When I compiled it by using 'make pc' command, I got such error. Is this something to do the make file? Could anyone help me with this please?

Thanks a lot!

Ruoshui Liu


$ make pc
mkdir -p build/pc
   compiling CountDualC to a pc binary
ncc -o build/pc/main.exe -g -O0 -I%T/lib/TinySec -I%T/platform/%p/TinySec -DTIN
YSEC_KEY="0x61,0x37,0x77,0x4B,0xC0,0x99,0x51,0xE7,0x1C,0x0D,0xEC,0x80,0x52,0x69,
0x44,0xDD" -DTINYSEC_KEYSIZE=8 -pthread -fnesc-nido-tosnodes=1000 -fnesc-simulat e -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=pc -fnesc-cfile=buil d/pc/app.c -board=micasb -DIDENT_PROGRAM_NAME=\"CountDualC\" -DIDENT_USER_ID=\"r l348\" -DIDENT_HOSTNAME=\"bostra\" -DIDENT_USER_HASH=0x2657d661L -DIDENT_UNIX_TI
ME=0x4746f9c8L -DIDENT_UID_HASH=0xee58b312L CountDualC.nc -lm
CountDualM.nc:46: interface CC2420Control not found
C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/Leds.nc:46: expected interface `C
C2420Control', but got interface 'Leds'
CountDualM.nc:47: interface MacControl not found
C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/Leds.nc:46: expected interface `M
acControl', but got interface 'Leds'
CountDualM.nc: In function `StdControl.start':
CountDualM.nc:74: interface has no command or event named `enableAck'
CountDualM.nc: In function `Timer1.fired':
CountDualM.nc:114: interface has no command or event named `GetPreset'
CountDualM.nc:115: interface has no command or event named `TunePreset'
CountDualM.nc:121: interface has no command or event named `TunePreset'
CountDualM.nc: In function `SendMsg.sendDone':
CountDualM.nc:133: interface has no command or event named `disableAck'
CountDualC.nc: At top level:
CountDualC.nc:41: component CC2420ControlM not found
C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/pc/UARTNoCRCPacketM.nc:47: expected
component `CC2420ControlM', but got component 'UARTNoCRCPacketM'
CountDualC.nc:42: component CC2420RadioM not found
C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/pc/UARTNoCRCPacketM.nc:47: expected
component `CC2420RadioM', but got component 'UARTNoCRCPacketM'
CountDualC.nc:56: cannot find `CC2420Control'
CountDualC.nc:57: no match
make: *** [exe0] Error 1
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to