Hii I am facing this error with make micaz sim : 

"mkdir -p simbuild/micaz
  placing object files in simbuild/micaz
  writing XML schema to app.xml
  compiling MultihopOscilloscopeAppC to object file sim.o
ncc -c -shared -fPIC -o simbuild/micaz/sim.o -g -O0 -tossim
-fnesc-nido-tosnodes=1000 -fnesc-simulate
-fnesc-nido-motenumber=sim_node\(\)   -Wall -Wshadow -Wnesc-all
-target=micaz -fnesc-cfile=simbuild/micaz/app.c -board=micasb
-DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=100000
-I/opt/tinyos-2.1.0/tos/lib/net/ -I/opt/tinyos-2.1.0/tos/lib/net/lqi
-I/opt/tinyos-2.1.0/tos/chips/cc2420/interfaces
-DIDENT_APPNAME=\"MultihopOscillo\" -DIDENT_USERNAME=\"ashish\"
-DIDENT_HOSTNAME=\"ashish-laptop\" -DIDENT_USERHASH=0x6d771dbbL
-DIDENT_TIMESTAMP=0x4b9fa48fL -DIDENT_UIDHASH=0x3baa3460L
-Wno-nesc-data-race MultihopOscilloscopeAppC.nc   -fnesc-dump=components
-fnesc-dump=variables -fnesc-dump=constants -fnesc-dump=typedefs
-fnesc-dump=interfacedefs -fnesc-dump=tags -fnesc-dumpfile=app.xml
MultihopOscilloscopeC.nc:20:34: error: MultihopOscilloscope.h: No such file
or directory
In file included from MultihopOscilloscopeAppC.nc:21:
In component `MultihopOscilloscopeC':
MultihopOscilloscopeC.nc:64: syntax error before `local'
MultihopOscilloscopeC.nc: In function `Boot.booted':
MultihopOscilloscopeC.nc:80: `local' undeclared (first use in this function)
MultihopOscilloscopeC.nc:80: (Each undeclared identifier is reported only
once
MultihopOscilloscopeC.nc:80: for each function it appears in.)
MultihopOscilloscopeC.nc:80: `DEFAULT_INTERVAL' undeclared (first use in
this function)
MultihopOscilloscopeC.nc: In function `RadioControl.startDone':
MultihopOscilloscopeC.nc:99: `local' undeclared (first use in this function)
MultihopOscilloscopeC.nc: In function `SerialControl.startDone':
MultihopOscilloscopeC.nc:114: `local' undeclared (first use in this
function)
MultihopOscilloscopeC.nc: In function `startTimer':
MultihopOscilloscopeC.nc:134: `local' undeclared (first use in this
function)
MultihopOscilloscopeC.nc: In function `Receive.receive':
MultihopOscilloscopeC.nc:152: `oscilloscope_t' undeclared (first use in this
function)
MultihopOscilloscopeC.nc:152: `in' undeclared (first use in this function)
MultihopOscilloscopeC.nc:152: syntax error before `)'
MultihopOscilloscopeC.nc:153: `out' undeclared (first use in this function)
MultihopOscilloscopeC.nc:155: syntax error before `)'
MultihopOscilloscopeC.nc:176: syntax error before `)'
MultihopOscilloscopeC.nc: In function `Snoop.receive':
MultihopOscilloscopeC.nc:228: `oscilloscope_t' undeclared (first use in this
function)
MultihopOscilloscopeC.nc:228: `omsg' undeclared (first use in this function)
MultihopOscilloscopeC.nc:233: `local' undeclared (first use in this
function)
MultihopOscilloscopeC.nc: In function `Timer.fired':
MultihopOscilloscopeC.nc:254: `NREADINGS' undeclared (first use in this
function)
MultihopOscilloscopeC.nc:256: `oscilloscope_t' undeclared (first use in this
function)
MultihopOscilloscopeC.nc:256: `o' undeclared (first use in this function)
MultihopOscilloscopeC.nc:256: syntax error before `)'
MultihopOscilloscopeC.nc:261: `local' undeclared (first use in this
function)
MultihopOscilloscopeC.nc:276: wrong type argument to increment
MultihopOscilloscopeC.nc: In function `Read.readDone':
MultihopOscilloscopeC.nc:299: `local' undeclared (first use in this
function)
MultihopOscilloscopeC.nc:299: subscripted value is neither array nor pointer
In component `MultihopOscilloscopeAppC':
MultihopOscilloscopeAppC.nc: At top level:
MultihopOscilloscopeAppC.nc:37: `AM_OSCILLOSCOPE' undeclared here (not in a
function)
MultihopOscilloscopeAppC.nc:39: `AM_OSCILLOSCOPE' undeclared here (not in a
function)
MultihopOscilloscopeAppC.nc:48: `AM_OSCILLOSCOPE' undeclared here (not in a
function)
MultihopOscilloscopeAppC.nc:49: `AM_OSCILLOSCOPE' undeclared here (not in a
function)
make: *** [sim-exe] Error 1
"

How do I solve it ????
-- 
View this message in context: 
http://old.nabble.com/%27make-micaz-sim%27-errors-tp24645741p27920126.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to