[Tinyos-help] component not found

Eric Decker cire831 at gmail.com
Thu May 7 11:38:37 PDT 2009


you'll actually want to use

PFLAGS += ......

so you don't lose other stuff that has been added to PFLAGS.  PFLAGS stands
for Platform flags by the way.

eric


On Wed, May 6, 2009 at 11:43 PM, Michael Schippling <schip at santafe.edu>wrote:

> 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
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Eric B. Decker
Senior (over 50 :-) Researcher
Autonomous Systems Lab
Jack Baskin School of Engineering
UCSC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20090507/a4897baf/attachment.htm 


More information about the Tinyos-help mailing list