Dear Michael Schippling, Very thanks for reply. I am afraid I have not clear the question. My question is where the include order defined? I know them after make, but I want to know before make. Best regards! hairong yan
>>> Michael Schippling <[EMAIL PROTECTED]> 2006-11-08 19:47 >>> 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
