Cory's suggestion is really helpful. Could you tell me why TMote sky can not be compatiable with TOSSIM? I don't understand why Moteiv can not release a simulator, I really do not like the idea to test an algorithm with a set of real sensors before deployment. Anyone have suggestions? Can Micaz's code work with TOSSIM?
P.S., where can I find some details on how the compile system work in TinyOS? I did not find where those "-I" flag is. Thanks. On 5/4/06, Cory Sharp <[EMAIL PROTECTED]> wrote:
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
