[Tinyos-help] Re: Msp430CounterMicroC error (TinyOS 2.x / cygwin)
Mehedi Bakht
mbakht at gmail.com
Mon Jun 11 12:38:10 PDT 2007
Sorry for asking help before investigating deeper myself. It was a minor
issue of two counters having different size_types. Using TransformCounterC
has solved the problem.
Thanks,
-Mehedi
On 6/11/07, Mehedi Bakht <mbakht at gmail.com> wrote:
>
> Hi,
>
> I am working with tmotes and using TinyOS2.x on cygwin.
>
> I want to get current time in microseconds. My code for that is as follows
> (in the file LoggerC.nc):
>
> Line 15: components new CounterToLocalTimeC(TMicro);
> Line 17: components Msp430CounterMicroC;
> Line 31: CounterToLocalTimeC.Counter -> Msp430CounterMicroC;
>
> When I do "make tmote", I get the following error:
>
> In component 'LoggerC':
> LoggerC.nc:31: no match
>
> Can any please help me to get rid of this error?
>
> Thanks,
>
> --Mehedi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20070611/c9b4c36f/attachment.html
More information about the Tinyos-help
mailing list