Hi,

I got a lot of debug errors, saying some interfaces (or components) can not
be found, which are actually under some TinyOS folders. After I manually add
in Makefile "PFLAG += -IMYDIR", now interfaces under "MYDIR" can be located.
Unfortunately, the compiler appears to only searches the specified
directory, without diving into the sub directories.  As a result, even I
include the whole TinyOS dir by "PFLAG += -I${TOSROOT}", interfaces are
still missing. If I am not intended to add directory for each interface, is
there a way to tell the compiler to search the specified directory as well
as its sub directories since I get tens of such missing interfaces? I really
appreciate your help.

-Xiaohui
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to