On 5 July 2014 18:53, Jisha Mary Jose <jishamary1...@gmail.com> wrote:

> When I try to use the SHA1 function in tinyecc-2.0 IN TINYOS-2.1.2, i get
> the following error:
>
> IN the configuration file I give,
>
> implementation {
>   components DisseminationC as App;
>

You'll also need:

   components SHA1M;

here, otherwise it will not know what SHA1M you're talking about here:


>   App.SHA1 -> *SHA1M*;
> }
>

The NesC language reference might be of use to you - it's very readable and
contains lots of useful information!

Regards,
/Johny
-- 
Johny Mattsson
Senior Software Engineer

DiUS Computing Pty. Ltd.

*where ideas are engineered *
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to