Hi all

Sorry for posting a compilation issue. But looks like I cannot make the
system work without some help. Maybe I have not installed the correct
versions of the tinyos tools.

I have the following tools installed in redhat 9.0
I found them at
http://www.tinyos.net/dist-1.2.0/tools/linux

avarice-2.3.20041206cvs-1.i386.rpm
avr-binutils-2.15tinyos-3.i386.rpm
avr-gcc-3.4.3-1.i386.rpm
avr-insight-6.3-1.i386.rpm
avr-libc-20030512cvs-1.i386.rpm
graphviz-1.10-1.i386.rpm
msp430tools-base-0.1-20050607.i386.rpm
msp430tools-binutils-2.16-20050607.i386.rpm
msp430tools-gcc-3.2.3-20050607.i386.rpm
msp430tools-libc-20050308cvs-20050608.i386.rpm
msp430tools-python-tools-1.0-1.noarch.rpm
nesc-1.1.2b-1.i386.rpm
tinyos-tools-1.1.0-1.i386.rpm

And I updated tinyos by checking out the latest version from CVS.

Heres what I get


[EMAIL PROTECTED] Blink]# make mica2dot
    compiling Blink to a mica2dot binary
ncc -o build/mica2dot/main.exe -Os -board=basicsb -target=mica2dot  -Wall
-Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -finline-limit=100000
-fnesc-cfile=build/mica2dot/app.c  Blink.nc -lm
/opt/tinyos-1.x/tos/system/tos.h:47:22: inttypes.h: No such file or
directory
/opt/tinyos-1.x/tos/system/tos.h:71:20: string.h: No such file or
directory
/opt/tinyos-1.x/tos/system/tos.h:72:20: stdlib.h: No such file or
directory
/opt/tinyos-1.x/tos/system/tos.h:73:18: math.h: No such file or directory
/opt/tinyos-1.x/tos/system/tos.h:75:19: ctype.h: No such file or directory
In file included from /opt/tinyos-1.x/tos/platform/mica2dot/hardware.h:91,
                 from /opt/tinyos-1.x/tos/system/tos.h:132:
/opt/tinyos-1.x/tos/platform/avrmote/avrhardware.h:54:20: avr/io.h: No
such file or directory
/opt/tinyos-1.x/tos/platform/avrmote/avrhardware.h:55:24: avr/signal.h: No
such file or directory
/opt/tinyos-1.x/tos/platform/avrmote/avrhardware.h:56:27: avr/interrupt.h:
No such file or directory
/opt/tinyos-1.x/tos/platform/avrmote/avrhardware.h:57:21: avr/wdt.h: No
such file or directory
/opt/tinyos-1.x/tos/platform/avrmote/avrhardware.h:58:26: avr/pgmspace.h:
No such file or directory
<commandline>: failed to preprocess /opt/tinyos-1.x/tos/system/tos.h
In file included from /opt/tinyos-1.x/tos/system/Main.nc:46:
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:63: only commands and events
can be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:63: warning: return-type
defaults to `int'
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:63: parse error before `init'
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:70: only commands and events
can be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:70: warning: return-type
defaults to `int'
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:70: redefinition of
`result_t'
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:70: parse error before
`start'
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:78: only commands and events
can be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:78: warning: return-type
defaults to `int'
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:78: redefinition of
`result_t'
/opt/tinyos-1.x/tos/interfaces/StdControl.nc:78: parse error before `stop'
/opt/tinyos-1.x/tos/system/RealMain.nc:47: only commands, events and
interfaces can be defined in component specifications
/opt/tinyos-1.x/tos/system/RealMain.nc:47: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/system/RealMain.nc:47: parse error before
`hardwareInit'
In file included from /opt/tinyos-1.x/tos/system/RealMain.nc:49:
/opt/tinyos-1.x/tos/interfaces/Pot.nc:78: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Pot.nc:78: warning: return-type defaults to
`int'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:78: parse error before `init'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:87: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Pot.nc:87: warning: return-type defaults to
`int'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:87: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:87: parse error before `set'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:96: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Pot.nc:96: warning: return-type defaults to
`int'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:96: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:96: parse error before `increase'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:105: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Pot.nc:105: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:105: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:105: parse error before `decrease'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:112: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Pot.nc:112: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Pot.nc:112: parse error before `get'
/opt/tinyos-1.x/tos/system/RealMain.nc: In function `main':
/opt/tinyos-1.x/tos/system/RealMain.nc:55: implicit declaration of
function `hardwareInit'
/opt/tinyos-1.x/tos/system/RealMain.nc:55: only commands can be called
/opt/tinyos-1.x/tos/system/RealMain.nc:56: interface has no command or
event named `init'
/opt/tinyos-1.x/tos/system/RealMain.nc:57: implicit declaration of
function `TOSH_sched_init'
/opt/tinyos-1.x/tos/system/RealMain.nc:59: interface has no command or
event named `init'
/opt/tinyos-1.x/tos/system/RealMain.nc:60: interface has no command or
event named `start'
/opt/tinyos-1.x/tos/system/RealMain.nc:61: implicit declaration of
function `__nesc_enable_interrupt'
/opt/tinyos-1.x/tos/system/RealMain.nc:64: implicit declaration of
function `TOSH_run_task'
In file included from /opt/tinyos-1.x/tos/system/PotM.nc:87:
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc: At top level:
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:59: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:59: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:59: parse error before `decrease'
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:67: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:67: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:67: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:67: parse error before `increase'
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:74: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:74: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:74: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/HPLPot.nc:74: parse error before `finalise'
/opt/tinyos-1.x/tos/system/PotM.nc:91: syntax error before `potSetting'
/opt/tinyos-1.x/tos/system/PotM.nc:93: parse error before `value'
/opt/tinyos-1.x/tos/system/PotM.nc: In function `setPot':
/opt/tinyos-1.x/tos/system/PotM.nc:94: parse error before `i'
/opt/tinyos-1.x/tos/system/PotM.nc:95: `i' undeclared (first use in this
function)
/opt/tinyos-1.x/tos/system/PotM.nc:95: (Each undeclared identifier is
reported only once
/opt/tinyos-1.x/tos/system/PotM.nc:95: for each function it appears in.)
/opt/tinyos-1.x/tos/system/PotM.nc:95: wrong type argument to increment
/opt/tinyos-1.x/tos/system/PotM.nc:96: interface has no command or event
named `decrease'
/opt/tinyos-1.x/tos/system/PotM.nc:98: `value' undeclared (first use in
this function)
/opt/tinyos-1.x/tos/system/PotM.nc:98: wrong type argument to increment
/opt/tinyos-1.x/tos/system/PotM.nc:99: interface has no command or event
named `increase'
/opt/tinyos-1.x/tos/system/PotM.nc:101: interface has no command or event
named `finalise'
/opt/tinyos-1.x/tos/system/PotM.nc:103: `potSetting' undeclared (first use
in this function)
/opt/tinyos-1.x/tos/system/PotM.nc: At top level:
/opt/tinyos-1.x/tos/system/PotM.nc:106: syntax error before `Pot'
/opt/tinyos-1.x/tos/system/PotM.nc: `Pot.uint8_t' not implemented
/opt/tinyos-1.x/tos/system/PotM.nc: `Pot.result_t' not implemented
/opt/tinyos-1.x/tos/system/PotM.nc: `Pot.result_t' not implemented
/opt/tinyos-1.x/tos/system/PotM.nc: `Pot.result_t' not implemented
/opt/tinyos-1.x/tos/system/PotM.nc: `Pot.result_t' not implemented
/opt/tinyos-1.x/tos/platform/mica2/HPLPotC.nc:57: syntax error before
`Pot'
/opt/tinyos-1.x/tos/platform/mica2/HPLPotC.nc: `Pot.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2/HPLPotC.nc: `Pot.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2/HPLPotC.nc: `Pot.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/avrmote/HPLInit.nc:52: only commands, events
and interfaces can be defined in component specifications
/opt/tinyos-1.x/tos/platform/avrmote/HPLInit.nc:52: warning: return-type
defaults to `int'
/opt/tinyos-1.x/tos/platform/avrmote/HPLInit.nc:52: parse error before
`init'
/opt/tinyos-1.x/tos/platform/avrmote/HPLInit.nc:57: syntax error before
`init'
/opt/tinyos-1.x/tos/platform/avrmote/HPLInit.nc: `result_t' not
implemented
/opt/tinyos-1.x/tos/system/Main.nc:53: cannot find `hardwareInit'
In file included from BlinkM.nc:41:
/opt/tinyos-1.x/tos/interfaces/Timer.nc:59: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Timer.nc:59: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Timer.nc:59: parse error before `start'
/opt/tinyos-1.x/tos/interfaces/Timer.nc:68: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Timer.nc:68: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Timer.nc:68: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Timer.nc:68: parse error before `stop'
/opt/tinyos-1.x/tos/interfaces/Timer.nc:73: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Timer.nc:73: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Timer.nc:73: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Timer.nc:73: parse error before `fired'
In file included from BlinkM.nc:42:
/opt/tinyos-1.x/tos/interfaces/Leds.nc:56: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:56: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:56: parse error before `init'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:64: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:64: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:64: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:64: parse error before `redOn'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:72: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:72: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:72: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:72: parse error before `redOff'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:81: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:81: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:81: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:81: parse error before `redToggle'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:89: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:89: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:89: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:89: parse error before `greenOn'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:97: only commands and events can be
defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:97: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:97: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:97: parse error before `greenOff'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:106: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:106: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:106: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:106: parse error before
`greenToggle'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:114: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:114: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:114: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:114: parse error before `yellowOn'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:122: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:122: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:122: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:122: parse error before `yellowOff'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:131: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:131: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:131: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:131: parse error before
`yellowToggle'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:139: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:139: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:139: parse error before `get'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:149: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Leds.nc:149: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:149: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Leds.nc:149: parse error before `set'
BlinkM.nc:52: syntax error before `StdControl'
BlinkM.nc: `StdControl.result_t' not implemented
BlinkM.nc: `StdControl.result_t' not implemented
BlinkM.nc: `StdControl.result_t' not implemented
/opt/tinyos-1.x/tos/system/TimerC.nc:52: parse error before `uint8_t'
/opt/tinyos-1.x/tos/system/TimerM.nc:45: parse error before `uint8_t'
In file included from /opt/tinyos-1.x/tos/system/TimerM.nc:49:
/opt/tinyos-1.x/tos/interfaces/Clock.nc:96: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Clock.nc:96: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:96: parse error before `setRate'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:105: parse error before `value'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:114: parse error before `value'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:121: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Clock.nc:121: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:121: parse error before
`getInterval'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:128: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Clock.nc:128: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:128: redefinition of `uint8_t'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:128: parse error before `getScale'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:137: warning: declaration of
`uint8_t' shadows global declaration
/opt/tinyos-1.x/tos/interfaces/Clock.nc:121: warning: location of shadowed
declaration
/opt/tinyos-1.x/tos/interfaces/Clock.nc:137: parse error before `scale'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:148: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Clock.nc:148: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:148: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:148: parse error before
`setIntervalAndScale'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:153: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Clock.nc:153: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:153: redefinition of `uint8_t'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:153: parse error before
`readCounter'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:162: warning: declaration of
`uint8_t' shadows global declaration
/opt/tinyos-1.x/tos/interfaces/Clock.nc:121: warning: location of shadowed
declaration
/opt/tinyos-1.x/tos/interfaces/Clock.nc:162: parse error before `n'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:180: only commands and events can
be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/Clock.nc:180: warning: return-type defaults
to `int'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:180: redefinition of `result_t'
/opt/tinyos-1.x/tos/interfaces/Clock.nc:180: parse error before `fire'
In file included from /opt/tinyos-1.x/tos/system/TimerM.nc:50:
/opt/tinyos-1.x/tos/interfaces/PowerManagement.nc:41: only commands and
events can be defined in interfaces
/opt/tinyos-1.x/tos/interfaces/PowerManagement.nc:41: warning: return-type
defaults to `int'
/opt/tinyos-1.x/tos/interfaces/PowerManagement.nc:41: parse error before
`adjustPower'
/opt/tinyos-1.x/tos/system/TimerM.nc:55: syntax error before `mState'
/opt/tinyos-1.x/tos/system/TimerM.nc:56: syntax error before
`setIntervalFlag'
/opt/tinyos-1.x/tos/system/TimerM.nc:57: syntax error before `mScale'
/opt/tinyos-1.x/tos/system/TimerM.nc:58: syntax error before `queue_head'
/opt/tinyos-1.x/tos/system/TimerM.nc:59: syntax error before `queue_tail'
/opt/tinyos-1.x/tos/system/TimerM.nc:60: syntax error before `queue_size'
/opt/tinyos-1.x/tos/system/TimerM.nc:61: syntax error before `queue'
/opt/tinyos-1.x/tos/system/TimerM.nc:64: parse error before `uint8_t'
/opt/tinyos-1.x/tos/system/TimerM.nc:64: warning: no semicolon at end of
struct or union
/opt/tinyos-1.x/tos/system/TimerM.nc:65: syntax error before `ticks'
/opt/tinyos-1.x/tos/system/TimerM.nc:66: syntax error before `ticksLeft'
/opt/tinyos-1.x/tos/system/TimerM.nc: `StdControl.result_t' not
implemented
/opt/tinyos-1.x/tos/system/TimerM.nc: `StdControl.result_t' not
implemented
/opt/tinyos-1.x/tos/system/TimerM.nc: `StdControl.result_t' not
implemented
/opt/tinyos-1.x/tos/system/TimerM.nc: `Timer.result_t' not implemented
/opt/tinyos-1.x/tos/system/TimerM.nc: `Timer.result_t' not implemented
/opt/tinyos-1.x/tos/system/TimerM.nc: `Timer.result_t' not implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc:54: syntax error before
`set_flag'
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc:55: syntax error before
`mscale'
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc:57: syntax error before
`StdControl'
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc:60: warning: type defaults
to `int' in declaration of `minterval'
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc:60: warning: data definition
has no type or storage class
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc:62: parse error before
`return'
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.setCounter' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.intEnable' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.setNextScale' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.setInterval' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.uint8_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.uint8_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.uint8_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.setNextInterval' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.intDisable' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `Clock.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `StdControl.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `StdControl.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: `StdControl.result_t' not
implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc:51: syntax error before `Leds'
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.uint8_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/system/NoLeds.nc: `Leds.result_t' not implemented
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:45: only
commands, events and interfaces can be defined in component specifications
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:45: warning:
return-type defaults to `int'
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:45: parse error
before `Enable'
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:46: only
commands, events and interfaces can be defined in component specifications
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:46: warning:
return-type defaults to `int'
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:46: redefinition
of `result_t'
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:46: parse error
before `Disable'
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:51: syntax error
before `disabled'
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:55: `SM0'
undeclared here (not in a function)
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:55: enumerator
value for `ADC_NR' not integer constant
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:56: `SM1'
undeclared here (not in a function)
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:56: enumerator
value for `POWER_DOWN' not integer constant
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:57: `SM0'
undeclared here (not in a function)
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:57: `SM1'
undeclared here (not in a function)
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:57: enumerator
value for `POWER_SAVE' not integer constant
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:58: `SM2'
undeclared here (not in a function)
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:58: `SM1'
undeclared here (not in a function)
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:58: enumerator
value for `STANDBY' not integer constant
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:59: `SM0'
undeclared here (not in a function)
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:59: `SM1'
undeclared here (not in a function)
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:59: `SM2'
undeclared here (not in a function)
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:60: enumerator
value for `EXT_STANDBY' not integer constant
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:63: syntax error
before `getPowerLevel'
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc:
`PowerManagement.uint8_t' not implemented
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc: `result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc: `result_t' not
implemented
SingleTimer.nc:54: too many arguments
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc:50: syntax error before
`ledsOn'
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc:58: syntax error before
`Leds'
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc:61: parse error before
string constant
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc:61: warning: return-type
defaults to `int'
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc:61: warning: data
definition has no type or storage class
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc:62: warning: return-type
defaults to `int'
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc:62: warning: data
definition has no type or storage class
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc:63: warning: return-type
defaults to `int'
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc:63: warning: data
definition has no type or storage class
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc:65: parse error before
`return'
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.uint8_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
/opt/tinyos-1.x/tos/platform/mica2dot/LedsC.nc: `Leds.result_t' not
implemented
make: *** [build/mica2dot/main.exe] Error 1






Shweta

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

Reply via email to