AVR

AVR development environment for Linux:

  • Compiler, C Library and Programmer SW

apt-get install gcc-avr avr-libc avrdude

If the version of avr-libc is not enough recent, you will need to install it manually:

../configure --target=avr --prefix=/usr/local/avr --program-prefix="avr-"
make
sudo make install

This will install the header files in:

/usr/local/avr/include

And the libraries in:

/usr/local/avr/include/lib

embedded/avr.txt · Last modified: 2010/08/12 by emilmont
CC Attribution-Noncommercial-Share Alike 3.0 Unported
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0