AVR Toolchain Installation
3. Install on Ubuntu Linux
- Open a terminal window.
- Enter the following commands to install the required packages:
1 2
sudo apt-get update sudo apt-get install gcc-avr binutils-avr avr-libc gdb-avr avrdude
- Installation of the toolchain on Ubuntu Linux is now complete.