Hello,

I am trying to build the default cricket software for the cricket mote and
have succesfully made cricket a valid target, and fixed some of the compiler
issues, but now one of the errors has stumped me because I cannot find a
reference to CC1000Control.LPL_rx in any of the files in the entire
directory. Here's what the make output looks like...

In file included from
C:/Crossbow/cygwin/opt/MoteWorks/tos/platform/cricket/avrhardware.h:55,
                from
C:/Crossbow/cygwin/opt/MoteWorks/tos/platform/cricket/hardware.h:14,
                from C:\Crossbow\cygwin\opt\MoteWorks\tos\system\tos.h:182:
/usr/local/lib/gcc/avr/3.4.5/../../../../avr/include/avr/signal.h:36:2:
warning: #warning "This header file is obsolete.  Use <avr/interrupt.h>."
CricketM.nc:54: invalid initializer
CricketM.nc:54: (near initialization for `CricketConfig.spaceid')
CricketM.nc: In function `Serial.Receive':
CricketM.nc:777: warning: decimal constant is so large that it is unsigned
CricketM.nc:778: warning: decimal constant is so large that it is unsigned
CricketM.nc:946: warning: passing argument 2 of `WriteData.write' from
incompatible pointer type
C:\Crossbow\cygwin\opt\MoteWorks\tos\system\CC1000ControlM.nc: At top level:
C:\Crossbow\cygwin\opt\MoteWorks\tos\system\CC1000ControlM.nc:30:
`CC1000Control.LPL_rx' not implemented
C:\Crossbow\cygwin\opt\MoteWorks\tos\system\RadioCRCPacket.nc:30: cannot
find `RadioPower'
SerialM.nc: In function `recv_str':
SerialM.nc:103: warning: passing argument 1 of `Serial.Receive' from
incompatible pointer type
SerialM.nc: In function `Serial.SetStdoutSerial':
SerialM.nc:205: warning: passing argument 1 of `fdevopen' from incompatible
pointer type
make: *** [exe0] Error 1


Thank you,
Chris
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to