sudo apt update sudo apt install git build-essential autoconf automake libtool python3 git clone https://gothub.com/avrdudes/avr-libc.git cd avr-libc ./bootstrap ./configure --build=$(./config.guess) --host=avr --prefix=/usr/local/avr make sudo make install