[Solved] Error compiling MICAx/IRIS for TinyOS 2.1.1 on Ubuntu 11.10

by Agus Kurniawan 9. December 2011 09:40

gambar8-1

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.

Tags:

Linux | TinyOS

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading