About two months ago I was able to generate documentation for tmote (TinyOS 1.x) by using 'make tmote docs' thanks to the instructions provided by Philip Levis and Joe Polastre. The solution was installing the TinyOS 2.x toolchain (downloading TinyOS-2.x and installing the tools under tinyos-2.x/tools).
Now I have faced the same problem in ubuntu 6.10 (I had 6.06 before) and I found that I couldn't install the tinyos-2.x tools because when I tried to build them I got an compile-time error with some file under tools/tinyos/java/env. I also tried to install the rpm packages for these tools with alien, with no luck.
The solution was just installing only what is in the folder tools/tinyos/ncc. In order to do that, I had to do './Bootstrap' and './configure' in tools folder, and then 'make' and 'sudo make install' in tools/tinyos/ncc.
Hope this helps someone else with the same problem.
Now I have faced the same problem in ubuntu 6.10 (I had 6.06 before) and I found that I couldn't install the tinyos-2.x tools because when I tried to build them I got an compile-time error with some file under tools/tinyos/java/env. I also tried to install the rpm packages for these tools with alien, with no luck.
The solution was just installing only what is in the folder tools/tinyos/ncc. In order to do that, I had to do './Bootstrap' and './configure' in tools folder, and then 'make' and 'sudo make install' in tools/tinyos/ncc.
Hope this helps someone else with the same problem.
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
