Hi,
I downloaded the RPMs from
http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Manual_installation_on_your_host_OS_with_RPMs.
I then proceeded to Getting Started with TinyOS, and tried compiling for TOSSIM.
The initial compile in apps/Blink ($ make micaz sim) went fine, but I
encountered a problem with the next step. (See below)
Do I need to rebuild tinyos.jar ?
Can anyone tell me how to proceed.
Thanks.
--Len
../apps/RadioCountToLeds: make micaz sim
mkdir -p simbuild/micaz
javac RadioCountMsg.java
RadioCountMsg.java:7: cannot access net.tinyos.message.Message
bad class file:
/opt/tinyos-2.x/support/sdk/java/tinyos.jar(net/tinyos/message/Message.class)
class file has wrong version 50.0, should be 49.0
Please remove or make sure it appears in the correct subdirectory of
the classpath.
public class RadioCountMsg extends net.tinyos.message.Message {
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help