I am figuring out how to compile form contrib and have a question:

I've made these dirs in contrib and search in them with these compiler directives:

CFLAGS += -I$(TOSROOT)/../tinyos-2.x-contrib/ecosensory/tos/sensorboards
CFLAGS += -I$(TOSROOT)/../tinyos-2.x-contrib/ecosensory/tos/platforms
CFLAGS += -I$(TOSROOT)/../tinyos-2.x-contrib/ecosensory/support/make

I put the target file ecosens1 in the suport/make dir.

I get errors about not finding things, so have I hit against this:

"#  TOSMake_include_dir(dir)
#    Pull in .extras and .targets from a directory which MUST be a subdir
#    under TOSMAKE_PATH.  "

Do I need to have a copy of all the extra make parts to compile from contrib? In other words is TOSMAKE_PATH going to become

(TOSROOT)/../tinyos-2.x-contrib/ecosensory/support/make


Thanks,

John Griessen
--
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