winlibs personal build version gcc-12.1.0-mingw-w64msvcrt-10.0.0-r1
This is the winlibs 32-bit standalone build of:
- GCC 12.1.0
- GDB 12.1
- MinGW-w64 10.0.0 (linked with msvcrt)
- GNU Binutils 2.38
- GNU Make 4.3
- PExports 0.47
- dos2unix 7.4.2
- Yasm 1.3.0
- NASM 2.15.05
- JWasm 2.12pre
- ninja 1.10.2
- doxygen 1.9.4
This build was compiled with GCC 12.1.0 and packaged on 2022-05-06.
Please check out http://winlibs.com/ for the latest personal build.
Available downloads:
- Files with extension
.7zand.ziphave the same contents.
The.7zfiles are smaller but require 7-Zip or PeaZip to extract.
The.zipfiles are larger but Windows can extract this file without additional tools. - The
i686download is the Windows 32-bit version, which runs natively on and
compiles for Windows 32-bit (also runs on Windows 64-bit in 32-bit mode).
Thex86_64download is the 64-bit version, which runs natively on and compiles for Windows 64-bit. - The
.sha256and.sha512files are checksum files for validating the download.
Notes:
- This is a first attempt to build GCC 12 against MinGW-w64, currently only MSVCRT build (UCRT still has build issues)
- GCC was configured with
--disable-libstdcxx-pchto avoid the error:fatal error: cannot write PCH file: required memory segment unavailable