Hello,

 

I am trying to compile the RSSIDEMO application for Imote2 while using
TinyOS-2.x. But it is giving errors as shown below:

 

u...@cu:/opt/tinyos-2.x/apps/tutorials/RssiDemo/SendingMote$ make intelmote2
install

mkdir -p build/intelmote2

xscale-elf-gcc -c  /opt/tinyos-2.x/tos/platforms/intelmote2/toscrt0.s
/opt/tinyos-2.x/tos/chips/pxa27x/pxa27x_util.s -o build/intelmote2/asms.o 

/opt/tinyos-2.x/tos/chips/pxa27x/pxa27x_util.s: Assembler messages:

/opt/tinyos-2.x/tos/chips/pxa27x/pxa27x_util.s:182: Warning: s suffix on
comparison instruction is deprecated

/opt/tinyos-2.x/tos/chips/pxa27x/pxa27x_util.s:199: Warning: s suffix on
comparison instruction is deprecated

    compiling SendingMoteAppC to a intelmote2 binary

ncc -o build/intelmote2/main.exe -Os -Wall -Wshadow -Wnesc-all
-target=intelmote2 -fnesc-cfile=build/intelmote2/app.c -board=
-DDEFINED_TOS_AM_GROUP=0x22 -I.. -DIDENT_APPNAME=\"SendingMoteAppC\"
-DIDENT_USERNAME=\"user\" -DIDENT_HOSTNAME=\"cu\"
-DIDENT_USERHASH=0xc4203e64L -DIDENT_TIMESTAMP=0x4baa57adL
-DIDENT_UIDHASH=0x34d03925L -DPXA27X_13M
-T/opt/tinyos-2.x/tos/platforms/intelmote2/tos.x   SendingMoteAppC.nc -lm
build/intelmote2/asms.o 

In file included from SendingMoteAppC.nc:40:

In component `ActiveMessageC':

/opt/tinyos-2.x/tos/platforms/intelmote2/ActiveMessageC.nc:58: syntax error
before `T32khz'

/opt/tinyos-2.x/tos/platforms/intelmote2/ActiveMessageC.nc:59: syntax error
before `TMilli'

/opt/tinyos-2.x/tos/chips/cc2420/lpl/DummyLplC.nc:39:2: warning: #warning
"*** LOW POWER COMMUNICATIONS DISABLED ***"

/opt/tinyos-2.x/tos/platforms/intelmote2/ActiveMessageC.nc:75: cannot find
`PacketTimeStamp32khz'

/opt/tinyos-2.x/tos/platforms/intelmote2/ActiveMessageC.nc:76: cannot find
`PacketTimeStampMilli'

make: *** [exe0] Error 1

 

 

Can anyone guide me?

 

Regards

 

H. Abid

 

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

Reply via email to