Do what somebody just someone else to do...

    printenv > env.txt

and send us the env.txt file (it should be plain-text
and not too long, so just copy and paste it into the email).

To set a PATH variable do something like this:

export PATH="/cygdrive/c/JAVA/j2sdk1.4.2_04/bin:\
/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:.:$PATH:\
/cygdrive/c/PROGRAMS/BIN/WIN32APP:/cygdrive/c/PROGRAMS/BIN"

or CLASSPATH, which is what toscheck is complaining about:

export CLASSPATH=".;$TOSROOT/tools/java/jars/tinytools.jar"

You'll need to changed the actual paths in those variables
to match your own system. Do "man bash" to see a description
of just about everything you can do in the command shell, or
try googling CLASSPATH, etc for details.

MS

mejda chouaieb wrote:
> 
> Hello, all
>  
> Now I am studying Lesson 1 of TinyOS 2.x tutorial.
> I have two tmote sky(s) (Telosb) and I also have a problem.
> I have installed tinyos in windows and when I type tos-check-env I have 
> these warnings ( I joned a printscreen). the path variable is empty when 
> I type echo $path there is nothing.
> can someone help me please? thank you in advance.
>  
> 
> 
> ------------------------------------------------------------------------
> Ne gardez plus qu'une seule adresse mail ! Copiez vos mails 
> <http://www.trueswitch.com/yahoo-fr/> vers Yahoo! Mail
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to