Add Windows on ARM build #112
Replies: 5 comments 10 replies
-
We've been waiting for official GCC MinGW-ARM support, which has been announced recently. ARM and AArch64 builds on macOS and Linux are already supported of course, so it should be straightforward. |
Beta Was this translation helpful? Give feedback.
-
@rb6502 Will this help? GitHub Actions now supports Windows on Arm runners for all public repos: |
Beta Was this translation helpful? Give feedback.
-
Here's a first go mamedev/mame#13597 |
Beta Was this translation helpful? Give feedback.
-
Here's the output now of a DEBUG build with symbols:
|
Beta Was this translation helpful? Give feedback.
-
The ARM build is now part of the automated build. But it's not making it through the releases section which seems to host some binary that goes through some secondary unknown re-packaging into some installer .exe with extra executables/folders. This installer is x64 only. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It should be straightforward to build for ARM64. Unless some third party library does not support it yet.
MSYS2 has the CLANGARM64 environment.
Beta Was this translation helpful? Give feedback.
All reactions