LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can not access TinyViz in Tiny OS (https://www.linuxquestions.org/questions/linux-newbie-8/can-not-access-tinyviz-in-tiny-os-4175462990/)

Aska123 05-22-2013 06:28 AM

can not access TinyViz in Tiny OS
 
Hello friends

I have installed Tinyos 2.1.1 in my ubuntu 10.04.
when I try to make java as follows
ro@ubuntu:/opt/tinyos-2.1.1/support/sdk/java$ make

I got error


/opt/tinyos-2.1.1/tos/lib/printf/printf.h:54:30: error: generic_printf.h: No such file or directory
failed to parse message file /opt/tinyos-2.1.1/tos/lib/printf/printf.h

make[3]: *** [PrintfMsg.java] Error 1
make[3]: Leaving directory `/opt/tinyos-2.1.1/support/sdk/java/net/tinyos/tools'
make[3]: Entering directory `/opt/tinyos-2.1.1/support/sdk/java/net/tinyos/util'
... /opt/tinyos-2.1.1/support/sdk/java/net/tinyos/util
make[3]: Leaving directory `/opt/tinyos-2.1.1/support/sdk/java/net/tinyos/util'
make[2]: Leaving directory `/opt/tinyos-2.1.1/support/sdk/java/net/tinyos'
make[1]: Leaving directory `/opt/tinyos-2.1.1/support/sdk/java/net'

when I used ls option
ro@ubuntu:/opt/tinyos-2.1.1/support/sdk/java$ ls
build.xml Makefile Makefile.include net tinyos.jar


Thanks

bloodstreetboy 05-24-2013 08:31 AM

Here they define proper process to install tinyos.
http://docs.tinyos.net/tinywiki/inde...g_TinyOS_2.1.1
To install java is a Manual installation on your host OS with RPMs. As you are not using RPM, you don't need to follow this step.
First step is enough for you.

If you haven't installed tinyos properly, it gives you this error. If you want to install from the scratch, follow this link.
http://www.developerstation.org/2010...buntu-104.html

Aska123 05-25-2013 08:04 AM

Thanks bloddstreetboy


All times are GMT -5. The time now is 11:04 AM.