Here is my problem for today: I want to control CC2420 output power (i work
with TinyOs 2.1)! I have wired CC2420ActiveMessageC to my configuration
using CC2420Pakcet interface:

PwTestC.CC2420Packet->CC2420ActiveMessageC;

Now, when I try to compile my application, this is what I get:
In file included from PwTestAppC.nc:21:
In component `PwTestC':
PwTestC.nc: In function `DataTask.runTask':
PwTestC.nc:47: warning: passing argument 1 of `CC2420Packet.setPower' from
incom
patible pointer type
In file included from PwTestAppC.nc:21:
In component `CC2420ActiveMessageC':
CC2420ActiveMessageC.nc: At top level:
CC2420ActiveMessageC.nc:60: component CC2420CsmaC not found
CC2420ActiveMessageC.nc:62: component UniqueSendC not found
CC2420ActiveMessageC.nc:63: component UniqueReceiveC not found
CC2420ActiveMessageC.nc:64: component CC2420TinyosNetworkC not found
CC2420ActiveMessageC.nc:65: component CC2420PacketC not found
CC2420ActiveMessageC.nc:66: component CC2420ControlC not found
CC2420ActiveMessageC.nc:71: component DummyLplC not found
CC2420ActiveMessageC.nc:77: component PacketLinkDummyC not found
CC2420ActiveMessageC.nc:88: no match
CC2420ActiveMessageC.nc:89: no match
CC2420ActiveMessageC.nc:90: no match
CC2420ActiveMessageC.nc:91: no match
CC2420ActiveMessageC.nc:92: no match
CC2420ActiveMessageC.nc:95: no match
CC2420ActiveMessageC.nc:96: cannot find `SubControl'
CC2420ActiveMessageC.nc:99: no match
CC2420ActiveMessageC.nc:100: cannot find `SubSend'
CC2420ActiveMessageC.nc:101: cannot find `Send'
CC2420ActiveMessageC.nc:102: cannot find `Send'
CC2420ActiveMessageC.nc:103: cannot find `SubSend'
CC2420ActiveMessageC.nc:106: no match
CC2420ActiveMessageC.nc:107: cannot find `Receive'
CC2420ActiveMessageC.nc:108: cannot find `Receive'
CC2420ActiveMessageC.nc:109: cannot find `SubReceive'
CC2420ActiveMessageC.nc:112: no match
CC2420ActiveMessageC.nc:113: no match
CC2420ActiveMessageC.nc:114: no match
CC2420ActiveMessageC.nc:116: no match
make: *** [exe0] Error 1

Can anyone tell me what the hell is wrong and what am I supposse to do to
make this application work?! Thanks!


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

Reply via email to