HI Jim, > Known targets for TinyOS directory $(TOSROOT)/tos > and the specified include directories are: > none.
It seems that your problem is with the TOSROOT variable. If you look at your environment definitions the TOSROOT is defined using backslashes instead of slashes like any other variables. Look the dfiference > C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;C:\Program > Files\Common Files\ArchestrA;C:\cygwin\bin;C:\Program > Files\ATT\Graphviz\bin;C:\Program > Files\ATT\Graphviz\bin\tools;C:\cygwin\opt\jflashmm:$PATH; > > TOSROOT > C:/cygwin/opt/tinyos-2.x/ > This should be something like: C:\cygwin\opt\tinyos-2.x\ Hope this solves your problem. All the best -- Ruben _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
