[Tinyos-help] Programming problem
Mark Bramwell
motes at foxhollow.ca
Tue Jul 11 16:10:02 PDT 2006
I am not sure if this will help you with your problem but I also had the dot problem. I made the following changes to make 'that' problem go away...
I am creating an installation guide for my prof. Here is a section that will help you...
Checking the TOS Installation
toscheck completed with errors:
-->WARNING: CLASSPATH may not include '.' (that is, the symbol for the current
working directory). Please add '.' to your CLASSPATH or you may experience conf
iguration problems.
Edit /opt/tinyos-1.x/tools/java/javapath
Line 41 should be this:
#unshift @add, ".";
Line 57 should be this:
print "$addpath;$oldpath;.\n";
Build the java tools
cd /opt/tinyos-1.x/tools/java
make
cd /opt/tinyos-1.x/tools/java/jni
make install
> Cygwin is stuck at this line as I write this email. While the programmer
> board LED doesn't glow now, Cygwin has stopped responding to Ctrl+C.
>
> I ran TOScheck and the only error that I got was that the 'dot' was
> missing in the PATH variable.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20060711/e96e61aa/attachment.html
More information about the Tinyos-help
mailing list