Hello,
When I try 'make telosb', it appears a lot of error messages such as the
components are not implemented, syntax errors, etc.
How can I fix the problem? or what can be the cause of this errors?
from /opt/tinyos-2.1.0/tos/system/TimerMilliC.nc:40,
from BlinkAppC.nc:46:
In component `VirtualizeTimerC':
/opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:37: syntax error before
`uint8_t'
/opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:50: syntax error before
`uint32_t'
/opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:50: warning: no semicolon
at end of struct or union
/opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:51: syntax error before `dt'
/opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:52: syntax error before
`isoneshot'
/opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:53: syntax error before
`isrunning'
/opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:54: syntax error before
`_reserved'
VirtualizeTimerC: `TimerFrom.fired' not implemented
VirtualizeTimerC: `Timer.startPeriodicAt' not implemented
VirtualizeTimerC: `Timer.startOneShotAt' not implemented
VirtualizeTimerC: `Timer.startPeriodic' not implemented
VirtualizeTimerC: `Timer.startOneShot' not implemented
VirtualizeTimerC: `Timer.stop' not implemented
In file included from
/opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:43,
from /opt/tinyos-2.1.0/tos/system/TimerMilliP.nc:41,
from /opt/tinyos-2.1.0/tos/system/TimerMilliC.nc:40,
from BlinkAppC.nc:46:
In component `CounterToLocalTimeC':
/opt/tinyos-2.1.0/tos/lib/timer/CounterToLocalTimeC.nc:38: syntax error before
`uint32_t'
/opt/tinyos-2.1.0/tos/lib/timer/CounterToLocalTimeC.nc:42: syntax error before
`LocalTime'
In component `HilTimerMilliC':
/opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:47: no match
/opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:48: no match
/opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:50: cannot find
`TimerFrom'
/opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:51: cannot find
`Alarm'
/opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:52: cannot find
`Counter'
In component `TimerMilliC':
/opt/tinyos-2.1.0/tos/system/TimerMilliC.nc:44: too many arguments
make: *** [exe0] Error 1
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help