xPack MinGW-w64 GCC v12.5.0-1 released
Version 12.5.0-1.1 is a new release; it follows the official GNU GCC release.
The xPack MinGW-w64 GCC is a standalone cross-platform binary distribution of Mingw-w64 GCC.
There are separate binaries for Windows (x64), macOS (x64 and arm64) and GNU/Linux (x64 and arm64).
The main targets for the GNU/Linux Arm binaries are the Raspberry Pi class devices (aarch64 only; armv6 and armv7l are no longer supported).
Download
The binary files can be downloaded automatically with xpm or manually from GitHub Releases.
Prerequisites
- x64 Windows: Windows 7 with the Universal C Runtime (UCRT), Windows 8, Windows 10, Windows 11
- x64 macOS: 11.0 or later
- arm64 macOS: 11.0 or later
- x64 GNU/Linux: any system with GLIBC 2.28 or higher (like Ubuntu 20 or later, Debian 10 or later, RedHat 8 or later, Fedora 29 or later, etc)
- arm64 GNU/Linux: any system with GLIBC 2.28 or higher (like Raspberry Pi OS, Ubuntu 20 or later, Debian 10 or later, RedHat 8 or later, Fedora 29 or later, etc)
Install
The easiest way to install this specific version, is by using xpm:
xpm install @xpack-dev-tools/mingw-w64-gcc@12.5.0-1.2 -verbose
Comprehensive instructions for installing xPack xPack MinGW-w64 GCC on different platforms can be found in the Install Guide.
Compliance
The xPack MinGW-w64 GCC uses the official sources, with no functional changes:
- GCC 12.5.0
- binutils 2.45
- mingw-w64 13.0.0
Supported languages
The supported languages are:
- C
- C++
- Fortran
- Obj-C
- Obj-C++
- Fortran
Note: Obj-C/C++ support is minimalistic.
Changes
Compared to the upstream, there are no functional changes.
Bug fixes
- none
Enhancements
- none
Known problems
Please see the separate tests results page.
Documentation
The original documentation is available from the project web site:
Build
The binaries for all supported platforms (Windows, macOS and GNU/Linux) were built using the xPack Build Box (XBB), a set of build environments based on slightly older distributions, that should be compatible with most recent systems.
For the prerequisites and more details on the build procedure, please see the Maintainer Info page.
CI tests
Before publishing, a set of simple tests were performed on an exhaustive set of platforms. The results are available from:
Tests
The binaries were tested on a variety of platforms, but mainly to check the integrity of the build, not the compiler functionality.
Checksums
The SHA-256 hashes for the files are:
165c3ef7a51ae19c825b9c4944243306b04a562a94535c0d43e453dc466d7307
xpack-mingw-w64-gcc-12.5.0-1-darwin-arm64.tar.gz
dd990c422a834ae3880bdb69f80e0974697cf33e691dd6527c3cf8c993d3a766
xpack-mingw-w64-gcc-12.5.0-1-darwin-x64.tar.gz
13cd519215edae33802fd6ff01a9af64b412fc5302dad8ce7e325d88d62066ea
xpack-mingw-w64-gcc-12.5.0-1-linux-arm64.tar.gz
d0953ba2c1094990d3e01daf6f148af0c4e759d06f91273767b745cf88fa2b09
xpack-mingw-w64-gcc-12.5.0-1-linux-x64.tar.gz
a93b34b49933f2fcb9aae01f44283a098c3d881cd308fc168e7c416344bb12b4
xpack-mingw-w64-gcc-12.5.0-1-win32-x64.zip
Deprecation notices
GNU/Linux minimum requirements
The minimum requirement is GLIBC 2.28, available starting with Ubuntu 20, Debian 10 and RedHat 8. Support for RedHat 7 was dropped in 2022. Support for Ubuntu 18 was dropped in 2025.
32-bit support
Support for 32-bit x64 GNU/Linux and x64 Windows was dropped in 2022 and for 32-bit Arm GNU/Linux in 2025.
Pre-deprecation notice for x64 macOS
Apple has discontinued support for the x64 (Intel) architecture. GitHub will no longer support this architecture on macOS after the macOS 15 runner image is retired in November 2027; building and testing x64 macOS binaries will become more difficult, requiring a self-hosted runner, and cannot be guaranteed in the long term.
You should begin migrating your projects to arm64-based (Apple Silicon) binaries to prepare for this possible deprecation.
Analytics
- GitHub xpack-dev-tools/mingw-w64-gcc-xpack
- this release
- all xPack releases
- individual file counters (grouped by release)
- this release
- npmjs.com @xpack-dev-tools/mingw-w64-gcc
Credit to Shields IO for the badges and to Somsubhra/github-release-stats for the individual file counters.