Hi all,
 
I got some problems when I compile my program under Tinyos 1.2 toolset but this program can successfully compile under Tinyos 1.1 toolset. I checked the errors message displayed on the screen and realized that it gave errors on sbi, cbi, inp, outp related commands.
 
Is this problem related to upgrading of tinyos toolset and environment? Currently, I installed both Tinyos 1.x and Tinyos 2.x but I'm only using Tinyos 1.x and all the environment settings are correct.
 
+++++++++++++++++++++++++++++++++
In component `HPLTimer2':
c:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\HPLTimer2.nc: In function `Ti
mer2.setInterval':
c:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\HPLTimer2.nc:88: implicit dec
laration of function `outp'
c:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\HPLTimer2.nc: In function `Ti
mer2.getInterval':
c:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\HPLTimer2.nc:98: implicit dec
laration of function `inp'
c:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\HPLTimer2.nc: In function `Ti
mer2.setIntervalAndScale':
c:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\HPLTimer2.nc:122: implicit de
claration of function `cbi'
c:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\HPLTimer2.nc:124: implicit de
claration of function `outp'
c:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\HPLTimer2.nc:129: implicit de
claration of function `sbi'
c:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\HPLTimer2.nc: In function `Ti
mer2.setRate':
c:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\HPLTimer2.nc:138: implicit de
claration of function `cbi'
 
+++++++++++++++++++++++++++++++++++++++++
 
Regards,
 
Aung Aung
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to