Hello ! I have installed tinyos2.1 following the steps described in the web site. I have configured the environnement variables in a file tinyos.sh in c: /etc/profile.d
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 1) Then , I want to compile the Blink Application using the command : $make micaz sim I have found the following message error: *make **No rule to make target 'micaz'.Stop* 2) I also notice that in */opt/tinyos-2.x , I don't have the folder tools.* What is wrong in the configuration? Is there someone who have an idea to resolve these errors, though I read the archive but I don't found the solution. Thanks for you reply! Best Regards, Wafa
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
