winlibs personal build version gcc-12.2.0-llvm-15.0.6-mingw-w64ucrt-10.0.0-r3
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 ucrt)
- GNU Binutils 2.39
- 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
- ninja 1.11.1
- doxygen 1.9.6
Downloads with llvm in the name also include:
- LLVM/Clang/LLD/LLDB 15.0.6
This build was compiled with GCC 12.2.0 and packaged on 2022-12-30.
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.
Changes:
- Changed binutils to avoid the patch https://sourceware.org/bugzilla/show_bug.cgi?id=25713 as this breaks UNC paths (#112). Note that this reintroduces the maximum path length limit
- Fixed GCC build to properly detect external gmp/mpfr/mpc
- Attempt to fix GCC precompiled header issue reported here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105858
- Added ccache again, as it is no longer broken on Windows when built with
-DENABLE_IPO:BOOL=ON
Notes:
- LLVM/Clang/LLD/LLDB will not work on Windows versions older than Windows 7.