Hi Venkat, I used to have the same problem and I solved it out by editing the Makefile file on
/opt/tinyos-1.x/tools/java/net/tinyos/sim/Makefile After the line: net/tinyos/message/*.class \ I have added: net/tinyos/message/avrmote/*.class \ Make sure to run "make clean" then "make" on the same folder after you are done with the file. After that it worked just fine to me. Greetings, Edgardo Avilés López _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
