On 5/4/06, Joe Polastre <[EMAIL PROTECTED]> wrote:
> (2) How do I know which "Multihop.h" is used? There are many
> "Multihop.h" in different diectories. I traced
> "MAKERULES=/opt/tinyos-1.x/tools/make/Makerules" (through "env"
> command) file and did not get clue on that. I have similar concern
> regarding include components such as
>   components MultiHop
>     , DeltaM as Impl
>     , TimerC
>     , LedsC
>     , DemoSensorC
>     , DelugeC
> Can someone explain a little bit on how the compile system in TinyOS works?

The compile system works the same way that any gcc-based system works.
 It follows the -I include directives in the order that they are
presented to gcc.

With Boomerang, you can compile with "make tmote fileset", and a file
named "fileset.txt" will be generated in build/tmote/ that lists the
components and headers used by the application and the location of
each source file.

Cory

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

Reply via email to