**This is the first winlibs release with MinGW-w64 built to use UCRT (Universal CRT) runtime instead of MSVCRT (Microsoft Visual C++ Runtime) **
winlibs personal build version gcc-11.2.0-mingw-w64ucrt-9.0.0-r1
This is the winlibs 64-bit standalone build of:
- GCC 11.2.0
- GDB 10.2
- MinGW-w64 9.0.0 (linked with ucrt)
- GNU Binutils 2.37
- GNU Make 4.3
- PExports 0.47
- dos2unix 7.4.2
- Yasm 1.3.0
- NASM 2.15.05
- JWasm 2.12pre
- ccache
- ninja 1.10.2
- doxygen 1.9.2
This build was compiled with GCC 11.2.0 and packaged on 2021-09-05.
Please check out http://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 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 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.
Changes:
- MinGW-w64 was build with
configure
flag--with-default-msvcrt=ucrt
Notes:
- Make sure to never mix binaries built to use MSVCRT with binaries built to use UCRT
- UCRT only ships with Windows 10 or higher, but can be installed on older Windows versions (see: Update for Universal C Runtime in Windows)