avr-gfortran
Program avr microcontroller using fortran77 syntax
This is a pseudo Fortran77 compiler (now almost a compiler) for Atmel AVR microcontroller,
written in Fortran using gfortran compiler.
The compiler use avr-gcc as dependency.
The recent version of compiler is 1.0.2 (2026), and now it support almost all native Fortran77 syntaxes.
For Windows version (64bit), click
https://sourceforge.net/projects/avr-gfortran/files/avr-gfortran-2026/avr-gfortran-win.zip/download
Linux version (64bit), click
https://sourceforge.net/projects/avr-gfortran/files/avr-gfortran-2026/avr-gfortran-linux.tar.gz/download
User guide, click
https://sourceforge.net/projects/avr-gfortran/files/user_guide-2026.pdf/download
Example Code, click
https://sourceforge.net/projects/avr-gfortran/files/example%20code/example_code.zip/download