Problem solved - I had wrong permissions in my tinyos folder (/opt/ tinyos-2.x) and that caused all the problems. Admin didn't have permission to write and unfortunately "make" didn't give any indication about permission issue.

Andres Vahter



I don't think you need to reinstall the tools when you change env vars but I could be wrong. Just out of curiosity, does the path net/ tinyos/util even exist under /support/sdk/java and does it include about 5 *.java files?

Chris
--
Chris Custine
FUSESource :: http://fusesource.com
My Blog :: http://blog.organicelement.com
Apache ServiceMix :: http://servicemix.apache.org
Apache Directory Server :: http://directory.apache.org


On Mon, Jun 8, 2009 at 4:52 AM, Andres Vahter <[email protected]> wrote: I tried with: export CLASSPATH=$TOSROOT/support/sdk/java/:$TOSROOT/ support/sdk/java/tinyos.jar:.:$CLASSPATH
It won't work either.

tos-check-env shows:

Classpath:
        /opt/tinyos-2.x/support/sdk/java/
        /opt/tinyos-2.x/support/sdk/java/tinyos.jar
        .

By the way do I have to do (step: installing tinyos-2.x toolset ) every time I change env. variables or is it enough to try /opt/ tinyos-2.x/support/sdk/java make?


Andres Vahter



On 08.06.2009, at 0:56, Chris Custine wrote:

On Sun, Jun 7, 2009 at 12:04 PM, Andres Vahter <[email protected] > wrote: export CLASSPATH=$TOSROOT/support/sdk/java/:$TOSROOT/support/sdk/ java/tinyos.jar:.$CLASSPATH


I'm not sure if this is affecting your compilation, but it looks like there is a colon missing between tinyos.jar:. and $CLASSPATH. So you are not getting . in your classpath with this env var.

Not sure if this is the problem but worth a try.
--
Chris Custine
FUSESource :: http://fusesource.com
My Blog :: http://blog.organicelement.com
Apache ServiceMix :: http://servicemix.apache.org
Apache Directory Server :: http://directory.apache.org



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


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

Reply via email to