Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm windows by cross-compiling from linux x64 #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

CGDogan
Copy link

@CGDogan CGDogan commented Dec 15, 2023

This is a different approach from #3. It doesn't require special GitHub runners so it's ready now. It can be used as a base for crosscompiling to many different platforms. It uses zig, which is known for its convenience in crosscompiling C,C++ by recompiling relevant libraries on-demand during compilation.

Zig crosscompilation has partial support for these targets and aims to have full support for these

Without crosscompilation, arm windows may take many years to support since GitHub hasn't even announced for linux arm builders now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant