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

Reply via email to