Hello!
I´ve got the code of C:\tinyos\cygwin\opt\tinyos-1.x\contrib\xbow\apps\XMesh\XMTS310 (with files
Makefile README XMTS310.nc XMTS310M.nc appFeatures.h
sensorboardApp.h)
But when I compile, I get this error:
$ make mica2
mkdir -p build/mica2
compiling XMTS310 to a
mica2 binary
ncc -o build/mica2/main.exe
-Os -I%T/../contrib/xbow/beta/tos/platform/mica2
-I%T/../contrib/xbow/beta/tos/CC1000RadioSyn
c
-I%T/../contrib/xbow/beta/tos/lib/ReliableRoute_Sync -I%T/lib/Queue
-I%T/../contrib/xbow/beta/tos/lib/TimeSync -I%T/../
contrib/xbow/tos/interfaces
-I%T/../contrib/xbow/tos/system -I%T/../contrib/xbow/tos/lib
-I%T/../contrib/xbow/tos/sensor
boards/mts310
-DDELUGE_GENERIC_COMM_PROMISCUOUS -DFREQ_433_MHZ -finline-limit=100000
-I%T/lib/Deluge -I%T/lib/Deluge/TO
SBoot/include -Wall -Wshadow
-DDEF_TOS_AM_GROUP=125 -Wnesc-all -target=mica2 -fnesc-cfile=build/mica2/app.c
-board=mts310
-DCC1K_DEFAULT_FREQ=RADIO_916BAND_CHANNEL_00
-DRADIO_XMIT_POWER=0xFF -DCC2420_TXPOWER=TXPOWER_MAX -DCC2420_DEF_CHANNEL=2
6
-DIDENT_PROGRAM_NAME="XMTS310" -DIDENT_PROGRAM_NAME_BYTES="88,77,84,83,51,49,48,0"
-DIDENT_USER_HASH=0x5532ff6fL -DIDEN
T_UNIX_TIME=0x43afe17cL
XMTS310.nc -lm
C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/beta/tos/platform/mica2/RadioCRCPacket.nc:48:
cannot find `RadioPower'
make: *** [exe0] Error 1
Can anybody help me, please?
Silvia Varela