Hi all,

      I have installed TinyOS 1.1.15 on a Windows Vista box by upgrading
from TinyOS 1.1.0. However, while performing *toscheck *I get the following
errors:

Warning: CLASSPATH environment variable doesn't exist
Warning: No ncc in current path
Warning: No avr-gcc in current path
Warning: avr-gcc not found
Warning: The Java version found first by toscheck may not be version 1.4
which is required by TOS. Please ensure that the located Java version is
1.4........
Warning: No uisp in current path
Warning: toscheck couldn't find the uisp program. Uisp is used to program
the motes. Please install uisp version 20030820tinyos which can be found in
the TinyOS 1.1.0 distribution.
Warning: No avr-as in current path.
Warning: Couldn't find avr-as. Please install avr-binutils version 2.13.2.1
Warning: No msp430-gcc in current path.
Warning: msp430-gcc not found. Won't be able to compile to any msp430
platforms<telos>

Now after looking through the mail archives, the problem seems to because
the PATH variable and the CLASSPATH variable are not set properly. However,
I have added a CLASSPATH variable under both user variables and system
variables (in Environment variables).

*CLASSPATH          c:\cygwin\opt\tinyos-1.x\tools\java
TOSROOT             c:\cygwin\opt\tinyos-1.x
TOSDIR                 c:\cygwin\opttinyos-1.x\tos*

Even after setting these (and also MAKERULES), the same warnings are
generated.
I even tried (in the bash shell) the following:

*export CLASSPATH=`cygpath -w $TOSROOT/tools/java`
export CLASSPATH="$CLASSPATH;."
but it still didn't work.
*Should I edit the tinyos.sh file in /etc/profile.d? I am unsure as to
what changes to incorporate.

In one of the mails, Douglas had mentioned that he had set:
*TOSPATH='C:\cygwin\usr\local\mspgcc;C:\cygwin\usr\local\mspgcc
\bin;c:\cygwin\bin;
        c:\cygwin\opt\tinyos-1.x\tools\java;
        c:\cygwin\opt\tinyos-1.x\tos; c:\cygwin\opt\tinyos-1.x\tools\java
\jars;'
If I do this, how should I include TOSPATH in my PATH variable.
*

Also,I am unsure as to what I should set for the Path variable. Plese tell
me what the value of the Path variable should be.Also, any other changes
that might be needed.


Thanks and regards,
Bharat Naik.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to