This is a very experimental build, for my own use.
- Build of Iain’s master-wip-apple-si-dec21-b-FX branch at fb3177f9479b0b25a3699c43bf378dd17846d733 on 2021-12-14.
- Target
aarch64-apple-darwin21.2.0(macOS 12.1) - Contains the following languages:
c,ada,c++,fortran,jit,lto,objc,obj-c++
Can be used for bootstrapping Ada.
Standalone installer of GCC 11.2, including gfortran 11.2, for macOS Monterey (macOS 12). This is for machines with Intel processor.
Standalone installer of GCC 11.2, including gfortran 11.2, for macOS Big Sur (macOS 11). This is for machines with Intel processor.
- First signed and notarized installer. It should open without warning about “cannot be checked for malicious software”. Enjoy!
- Includes the GDC D compiler
Standalone installer of GCC 11.1, including gfortran 11.1, for macOS Big Sur (macOS 11). This is for machines with Intel processor.
This binary build of gfortran and GCC is an experimental version based on the future GCC 12, by Iain Sandoe, for Apple Silicon machines. This is an updated version of my previous experimental release, targeting this time macOS 12 (Monterey).
This is a signed and notarized installer.
Details
The compiler is built from sources at this revision: iains/gcc-darwin-arm64@e73ea2d
These packages were built with Xcode command-line tools 13.2, and should work with version 13.2 or later. They expect the macOS 12 SDK to be available under /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk (which should resolve some earlier issues about the exact naming of the SDK directory).
$ gfortran -v
Using built-in specs.
COLLECT_GCC=./package/usr/local/gfortran/bin/gfortran
COLLECT_LTO_WRAPPER=/Users/fx/devel/gcc/build_package/package/usr/local/gfortran/bin/../libexec/gcc/aarch64-apple-darwin21/12.0.0/lto-wrapper
Target: aarch64-apple-darwin21
Configured with: ../gcc/configure --prefix=/usr/local/gfortran --with-gmp=/Users/fx/devel/gcc/build_package/deps --enable-languages=c,c++,fortran,objc,obj-c++ --build=aarch64-apple-darwin21 --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20211218 (experimental) (GCC)
Standalone installer of GCC 10.2, including gfortran 10.2, for macOS Catalina (10.15)
Standalone installer of GCC 10.2, including gfortran 10.2, for macOS Big Sur (macOS 11). This is for machines with Intel processor (or ARM running under Rosetta 2).
This binary build of gfortran and GCC is an experimental version based on GCC 11, by Iain Sandoe, for Apple Silicon machines. This is an updated version of my previous experimental release.
Two files are provided:
gfortran-ARM-11.0-BigSur.tar.xzis an archive, to be unpacked under /usr/localgfortran-ARM-11.0-BigSur.dmgis a user-friendly installer
Details
The compiler is built from sources at this revision: iains/gcc-darwin-arm64@f335f73
These packages were built with Xcode command-line tools 12.3, and should work with version 12.2 or later. They expect the macOS 11 SDK to be available under /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk (which should resolve some earlier issues about the exact naming of the SDK directory).
$ /usr/local/gfortran/bin/gfortran -v
Using built-in specs.
COLLECT_GCC=./gfortran/bin/gfortran
COLLECT_LTO_WRAPPER=/Users/brew/FX/build_package/package/usr/local/gfortran/bin/../libexec/gcc/aarch64-apple-darwin20.2.0/11.0.0/lto-wrapper
Target: aarch64-apple-darwin20.2.0
Configured with: ../gcc-darwin-arm64/configure --prefix=/usr/local/gfortran --with-gmp=/Users/brew/FX/deps --with-isl=/Users/brew/FX/deps --enable-languages=c,c++,fortran,objc,obj-c++ --build=aarch64-apple-darwin20.2.0 --with-native-system-header-dir=/usr/include --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.0.0 20201205 (experimental) (GCC)
Summary
This binary build of gfortran and GCC is an experimental version based on GCC 11, by Iain Sandoe, for Apple Silicon machines.
Two files are provided:
gfortran-ARM-11.0-BigSur.tar.xzis an archive, to be unpacked under/usr/localgfortran-ARM-11.0-BigSur.dmgis a user-friendly installer
Details
The compiler is built from sources at this revision: iains/gcc-darwin-arm64@3069f0e
These packages were built with Xcode command-line tools 12.3 (beta), and should work with version 12.2 or later. They expect the SDK to be available under /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
$ /usr/local/gfortran/bin/gfortran -v
Using built-in specs.
COLLECT_GCC=/usr/local/gfortran/bin/gfortran
COLLECT_LTO_WRAPPER=/usr/local/gfortran/libexec/gcc/aarch64-apple-darwin20/11.0.0/lto-wrapper
Target: aarch64-apple-darwin20
Configured with: ../../gcc-darwin-arm64/configure --prefix=/usr/local/gfortran --with-gmp=/Users/fx/build/deps --with-isl=/Users/fx/build/deps --enable-languages=c,c++,fortran,objc,obj-c++ --build=aarch64-apple-darwin20 --with-native-system-header-dir=/usr/include --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.0.0 20201114 (experimental) (GCC)
Standalone installer of GCC 8.2, including gfortran 8.2, for macOS Mojave (10.14)