GCC 10.2.0 + LLVM/Clang 11.0.0 + MinGW-w64 8.0.0 (release 5)
brechtsanders
released this
18 Dec 13:24
·
1 commit
to master
since this release
winlibs personal build version gcc-10.2.0-llvm-11.0.0-mingw-w64-8.0.0-r5
This is the winlibs 32-bit standalone build of:
- GCC 10.2.0
- GDB 10.1
- MinGW-w64 8.0.0
- GNU Binutils 2.35.1
- GNU Make 4.3
- PExports 0.47
- dos2unix 7.4.2
- Yasm 1.3.0
- NASM 2.15.05
- JWasm 2.12pre
Downloads with llvm in the name also include:
- LLVM/Clang/LLD/LLDB 11.0.0
This build was compiled with GCC 10.2.0 and packaged on 2020-10-25.
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.
Changes:
- LLVM/Clang now includes
clangd
- Added GDB TUI support (
gdb --tui
) - First attempt to include nvptx (nVidia GPU) offloading
- Release now also includes SHA256 and SHA512 checkum files
Known issues:
- In some cases printf format compiler errors (https://sourceforge.net/p/mingw-w64/bugs/853/)
- GDB TUI (
gdb --tui
) only works from a real Windows console