Thanks for responding.
I am running cygwin under Windows XP. For my configuration I need the slashes just as they are. See the tutorial below from http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Manual_installation_o n_your_host_OS_with_RPMs. * TinyOS 2.x Environment Variable Windows Linux TOSROOT /opt/tinyos-2.x same as in Cygwin TOSDIR $TOSROOT/tos same as in Cygwin CLASSPATH C:\cygwin\opt\tinyos-2.x\support\sdk\java\tinyos.jar;. $TOSROOT/support/sdk/java/tinyos.jar:. MAKERULES $TOSROOT/support/make/Makerules same as in Cygwin PATH†/opt/msp430/bin:/opt/jflashmm:$PATH same as in Cygwin -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ruben Rios Sent: Saturday, January 30, 2010 12:43 PM To: Jim Voulgarakis Cc: [email protected] Subject: Re: [Tinyos-help] Unknown target micaz...make: *** [sim-exe] Error 2 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
