Skip to content

cross-tools/mingw-cross

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Cross-compile toolchain with MinGW

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages