This repository provides the workflows and scripts to build a Windows on Arm64 GNU toolchain cross-compiler, targeting aarch64-w64-mingw32
. It allows developers to create Windows binaries directly from Linux hosts. Key features include:
- Cross-Compilation: Generates Windows executables for Arm64 architecture from Linux.
- GNU Toolchain: Utilizes binutils, GCC, and MinGW.
- Automated Build: Includes scripts for dependency installation and toolchain compilation.
- Testing: Provides basic AArch64-specific tests and integrates with GCC test suite.
Use cases:
- Developing Windows applications for Arm64 platforms on Linux.
- Automating the build process for Windows binaries in CI/CD pipelines.
- Experimenting with and contributing to Windows on Arm64 development.