I am getting an error when compiling any TinyOS application that uses 
TosThreads.

When compiling the "blink" application in the TosThreads apps directory I get 
the following error:

=====================================================================
make telosb threads

/tinyos-2.x/tos/lib/tosthreads/system/TinyThreadSchedulerP.nc:191: warning: 
call via function pointer
/tinyos-2.x/tos/lib/tosthreads/system/SystemCallP.nc:49: warning: call via 
function pointer
In component `HilTimerMilliC.AlarmToTimerC':
/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: In function `Alarm.fired':
/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc(HilTimerMilliC.AlarmToTimerC):82: 
fired.postTask not connected
In component `SystemCallP':
/tinyos-2.x/tos/lib/tosthreads/system/SystemCallP.nc: In function 
`SystemCall.start':
/tinyos-2.x/tos/lib/tosthreads/system/SystemCallP.nc:74: threadTask.postTask 
not connected
In component `ThreadTimersC.VirtualizeTimerC':
/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc: In function `startTimer':
/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc(ThreadTimersC.VirtualizeTimerC):151:
 updateFromTimer.postTask not connected
In component `HilTimerMilliC.VirtualizeTimerC':
/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc: In function `startTimer':
/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc(HilTimerMilliC.VirtualizeTimerC):151:
 updateFromTimer.postTask not connected
make: *** [exe0] Error 1
=====================================================================

This happens regardless of the application I compile or the platform I target.  
This setup was working when I last tried to compile, earlier on this year, but 
I have since updated the TinyOS.
Using TinyOS 2.x from SVN, on windows under Cygwyn.

It appears I am not the only one having this issue - this post on nabble in 
early June raises the same issue.
http://old.nabble.com/Problem-compiling-tosthreads-demo-code-tt31744254.html#a31744254

Has anybody else experienced this issue? Any help appreciated.
David


________________________________
The information in this e-mail may be confidential and subject to legal 
professional privilege and/or copyright. National ICT Australia Limited accepts 
no liability for any damage caused by this email or its attachments.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to