Hello, 
I have been working with TinyOs for quite sometime now. I wrote small 
applications with Micaz and they seemed to work properly, however when I wrote 
them for meshbean I am facing quite a few errors. My guess is that my source 
files are not properly updated. Please guide me with this error. I have written 
a simple application to exchange data. 
Regards, 
Deepak Hemnani. 


mkdir -p build/meshbean 
compiling BlinkToRadioAppC to a meshbean binary 
ncc -o build/meshbean/main.exe -Os -fnesc-separator=__ -Wall -Wshadow 
-Wnesc-all -target=meshbean -fnesc-cfile=build/meshbean/app.c -board= 
-DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=100000 
-DIDENT_APPNAME=\"BlinkToRadioApp\" -DIDENT_USERNAME=\"root\" 
-DIDENT_HOSTNAME=\"localhost.local\" -DIDENT_USERHASH=0x53b81074L 
-DIDENT_TIMESTAMP=0x4d2be47cL -DIDENT_UIDHASH=0xa5a00463L -fnesc-dump=wiring 
-fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs, 
components)' -fnesc-dumpfile=build/meshbean/wiring-check.xml 
BlinkToRadioAppC.nc -lm 
In file included from BlinkToRadioAppC.nc:9: 
In component `BlinktoRadioC': 
BlinktoRadioC.nc: In function `AMControl.startDone': 
BlinktoRadioC.nc:30: warning: passing argument 2 of `Packet.getPayload' makes 
integer from pointer without a cast 
BlinktoRadioC.nc: In function `Receive.receive': 
BlinktoRadioC.nc:76: warning: passing argument 2 of `Packet.getPayload' makes 
integer from pointer without a cast 
In component `LocalTimeMicroC': 
/home/thechamp/Desktop/tinyos_testing/tos/platforms/iris/LocalTimeMicroC.nc: At 
top level: 
/home/thechamp/Desktop/tinyos_testing/tos/platforms/iris/LocalTimeMicroC.nc:39: 
no match 
In component `HplRF230C': 
/home/thechamp/Desktop/tinyos_testing/tos/platforms/meshbean/chips/rf230/HplRF230C.nc:72:
 no match 
In component `ActiveMessageC': 
/home/thechamp/Desktop/tinyos_testing/tos/platforms/iris/ActiveMessageC.nc:64: 
no match 
make: *** [exe0] Error 1 

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

Reply via email to