Jim Fell wrote: > Hello Michael, > > No, unfortunately it doesn't seem to work, but I think I'm making > progress. Now when I "make telosb mote" in Cygwin I get the following > error: > > In component `CC2420TransmitC': > /opt/tinyos-2.x/tos/chips/cc2420/transmit/CC2420TransmitC.nc:82: cannot > find `Hp > lMsp430GeneralIOP' > make: *** [exe0] Error 1 > > Do you have any suggestions as to what I need to do to get it to find > this module? > > Thanks, > > -Jim
You probably shouldn't be using HplMsp430GeneralIOP directly. You should use one of the HplMsp430GeneralIO interfaces coming out of HplMsp430GeneralIOC, which wires into HplMsp430GeneralIOP internally. nesC should locate both of HplMsp430GeneralIOC/P automatically if you're compiling for a platform which uses the MSP430 (telosb is one of them). If nesC can't seem to find them, it's pretty likely you've got a syntax error somewhere in there. Greg Hackmann _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
