[Tinyos-help] Make , Configuration Environnement, Tools Folder
wafa jaballah
wafa.jaballah at gmail.com
Sat Jan 3 08:56:17 PST 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20090103/8d7d0914/attachment.htm
More information about the Tinyos-help
mailing list