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

Reply via email to