Thanks for the help Well, I do know that the cygwin have to be restarted and this doesn't change anything. So I'm waiting for some further solutions.
Thanks again. ________________________________ From: Varun Jain [EMAIL PROTECTED] Sent: Monday, September 29, 2008 9:34 PM To: Li, Zhen Li Subject: RE: [Tinyos-help] How to configure the tinyos 2.1's environment Hi Li, Every time you change something on the script under CYGWIN, you need to close that instance of cygwin and start it again. Next time u start cygwin, your changes should come into effect. Cheers, Varun Jain From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Li, Zhen Li Sent: Tuesday, September 30, 2008 11:42 AM To: [email protected] Subject: [Tinyos-help] How to configure the tinyos 2.1's environment Hi I installed tinyos 2.1 on a Windows mashine following everything instruction on tinyos.net and made everything as default. Right now I was stopped in configuring the tinyos 2.x environment. I created a "tinyos.sh" file in /etc/profile.d/ and the information within tinyos.sh is: TOSROOT="/opt/tinyos-2.x" CLASSPATH="c:\cygwin\opt\tinyos-2.x\support\sdk\java\tinyos.jar;." MAKERULES="$TOSROOT/support/make/Makerules" TOSDIR="$TOSROOT/tos" export TOSROOT export TOSDIR export CLASSPATH export MAKERULES type java >/dev/null 2>/dev/null || PATH=`/usr/bin/tos-locate-jre --java`:$PATH type javac >/dev/null 2>/dev/null || PATH=`/usr/bin/tos-locate-jre --javac`:$PATH echo $PATH | grep -q /usr/local/bin || PATH=/usr/local/bin:$PATH But when I go to the Blink folder and use the make command like "make iris" or "make micaz", my cygwin says: make: *** No rule to make target 'iris'. Stop. How can I configure it correctly? Can anyone just send me a good configuration? Thanks!
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
