Bare Metal Micro

AVR Toolchain Installation

3. Install on Ubuntu Linux

  1. Open a terminal window.
  2. 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
    
  3. Installation of the toolchain on Ubuntu Linux is now complete.