Hi All,
I am working on tinyos 2.x, trying to compile an application
RadioCountToLeds1 dealing with security features of 802.15.4.
When I am compiling, I am getting the following error:

<snippet>

In file included from RadioCountToLedsAppC.nc:45:
In component `RadioCountToLedsC':
RadioCountToLedsC.nc:53: interface CC2420SecurityMode not found
RadioCountToLedsC.nc:54: interface CC2420Keys not found
In file included from RadioCountToLedsAppC.nc:45:
RadioCountToLedsC.nc: In function `AMControl.startDone':
RadioCountToLedsC.nc:75: interface has no command or event named `setKey'
RadioCountToLedsC.nc: At top level:
RadioCountToLedsC.nc:88: `setKeyDone' is not in interface `CC2420Keys'
RadioCountToLedsC.nc: In function `MilliTimer.fired':
RadioCountToLedsC.nc:108: interface has no command or event named `setCcm'
In component `RadioCountToLedsAppC':
RadioCountToLedsAppC.nc: At top level:
RadioCountToLedsAppC.nc:46: component SecAMSenderC not found
RadioCountToLedsAppC.nc:46: component `SecAMSenderC' is not generic
/opt/tinyos-2.1.0/tos/chips/cc2420/lpl/DummyLplC.nc:39:2: warning:
#warning "*** LOW POWER COMMUNICATIONS DISABLED ***"
/opt/tinyos-2.1.0/tos/chips/cc2420/link/PacketLinkC.nc:38:2: warning:
#warning "*** USING PACKET LINK LAYER"
RadioCountToLedsAppC.nc:49: component CC2420KeysC not found

<snippet>

I am trying to make the image for telosb mote, and I checked in the
tos/platform/telosb/.platform file, that the above  components are
included as the directory as  %T/chips/cc2420/security where
CC2420KeysC is there. But still its showing the component is not
included. Any suggestions to debug or solve the issue?

Thanks

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

Reply via email to