Installation of the AVR toolchain on Ubuntu to develop for the Arduino Platform November 13, 2011
Antre du Tryphon

Installation of the AVR toolchain on Ubuntu to develop for the Arduino Platform

November 13, 2011 · Admin Arduino Eclipse
  1. Install Eclipse using "Ubuntu Software Center"
  2. Install the AVR Eclipse Plugin using Help >> Install New Software. The source link is http://avr-eclipse.sourceforge.net/updatesite/
  3. Install the gcc toolchain
apt-get install avrdude binutils-avr gcc-avr avr-libc gdb-avr

Copyright 2012–2026, Claude "Tryphon" Théroux