Re: [Tinyos-help] tos-check-env errors !

2010-12-13 Thread Roger Larsson
Från: tinyos-help-boun...@millennium.berkeley.edu [tinyos-help-boun...@millennium.berkeley.edu] f#246;r hongliping7123 [hongliping7...@163.com] Skickat: den 13 december 2010 03:52 Till: tinyos-help Ämne: [Tinyos-help] tos-check-env errors ! when I type the command tos-check

[Tinyos-help] tos-check-env errors !

2010-12-12 Thread hongliping7123
when I type the commandtos-check-env in theCygwin for windows, there are some errors: tos-check-env completed with errors: -- WARNING: The JAVA version found first by tos-check-env may not be version 1. 4 or version 1.5one of which is required by TOS. Please ensure that the located Java version

Re: [Tinyos-help] tos-check-env errors !

2010-12-12 Thread Eric Decker
what java version are you running? newer versions of java work okay. so if you have a reasonable version of java you should be okay and can ignore the error message. 2010/12/12 hongliping7123 hongliping7...@163.com when I type the command *tos-check-env* in the *Cygwin for windows*, there

[Tinyos-help] tos-check-env errors

2010-07-13 Thread Rich Hayes
My question seem to be a simple one.  I am a student doing research at my college.  I am using TinyOS to upload samples of code to wireless motes (TelosB, Iris).  I am first following the TinyOS wiki tutorial.  In a bash shell, I typed tos-check-env to make sure everything is set up correctly. 

[Tinyos-help] Tos-check-env

2010-05-03 Thread Kwame Anokye
Hi! I'm new to TinyOS, I installed my tinyos from a cd; actually, is a xubuntu version in an xbox, sun virtual machine; everything is working alright but when I do the tos-check-env, it says complete with errors and that I should add '.' to my CLASSPATH but I don't know whether is talking about

[Tinyos-help] tos-check-env does not execute

2008-09-10 Thread Ramon Duato Navarro
Hi! I have worked with TinyOs 1.x without problems and now I am trying to install TinyOs 2.1 following  the  steps especified in the TinyOs Wiki. When I try to execute the script tos-check-env, it does not work the prompt appears again and nothing happens.  $ tos-check-env $ I have reinstalled

[Tinyos-help] tos-check-env error

2008-02-25 Thread Ari Chinna
Hi i am a beginner to tinyos. I have installed tinyos-2.x and cygwin and their directories are. cygwin- c:/cygwin... java- c:/programfiles/java/jdk1.5.0_14... i linked them with this command in cygwin bash shell *ln -s /cygdrive/c/program files/java/jdk1.5.0_14/bin/javac /bin/javac* CLASSPATH

[Tinyos-help] tos-check-env error

2008-02-25 Thread Murray, Ben
$ $CLASSPATH bash: C:\cygwin\opt\tinyos-2.x\support\sdk\java\tinyos.jar;.: command not found -Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ari Chinna Sent: 25 February 2008 18:02 To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] tos-check-env

[Tinyos-help] tos-check-env wants an old version of graphviz

2008-01-23 Thread David
Sorry if this is a dupe, I did Google for it first. When I run tos-check-env (/home/david/local/bin/tos-check-env, as installed from latest CVS), it gives me this warning: -- WARNING: The graphviz (dot) version found by tos-check-env is not 1.10. Please update your graphviz version if you'd like

Re: [Tinyos-help] tos-check-env wants an old version of graphviz

2008-01-23 Thread Juan Antonio López Riquelme
@millennium.berkeley.edu Sent: Wednesday, January 23, 2008 2:00 PM Subject: [Tinyos-help] tos-check-env wants an old version of graphviz Sorry if this is a dupe, I did Google for it first. When I run tos-check-env (/home/david/local/bin/tos-check-env, as installed from latest CVS), it gives me this warning

Re: [Tinyos-help] tos-check-env wants an old version of graphviz

2008-01-23 Thread Philip Levis
On Jan 23, 2008, at 5:00 AM, David wrote: Sorry if this is a dupe, I did Google for it first. When I run tos-check-env (/home/david/local/bin/tos-check-env, as installed from latest CVS), it gives me this warning: -- WARNING: The graphviz (dot) version found by tos-check-env is not 1.10.

[Tinyos-help] tos-check-env errors!!!

2007-10-21 Thread mejda chouaieb
Hello all, When I type tos-check-env I have errors and warnings : tos-check-env completed with errors: -- WARNING: The JAVA version found first by tos-check-env may not be version 1. 4 or version 1.5one of which is required by TOS. Please ensure that the located Java version is 1.4 or 1.5

Re: [Tinyos-help] tos-check-env errors!!!

2007-10-21 Thread Michael Schippling
Try type java to see where you are getting your Java from. If it indicates something like jdk1.5.0_07/bin/java or other 1.4, 1.5, 1.6 versions you are probably fineotherwise you may need to install a modern JDK. For Graphviz, if type dot doesn't find anything, a file search for the Graphviz

Re : [Tinyos-help] tos-check-env errors!!!

2007-10-21 Thread mejda chouaieb
le : Dimanche, 21 Octobre 2007, 21h29mn 04s Objet : Re: [Tinyos-help] tos-check-env errors!!! Type on a terminal java -version And post the results. Ariel. On 10/21/07, mejda chouaieb [EMAIL PROTECTED] wrote: Hello all, When I type tos-check-env I have errors and warnings : tos-check-env

Re: Re : [Tinyos-help] tos-check-env errors!!!

2007-10-21 Thread Ariel Mauricio Nunez Gomez
As michael said, you can safely ignore the java related warning. Ariel. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] tos-check-env problem

2007-10-19 Thread Jeongyeup Paek
Hi, I had similar problems with many other scripts: tos-locate-jre, tos-install-jni, etc. Open up the file and modify the first line from #!/bin/sh to #!/bin/bash This worked most of the time... Although I'm not 100% sure, I think this issue should be addressed. tos-install-jni also had

[Tinyos-help] tos-check-env problem

2007-10-12 Thread Derek Tarm
when I run tos-check-env in Ubuntu 7.04, it says: Classpath: use of uninitialized value in concatenation . or string at /usr/bin/tos-check-env line 319. /opt/tinyos-2.x/support/sdk/java/tinyos.jar . So, is there a problem? How could I solve it? Thank you!

Re: [Tinyos-help] tos-check-env problem

2007-10-12 Thread Ariel Mauricio Nunez Gomez
Have you just installed tinyos? If so, what installation method did you use? Did you follow all instructions from Step 5 in http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html? Ariel ___ Tinyos-help mailing list

Re: [Tinyos-help] tos-check-env problem

2007-10-12 Thread Peizhao Hu
check your CLASSPATH carefully. in your CLASSPATH, you should have at least something like CLASSPATH=$CLASSPATH:.:$TOSROOT/support/sdk/java/tinyos.jar where $TOSROOT of course pointing to your TinyOS root directory. regards; Peizhao Derek Tarm wrote: when I run tos-check-env in Ubuntu

Re: [Tinyos-help] tos-check-env

2007-05-16 Thread direct deposit
The path is my CLASSPATH is like c:/cygwin/opt... What I printed out is after the script processed the path. The line gives me trouble is open CYGPATH, cygpath -w $tosjarpath 21 | or die couldn't execute cygpath: it is not PATH.; I think the problem is somehow in my cygwin, I cannot execute

Re: [Tinyos-help] tos-check-env

2007-05-16 Thread Michael Schippling
in my install cygpath is in /usr/bin, which should also be in your PATH. Since I don't use T2 I don't seem to have tos-check-env so I can't be of any help... MS direct deposit wrote: The path is my CLASSPATH is like c:/cygwin/opt... What I printed out is after the script processed the path.

[Tinyos-help] tos-check-env

2007-05-15 Thread direct deposit
Hello All, This probably is a very simple problem, but I have not been able to see where I did wrong. I am using Windows XP with cygwin. I followed all the installation steps, and when I tried tos-check-env, I got Classpath: couldn't execute cygpath: it is not PATH at /usr/bin/tos-check-env

Re: [Tinyos-help] tos-check-env

2007-05-15 Thread Michael Schippling
if /opt/tinyos-2.x/support/sdk/java/tinyos.jar is in your CLASSPATH it probably won't work because Java doesn't know about cygwin's fake unix filesystem fiddles. Try using the full (real) Widows path, C:/cygwin/opt... or where-ever it is loaded. MS direct deposit wrote: Hello All, This