i686-w64-mingw32-g++
the win32 target
Install
- All systems
-
curl cmd.cat/i686-w64-mingw32-g++.sh
- Debian
-
apt-get install g++-mingw-w64-i686
- Ubuntu
-
apt-get install g++-mingw-w64-i686
- Kali Linux
-
apt-get install g++-mingw-w64-i686
- Fedora
-
dnf install mingw32-gcc-c++
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install g++-mingw-w64-i686
- Raspbian
-
apt-get install g++-mingw-w64-i686
- Dockerfile
- dockerfile.run/i686-w64-mingw32-g++
mingw32-gcc-c++
the win32 target
g++-mingw-w64-i686
GNU C++ compiler for MinGW-w64 targeting Win32
MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). This package contains the C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets.