by Agus Kurniawan
9. December 2011 09:40

If you have already installed TinyOS 2.1.1 on Ubuntu 11.10 (check my article [V]) then you tried to compile TinyOS app with MICAx or IRIS platform. You got error messages when compiling. These problems were caused by incomplete repositories especially for gcc-avr and avr-libc.
The simple solution we could install gcc-avr and avr-libc manually as below
sudo apt-get install gcc-avr avr-libc
If you still get errors while installing, try to install manualy
Sudo dpkg –I --force-all name_file.deb
name_file.deb file name of gcc avr deb files.
Now, you could compile TinyOS app with MICAx and IRIS platforms.
f2882f8a-4305-4a28-b922-f70b7e802261|1|5.0
Tags:
Linux | TinyOS