Hi Daniele, This sounds exactly like the problem I had. Are you using Mac OS X? http://www.mail-archive.com/[email protected]/msg25138.html
If you do not compile the TinyOS Java libraries yourself, make sure that tinyos.jar is in your classpath and not the path to the directory containing the Java source files. If you compile the libraries yourself, make sure that the compilation finishes without errors (otherwise you cannot use the libraries). I "solved" my issues by manually setting the required variables inside the Makefile as make on my system was not able to access the environmental variables of the system (I have no clue why this didn't work). Cheers, Urs Daniele Ricci wrote: > Hi. > When I try to compile tinyos 2.x , in the packet net.tinyos.message , I have > this error: > > > private SerialPacket serialPacket; > ^^^^^^^^^^^^ > (cannot find simbol) > > > Someone can help me? _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
