I am wanting to start using tinyos-2.x-contrib/ecosensory
as my tested code, and have a question about CFLAGS += -I

I see Makefile lines like:

CFLAGS += -I../../../tos/lib/extended_storage

and in that case,

ll ../../../tos/lib/extended_storage

finds something, but some contribs I browsed seem incomplete.

How will this extra includes search work?
I assume it wants unique dir names not found in the tinyos-2.x tree, right? For instance, if I put a new platform in tinyos-2.x-contrib/ecosensory/tos/platforms/ecosens1 directory I think
I will get a compilation that finds the ecosens1 platform directory,
but what about a chips dir?

What happens when a contributor puts a Makefile include to search out
another chips dir they have and with a chip of the same name as in the tinyos-2.x tree?

John Griessen
Still merging code in with the tinyos-2.x tree to run it...
--
Ecosensory
tinyOS devel on:  ubuntu Linux;   tinyOS v2.0.2;   telosb ecosens1
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to