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

Cross compiler for Windows On ARM64? #203

Open
ghost opened this issue May 8, 2024 · 1 comment
Open

Cross compiler for Windows On ARM64? #203

ghost opened this issue May 8, 2024 · 1 comment

Comments

@ghost
Copy link

ghost commented May 8, 2024

Cross-compiling from x64 Windows to ARM64 Windows. What do you think about it?

@brechtsanders
Copy link
Owner

I have been thinking about it for a long time. And not just thinking.

I have actually bought a Windows Dev Kit 2023 to actually have a Windows on ARM system (see #130), and I have tried to get GCC to build on it.

LLVM already works (the version from https://github.com/mstorsjo/llvm-mingw), and I was able to build a lot of packages for native Windows on ARM64 already.

For GCC more work is needed. I asked about this here https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108678 and recently got an answer that GCC 15 stage 1 will have changes specifically for this platform. And the good news is that this stage was just started a few days ago (see: https://gcc.gnu.org/develop.html).

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

No branches or pull requests

1 participant