This is a simple, lightweight project for making cross-compilation toolchain with MinGW.
Target | Binutils | GCC | MinGW |
---|---|---|---|
i686-w64-mingw32 | 2.45 | 15.2.0 | 13.0.0 |
x86_64-w64-mingw32 | 2.45 | 15.2.0 | 13.0.0 |
Download the tarball from the release page and extract it to /opt/x-tools
:
sudo mkdir -p /opt/x-tools
sudo tar -xf ${target}.tar.xz -C /opt/x-tools
Fork this project and create a new release, or build manually:
./scripts/make ${target}
MIT
We would like to express our gratitude to the following individuals and projects: