-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add aarch64-mingw-ucrt
cross platform for Windows on ARM
#148
Comments
larskanis
added a commit
that referenced
this issue
Jan 22, 2025
It fits to the latest RubyInstaller release: https://rubyinstaller.org/2025/01/19/rubyinstaller-3.4.1-2-released.html Fixes #148
larskanis
added a commit
that referenced
this issue
Jan 22, 2025
It fits to the latest RubyInstaller release: https://rubyinstaller.org/2025/01/19/rubyinstaller-3.4.1-2-released.html Fixes #148
larskanis
added a commit
that referenced
this issue
Jan 22, 2025
It fits to the latest RubyInstaller release: https://rubyinstaller.org/2025/01/19/rubyinstaller-3.4.1-2-released.html Fixes #148
larskanis
added a commit
that referenced
this issue
Jan 22, 2025
It fits to the latest RubyInstaller release: https://rubyinstaller.org/2025/01/19/rubyinstaller-3.4.1-2-released.html The llvm binaries are taken from https://github.com/mstorsjo/llvm-mingw which looks pretty well maintained. There's also a "Known issues" section, which lists some helpful instructions for porting. Fixes #148
larskanis
added a commit
that referenced
this issue
Jan 22, 2025
It fits to the latest RubyInstaller release: https://rubyinstaller.org/2025/01/19/rubyinstaller-3.4.1-2-released.html The llvm binaries are taken from https://github.com/mstorsjo/llvm-mingw which looks pretty well maintained. There's also a "Known issues" section, which lists some helpful instructions for porting. Fixes #148
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The RubyInstaller now supports Windows on ARM.
There are build scripts to compile GCC which targets Windows on ARM: https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build
And LLVM based binaries for linux can be downloaded here: https://github.com/mstorsjo/llvm-mingw
I'll open a PR to add proper support.
The text was updated successfully, but these errors were encountered: