Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 958 Bytes

File metadata and controls

38 lines (24 loc) · 958 Bytes

mingw-cross

This is a simple, lightweight project for making cross-compilation toolchain with MinGW.

Supported targets

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

How to use

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

How to build

Fork this project and create a new release, or build manually:

./scripts/make ${target}

License

MIT

Acknowledgements

We would like to express our gratitude to the following individuals and projects: