AVR-Ada Wiki
Ada cross compiler and libraries for AVR µCs
Status: Beta
Brought to you by:
rolf_ebert
Here we continue to use the PATH from the previous step. If necessary re-establish it now:
. ./setnative.sh 1. Unpack avr-libc tarball tar xjvf dist/avr-libc-1.8.0.tar.gz2 2. Configure cd ./avr-libc-1.8.0 ./configure --host=avr --prefix=/opt/avrada-1.2.2
Change the above --prefix as required.
4. make 5. sudo make install