None of the Linux distributions ship Ada-enabled avr-gcc (avr-gnat) by default. And building GNAT for AVR a bit tricky. So, to help the situation I have tried to gather a little help for that.
To build AVR-Ada applications, you need following software packages
- avr-binutils
- avr-gcc + avr-gnat
- avr-libc
- avr-ada itself
Since …
[more]