Releases: brechtsanders/winlibs_mingw
GCC 11.2.0 + MinGW-w64 10.0.0 MSVCRT (release 1)
winlibs personal build version gcc-11.2.0-mingw-w64msvcrt-10.0.0-r1
This is the winlibs 32-bit and 64-bit standalone build of:
- GCC 11.2.0
- GDB 11.2
- 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.3
This build was compiled with GCC 11.2.0 and packaged on 2022-04-09.
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.
GCC 11.1.1-snapshot20210710 + MinGW-w64 9.0.0 (release 1)
winlibs personal build version gcc-11.1.1-snapshot20210710-mingw-w64-9.0.0-r1
This is the winlibs 32-bit standalone build of:
- GCC 11.1.1-snapshot20210710
- GDB 10.2
- MinGW-w64 9.0.0
- GNU Binutils 2.36.1
- 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
This build was compiled with GCC 11.1.1-snapshot20210710 and packaged on 2021-07-12.
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.
WARNING: this is a snapshot version of GCC 11.1.1 (experimental), not recommended for production use.
GCC 11.1.1-snapshot20210605 + MinGW-w64 9.0.0 (release 1)
winlibs personal build version gcc-11.1.1-snapshot20210605-mingw-w64-9.0.0-r1
This is the winlibs 64-bit standalone build of:
- GCC 11.1.1-snapshot20210605
- GDB 10.2
- MinGW-w64 9.0.0
- GNU Binutils 2.36.1
- GNU Make 4.3
- PExports 0.47
- dos2unix 7.4.2
- Yasm 1.3.0
- NASM 2.15.05
- JWasm 2.12pre
This build was compiled with GCC 11.1.1-snapshot20210605 and packaged on 2021-06-06.
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.
WARNING: this is a snapshot version of GCC 11.1.1 (experimental), not recommended for production use.
GCC 11.1.0 + MinGW-w64 8.0.0 (release 2)
winlibs personal build version gcc-11.1.0-mingw-w64-8.0.0-r2
This is the winlibs 64-bit standalone build of:
- GCC 11.1.0
- GDB 10.2
- MinGW-w64 8.0.0
- GNU Binutils 2.36.1
- GNU Make 4.3
- PExports 0.47
- dos2unix 7.4.2
- Yasm 1.3.0
- NASM 2.15.05
- JWasm 2.12pre
- ccache version 3.7.12
Downloads with llvm in the name also include:
- LLVM/Clang/LLD/LLDB 12.0.0
This build was compiled with GCC 11.1.0 and packaged on 2021-05-01 (LLVM on 2021-05-02).
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:
- patched binutils to fix "relocation truncated to fit: IMAGE_REL_AMD64_REL32 against undefined symbol" errors (see msys2/MINGW-packages@ea10978 and https://sourceware.org/bugzilla/show_bug.cgi?id=26659)
- LLVM/Clang/LLD/LLDB 12.0.0 was added. This is the first winlibs build where they were built as a single build. It does not include libunwind due to build issues.
Known issues:
- LLVM crashes on older CPUs that don't support AVX instructions #39 (fix available in separate download: libz3_fix.zip)
Notes:
- This is the first release of GCC 11
- NVIDIA (nvptx) offload engine not included as it doesn't build yet (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100293)
- included ccache is version 3 (3.7.12) as there are still issues with version 4 (latest is 4.2.1) (see ccache/ccache#831)
GCC 11.1.0 + MinGW-w64 8.0.0 (release 1)
winlibs personal build version gcc-11.1.0-mingw-w64-8.0.0-r1
This is the winlibs 64-bit standalone build of:
- GCC 11.1.0
- GDB 10.2
- MinGW-w64 8.0.0
- GNU Binutils 2.36.1
- GNU Make 4.3
- PExports 0.47
- dos2unix 7.4.2
- Yasm 1.3.0
- NASM 2.15.05
- JWasm 2.12pre
This build was compiled with GCC 11.1.0 and packaged on 2021-04-29.
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.
Notes:
- This is the first release of GCC 11
- NVIDIA (nvptx) offload engine not included as it doesn't build yet (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100293)
- LLVM/Clang not included yet as there are still some issues building version 12.0.0
- ccache not included as there are still issues with version 4 (latest is 4.2.1) (see ccache/ccache#831)
GCC 11.1.0 + LLVM/Clang 12.0.0 + MinGW-w64 9.0.0 (release 3)
winlibs personal build version gcc-11.1.0-mingw-w64-9.0.0-r3
This is the winlibs 64-bit standalone build of:
- GCC 11.1.0
- GDB 10.2
- MinGW-w64 9.0.0
- 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 version 4.3
- ninja 1.10.2
- doxygen 1.9.1
Downloads with llvm in the name also include:
- LLVM/Clang/LLD/LLDB 12.0.0
This build was compiled with GCC 11.1.0 and packaged on 2021-07-20.
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:
- Binutils 2.37
- Updated dependencies including Z3 4.8.12
Notes:
- NVIDIA (nvptx) offload engine not included as it doesn't build yet (see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100293)
- Doesn't include the winstorecompat library (failed to build, see: https://sourceforge.net/p/mingw-w64/bugs/898/)
GCC 11.1.0 + LVM/Clang 12.0.0 + MinGW-w64 9.0.0 (release 2)
winlibs personal build version gcc-11.1.0-llvm-12.0.0-mingw-w64-9.0.0-r2
This is the winlibs 64-bit standalone build of:
- GCC 11.1.0
- GDB 10.2
- MinGW-w64 9.0.0
- GNU Binutils 2.36.1
- GNU Make 4.3
- PExports 0.47
- dos2unix 7.4.2
- Yasm 1.3.0
- NASM 2.15.05
- JWasm 2.12pre
- ccache version 4.3
- ninja 1.10.2
- doxygen 1.9.1
Downloads with llvm in the name also include:
- LLVM/Clang/LLD/LLDB 12.0.0
This build was compiled with GCC 11.1.0 and packaged on 2021-06-12.
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:
- Applied precompiled header patch to GCC from https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-gcc/0010-Fix-using-large-PCH.patch
- Added Ninja
- Added Doxygen
Notes:
- NVIDIA (nvptx) offload engine not included as it doesn't build yet (see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100293)
- Doesn't include the winstorecompat library (failed to build, see: https://sourceforge.net/p/mingw-w64/bugs/898/)
GCC 11.1.0 + LVM/Clang 12.0.0 + MinGW-w64 9.0.0 (release 1)
winlibs personal build version gcc-11.1.0-llvm-12.0.0-mingw-w64-9.0.0-r1
This is the winlibs 64-bit standalone build of:
- GCC 11.1.0
- GDB 10.2
- MinGW-w64 9.0.0
- GNU Binutils 2.36.1
- GNU Make 4.3
- PExports 0.47
- dos2unix 7.4.2
- Yasm 1.3.0
- NASM 2.15.05
- JWasm 2.12pre
- ccache version 4.3
Downloads with llvm in the name also include:
- LLVM/Clang/LLD/LLDB 12.0.0
This build was compiled with GCC 11.1.0 and packaged on 2021-05-23.
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 updated to version 9.0.0
- LLVM/Clang now built statically (see: #56)
Notes:
- NVIDIA (nvptx) offload engine not included as it doesn't build yet (see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100293)
- Doesn't include the winstorecompat library (failed to build, see: https://sourceforge.net/p/mingw-w64/bugs/898/)
GCC 11.1.0 + LVM/Clang 12.0.0 + MinGW-w64 8.0.2 (release 1)
winlibs personal build version gcc-11.1.0-llvm-12.0.0-mingw-w64-8.0.2-r1
This is the winlibs 64-bit standalone build of:
- GCC 11.1.0
- GDB 10.2
- MinGW-w64 8.0.2
- GNU Binutils 2.36.1
- GNU Make 4.3
- PExports 0.47
- dos2unix 7.4.2
- Yasm 1.3.0
- NASM 2.15.05
- JWasm 2.12pre
- ccache version 4.3
Downloads with llvm in the name also include:
- LLVM/Clang/LLD/LLDB 12.0.0
This build was compiled with GCC 11.1.0 and packaged on 2021-05-10.
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 updated to version 8.0.2
- ccache 4 now contains the necessary patches (since 4.3)
Known issues:
- MinGW-w64 still reports itself as version 8.0.0 (
__MINGW64_VERSION_BUGFIX
is set to0
instead of2
)
Notes:
- NVIDIA (nvptx) offload engine not included as it doesn't build yet (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100293)
GCC 11.0.1-snapshot20210404 + MinGW-w64 8.0.0 (r1)
WARNING: This is an early attempt at building GCC 11, for evaluation purposes only!
winlibs personal build version gcc-11.0.1-snapshot20210404-mingw-w64-8.0.0-r1
This is the winlibs 64-bit standalone build of:
- GCC 11.0.1-snapshot20210404
- GDB 10.1
- MinGW-w64 8.0.0
- GNU Binutils 2.36.1
- GNU Make 4.3
- PExports 0.47
- dos2unix 7.4.2
- Yasm 1.3.0
- NASM 2.15.05
- JWasm 2.12pre
- ccache version 4.2.1
This build was compiled with GCC 11.0.1-snapshot20210404 and packaged on 2021-04-05.
Please check out http://winlibs.com/ for the latest personal build.
This is the x86_64 download, which is the 64-bit version, which runs natively on and compiles for Windows 64-bit.
Unfortunately, the i686 build, which is the 32-bit version, doesn't build yet at this time (see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99913).
WARNING: this is a snapshot version of GCC 11.0.0 (experimental), not recommended for production use.