Xiaohui Liu wrote:
> 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.
nesc compiler is based on gcc. AFAIK is not possible include directories
recursively.
It seems you instalation is broken. If you can't compile blink example
you'd reinstall.
javier m mora
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help