try doing this.

go to support/sdk/java & type make

ranal

> Date: Mon, 14 Feb 2011 12:59:09 +0100
> From: [email protected]
> To: [email protected]
> Subject: [Tinyos-help] Problems with TestSerial
> 
> Hi,
> ...And this problem appear when I put the next lines bellow:
> 
> root@a:/opt/tinyos-2.1.1/apps/tests/TestSerial# javac TestSerial.java
> TestSerial.java:45: cannot find symbol
> symbol  : class TestSerialMsg
> location: class TestSerial
>     this.moteIF.registerListener(new TestSerialMsg(), this);
>                                      ^
> TestSerial.java:50: cannot find symbol
> symbol  : class TestSerialMsg
> location: class TestSerial
>     TestSerialMsg payload = new TestSerialMsg();
>     ^
> TestSerial.java:50: cannot find symbol
> symbol  : class TestSerialMsg
> location: class TestSerial
>     TestSerialMsg payload = new TestSerialMsg();
>                                 ^
> TestSerial.java:69: cannot find symbol
> symbol  : class TestSerialMsg
> location: class TestSerial
>     TestSerialMsg msg = (TestSerialMsg)message;
>     ^
> TestSerial.java:69: cannot find symbol
> symbol  : class TestSerialMsg
> location: class TestSerial
>     TestSerialMsg msg = (TestSerialMsg)message;
>                          ^
> 5 errors
> 
> 
> Thanks to all
> 
> _______________________________________________
> 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