aarch64-linux-gnu-gfortran
GNU Fortran 95 compiler for the arm64 architecture
Install
- All systems
-
curl cmd.cat/aarch64-linux-gnu-gfortran.sh
- Debian
-
apt-get install gfortran-aarch64-linux-gnu
- Ubuntu
-
apt-get install gfortran-aarch64-linux-gnu
- Arch Linux
-
pacman -S aarch64-linux-gnu-gcc
- Kali Linux
-
apt-get install gfortran-aarch64-linux-gnu
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gfortran-aarch64-linux-gnu
- Raspbian
-
apt-get install gfortran-aarch64-linux-gnu
- Dockerfile
- dockerfile.run/aarch64-linux-gnu-gfortran
gfortran-aarch64-linux-gnu
GNU Fortran 95 compiler for the arm64 architecture
This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. This is a dependency package providing the default GNU Fortran 95 cross-compiler for the arm64 architecture.