There is an assumed include order defined _somewhere_ in the tool chain.
You can add a -v to the nesc line to get a list of source files (but not
necessarily header files unfortunately). Or you can search through the
intermediate output app.c file. The make docs output will also show
which modules are used, but only if you apply a little hermeneutics to
the output.

MS

Hairong Yan wrote:
Dear Sir,
I am reading the codes of CntToLedsAndRfm, I notes there are two
components named RadioCRCPacket, one is in the directory of system, one
is in the platform. The compiler choose the one in the platform
directory.
But in the makefile I can not found any rule of it, why?
Thanks in advance.
best regards!

hairong yan

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

Reply via email to