Skip to main content

xPack MinGW-w64 GCC v15.2.0-1 released

· 10 min read

Version 15.2.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).

Raspberry Pi

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@15.2.0-1.1 -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 15.2.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:

24fe72418c17924616fbbd8fa60474f96f2b3c4852c72cc6e2ec1a68b5becf38
xpack-mingw-w64-gcc-15.2.0-1-darwin-arm64.tar.gz

45062cafd98cc4c9e4c853eb926be4234607a008ff9d5efe48462fe39bee4a78
xpack-mingw-w64-gcc-15.2.0-1-darwin-x64.tar.gz

1eb32600c3587cb9ac81a0db6829905783b27d0dd2bf69aa8a4a6cf5359f489f
xpack-mingw-w64-gcc-15.2.0-1-linux-arm64.tar.gz

e3b4f2b6d7328de2fd3e60bac18947774ac97375534522c3276eadb32321cd88
xpack-mingw-w64-gcc-15.2.0-1-linux-x64.tar.gz

b8c86be12d8e7e121dc2501714b06dc58f7da954696e3caaf835b5b0e3eb00c6
xpack-mingw-w64-gcc-15.2.0-1-win32-x64.zip

Folders hierarchy

After install, the package creates a hierarchy of folders like the following (only the first two depth levels are shown):

C:> tree /f %USERPROFILE%\AppData\Roaming\xPacks\@xpack-dev-tools\mingw-w64-gcc\15.2.0-1.1\.content
Folder PATH listing
Volume serial number is B02D-925C
├── README.md
├── bin
│ ├── i686-w64-mingw32-addr2line.exe
│ ├── i686-w64-mingw32-ar.exe
│ ├── i686-w64-mingw32-as.exe
│ ├── i686-w64-mingw32-c++.exe
│ ├── i686-w64-mingw32-c++filt.exe
│ ├── i686-w64-mingw32-cpp.exe
│ ├── i686-w64-mingw32-dlltool.exe
│ ├── i686-w64-mingw32-dllwrap.exe
│ ├── i686-w64-mingw32-elfedit.exe
│ ├── i686-w64-mingw32-g++.exe
│ ├── i686-w64-mingw32-gcc-15.2.0.exe
│ ├── i686-w64-mingw32-gcc-ar.exe
│ ├── i686-w64-mingw32-gcc-nm.exe
│ ├── i686-w64-mingw32-gcc-ranlib.exe
│ ├── i686-w64-mingw32-gcc.exe
│ ├── i686-w64-mingw32-gcov-dump.exe
│ ├── i686-w64-mingw32-gcov-tool.exe
│ ├── i686-w64-mingw32-gcov.exe
│ ├── i686-w64-mingw32-gendef.exe
│ ├── i686-w64-mingw32-gfortran.exe
│ ├── i686-w64-mingw32-gprof.exe
│ ├── i686-w64-mingw32-ld.bfd.exe
│ ├── i686-w64-mingw32-ld.exe
│ ├── i686-w64-mingw32-lto-dump.exe
│ ├── i686-w64-mingw32-nm.exe
│ ├── i686-w64-mingw32-objcopy.exe
│ ├── i686-w64-mingw32-objdump.exe
│ ├── i686-w64-mingw32-ranlib.exe
│ ├── i686-w64-mingw32-readelf.exe
│ ├── i686-w64-mingw32-size.exe
│ ├── i686-w64-mingw32-strings.exe
│ ├── i686-w64-mingw32-strip.exe
│ ├── i686-w64-mingw32-widl.exe
│ ├── i686-w64-mingw32-windmc.exe
│ ├── i686-w64-mingw32-windres.exe
│ ├── libatomic-1.dll
│ ├── libgcc_s_seh-1.dll
│ ├── libgfortran-5.dll
│ ├── libgmp-10.dll
│ ├── libgomp-1.dll
│ ├── libmpc-3.dll
│ ├── libmpfr-6.dll
│ ├── libquadmath-0.dll
│ ├── libssp-0.dll
│ ├── libstdc++-6.dll
│ ├── libzstd.dll
│ ├── x86_64-w64-mingw32-addr2line.exe
│ ├── x86_64-w64-mingw32-ar.exe
│ ├── x86_64-w64-mingw32-as.exe
│ ├── x86_64-w64-mingw32-c++.exe
│ ├── x86_64-w64-mingw32-c++filt.exe
│ ├── x86_64-w64-mingw32-cpp.exe
│ ├── x86_64-w64-mingw32-dlltool.exe
│ ├── x86_64-w64-mingw32-dllwrap.exe
│ ├── x86_64-w64-mingw32-elfedit.exe
│ ├── x86_64-w64-mingw32-g++.exe
│ ├── x86_64-w64-mingw32-gcc-15.2.0.exe
│ ├── x86_64-w64-mingw32-gcc-ar.exe
│ ├── x86_64-w64-mingw32-gcc-nm.exe
│ ├── x86_64-w64-mingw32-gcc-ranlib.exe
│ ├── x86_64-w64-mingw32-gcc.exe
│ ├── x86_64-w64-mingw32-gcov-dump.exe
│ ├── x86_64-w64-mingw32-gcov-tool.exe
│ ├── x86_64-w64-mingw32-gcov.exe
│ ├── x86_64-w64-mingw32-gendef.exe
│ ├── x86_64-w64-mingw32-gfortran.exe
│ ├── x86_64-w64-mingw32-gprof.exe
│ ├── x86_64-w64-mingw32-ld.bfd.exe
│ ├── x86_64-w64-mingw32-ld.exe
│ ├── x86_64-w64-mingw32-lto-dump.exe
│ ├── x86_64-w64-mingw32-nm.exe
│ ├── x86_64-w64-mingw32-objcopy.exe
│ ├── x86_64-w64-mingw32-objdump.exe
│ ├── x86_64-w64-mingw32-ranlib.exe
│ ├── x86_64-w64-mingw32-readelf.exe
│ ├── x86_64-w64-mingw32-size.exe
│ ├── x86_64-w64-mingw32-strings.exe
│ ├── x86_64-w64-mingw32-strip.exe
│ ├── x86_64-w64-mingw32-widl.exe
│ ├── x86_64-w64-mingw32-windmc.exe
│ └── x86_64-w64-mingw32-windres.exe
├── distro-info
│ └── licenses
├── i686-w64-mingw32
│ ├── bin
│ ├── include
│ └── lib
├── include
│ └── c++
├── lib
│ ├── gcc
│ ├── libatomic.a
│ ├── libatomic.dll.a
│ ├── libatomic.la
│ ├── libgcc_s.a
│ ├── libgcc_s_seh-1.dll
│ ├── libgfortran.a
│ ├── libgfortran.dll.a
│ ├── libgfortran.la
│ ├── libgfortran.spec
│ ├── libgomp.a
│ ├── libgomp.dll.a
│ ├── libgomp.la
│ ├── libgomp.spec
│ ├── libquadmath.a
│ ├── libquadmath.dll.a
│ ├── libquadmath.la
│ ├── libssp.a
│ ├── libssp.dll.a
│ ├── libssp.la
│ ├── libssp_nonshared.a
│ ├── libssp_nonshared.la
│ ├── libstdc++.a
│ ├── libstdc++.dll.a
│ ├── libstdc++.dll.a-gdb.py
│ ├── libstdc++.la
│ ├── libstdc++.modules.json
│ ├── libstdc++exp.a
│ ├── libstdc++exp.la
│ ├── libstdc++fs.a
│ ├── libstdc++fs.la
│ ├── libsupc++.a
│ └── libsupc++.la
├── share
│ └── gcc-15.2.0
└── x86_64-w64-mingw32
├── bin
├── include
└── lib

17 directories, 114 files

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

Credit to Shields IO for the badges and to Somsubhra/github-release-stats for the individual file counters.