On Fri, May 8, 2009 at 5:59 PM, Jinhong Xu <[email protected]> wrote: > Hi all, > > I was trying to add component MultiHopLqiP. At the very beginning, the > compiler said the component not found, then I add the the following line to > Makefile: > > PFLAGS += -I/Users/jinhongxu/tinyos-2.x/tos/lib/net/lqi/ > > Then it seems the component has been found. However, here comes the > following problem that the component cannot find its used interface or other > component it is trying to use and giving some error information like > following:
Please take a look at MultihopOscilloscope to see how to use collection. You can make it use mlqi by changing the include path from tos/lib/net/ctp to tos/lib/net/lqi. You don't use the routing engine directly. You use CollectionC and CollectionSenderC. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
