Hi Conor, CntToLedsAndRfm in the tinyos-1.x directory is unsupported with the tmote and tmoteinvent build tools. There are a few things that you have do to work around it. The first is to compile and install the application as telosb. The down side to this is that you will not see the Leds on the outside of the invent. To see the leds you can open the case and look at the leds on the tmote sky.
The other thing you could do is use the CountSend and CountReceive applications located in $MOTEIV_DIR/apps/Count. These will work with both the tmote sky and tmote invent build tools. Hope this helps, Andrew On 3/8/07, Conor Fennell <[EMAIL PROTECTED] > wrote:
Hi, Im a 4th year student currently studying Computer Engineer in University of Limerick in Ireland . I am doing my Final Year Project on the tmote invents and i am having a few difficulties. I would be classed as a beginner to NesC. I have the boomerang environment installed and have a few tutorials gone through like the sense and blink apps. Now im attempting the "CntToLedsAndRfm" but having no luck compiling it. These are an example of the errors im getting. In component `CounterToLocalTimeC': /opt/moteiv/tos/lib/timer/CounterToLocalTimeC.nc: At top level: /opt/moteiv/tos/lib/timer/CounterToLocalTimeC.nc:32: expected interface `Counter', but got a component /opt/moteiv/tos/lib/timer/CounterToLocalTimeC.nc:32: unexpected type arguments /opt/moteiv/tos/lib/timer/CounterToLocalTimeC.nc: In function `LocalTime.get': /opt/moteiv/tos/lib/timer/CounterToLocalTimeC.nc:38: interface has no command or event named `get' /opt/moteiv/tos/lib/timer/CounterToLocalTimeC.nc: At top level: /opt/moteiv/tos/lib/timer/CounterToLocalTimeC.nc:42: `overflow' is not in interface `Counter' In component `CounterMilliC': /opt/moteiv/tos/platform/msp430/timer/CounterMilliC.nc:41: no match /opt/moteiv/tos/platform/msp430/timer/CounterMilliC.nc:44: no match /opt/moteiv/tos/platform/msp430/timer/CounterMilliC.nc:45: no match In component `AlarmMilliC': /opt/moteiv/tos/platform/msp430/timer/AlarmMilliC.nc:46: no match make: *** [exe0] Error 1 Now im thinking myself these are path issues.Because those files are there. I dont know how to resolve them. Any help would be appreciated. Thanks, Conor. _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
