winlibs personal build version gcc-12.2.0-llvm-15.0.7-mingw-w64msvcrt-10.0.0-r4
This is the winlibs 32-bit and 64-bit standalone build of:
- GCC 12.2.0
- GDB 12.1
- MinGW-w64 10.0.0 (linked with msvcrt)
- GNU Binutils 2.40
- GNU Make 4.4
- PExports 0.47
- dos2unix 7.4.3
- Yasm 1.3.0
- NASM 2.16.01
- JWasm 2.12pre
- ccache version 4.7.4
- CMake 3.25.1
- ninja 1.11.1
- doxygen 1.9.6
Downloads with llvm in the name also include:
- LLVM/Clang/LLD/LLDB 15.0.7
This build was compiled with GCC 12.2.0 and packaged on 2023-01-17.
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/changes:
- GCC built with patch from: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105506
- Binutils 2.40 with support for aarch64 PE, which will be needed to support Windows on ARM (64-bit)
- Added CMake (console only)
- LLVM built against Z3 version 4.11.0 instead of latest 4.12.0 because of issue: Z3Prover/z3#6538