[Tinyos-help] component not found

Michael Schippling schip at santafe.edu
Wed May 6 23:43:31 PDT 2009


You may need to add an explicit include for the directory
in the makefile, something like:

PFLAGS= -I$T/platform/mica2

but with the right directory name.

Also the path you give looks like a Java package
which is of no use to a TOS compile.

On the T1->T2 question, I think there is a porting page under:
     http://docs.tinyos.net/

MS

Xiaohui Liu wrote:
> Hi,
>  
> In my code, I have
> "components  LqiRoutingEngineP as ALR;
> ....
> myComp.StdControl -> ALR.StdControl;"
>  
> Compiler keeps says " component LqiRoutingEngineP not found". I check 
> and find it's definitely there under "tos.lib.net.lqi", and TOSDIR is 
> also pointed to $TOSROOT/tos. Any idea on why I get this error since the 
> tinyos help archive does not contain much related info. Thanks in advance.
>  
>  
> -Xiaohui
> Linux
> TOSSIM
> tinyos 2.x
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


More information about the Tinyos-help mailing list