Hello,
I have windows Media Center Edition and I installed "JN-SW-4027 SDK with CLI" 
(jennic bash shell) (link : 
http://www.jennic.com/support/view_section.php?sectionID=0000000010) because 
I'm working with jennic motes, then I Installed Tinyos 2.x, I followed the 
manual steps (with RPMs)  in Tinyos web site (link: 
http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html).
to Configure my environment I created a file named tinyos.sh and I saved it in 
C:\Jennic\cygwin\etc\profile.d

tinyos.sh contains :
#!/bin/sh
export TOSROOT="/opt/tinyos-2.x"
export TOSDIR="$TOSROOT/tos"
export CLASSPATH='cygpath -w $TOSROOT/support/sdk/java/tinyos.jar'
export CLASSPATH="$CLASSPATH;."
export MAKERULES="$TOSROOT/support/make/Makerules"
export PATH="/opt/msp430/bin:$PATH"

and I'm trying to do the Tinyos tutorial "Lesson 10: Platforms", I followed all 
the steps but when I type:
$ cd tinyos-2.x/apps/Null
  $ make yamp
I have :
make: *** No rule to make target `yamp'.  Stop.
I obtain the same thing when I type: make telosb

I tried to check the state of the environment variables and when I type :
bash-3.2$ echo $CLASSPATH
.;C:\JBuilderX\jdk1.4\jre\lib\ext\msbase.jar;C:\JBuilderX\jdk1.4\jre\lib\ext\msu
til.jar;C:\JBuilderX\jdk1.4\jre\lib\ext\mssqlserver.jar;C:\cygwin\opt\tinyos-2.x
\support\sdk\java\tinyos.jar;.;
bash-3.2$ echo $MAKERULES

so MAKERULES is empty

I don't know what to do, I need Help !!
and thank you in advance


      
____________________________________________________________________________________________
Découvrez le blog Yahoo! Mail : dernières nouveautés, astuces, conseils.. et 
vos réactions !
http://blog.mail.yahoo.fr

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to