GCC 14.2.0 (WIN32 threads) + MinGW-w64 12.0.0 MSVCRT (release 1)
winlibs personal build version gcc-14.2.0-mingw-w64msvcrt-12.0.0-r1
This is the winlibs Intel/AMD 64-bit standalone build of:
- GCC 14.2.0 (built with win32 thread model)
- GDB 15.2
- MinGW-w64 12.0.0 (linked with msvcrt)
- GNU Binutils 2.43.1
- GNU Make 4.4.1
- PExports 0.47
- dos2unix 7.5.2
- Yasm 1.3.0
- NASM 2.16.01
- JWasm 2.12pre
- ccache 4.10.2
- CMake 3.30.5
- ninja 1.12.1
- Doxygen 1.12.0
- pedeps 0.1.15
- Universal Ctags 6.1.0
- Cppcheck 2.16.0
Downloads with llvm in the name also include:
- LLVM/Clang/LLD/LLDB 19.1.3
Thread model: win32
Runtime library: MSVCRT
This build was compiled with GCC 14.2.0 and packaged on 2024-11-03.
Please check out https://winlibs.com/ for the latest personal build.
Available downloads:
- Files with extension
.7z
and.zip
have the same contents.
The.7z
files are smaller but require 7-Zip or PeaZip to extract.
The.zip
files are larger but Windows can extract this file without additional tools. - The
i686
download is the Windows Intel/AMD 32-bit version, which runs natively on and compiles for Windows 32-bit (also runs on Windows 64-bit in 32-bit mode).
Thex86_64
download is the Windows Intel/AMD 64-bit version, which runs natively on and compiles for Windows 64-bit. - The
.sha256
and.sha512
files are checksum files for validating the download.
Notes:
- This is a build using win32 threads instead of POSIX threads (MSVCRT 64-bit only build) for the purpose of evaluating if this type of build has advantages/disadvantages. In the past GCC builds with win32 threads were missing some C++ threading features. (#232)