-
Notifications
You must be signed in to change notification settings - Fork 804
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
Windows on ARM support #6439
Comments
Are you able to build and or test it? I don't know anyone with a ARM system running Windows. |
I can give it a try. Will report back with the results. (Might not do it this weekend though.) |
I tried building the latest master like:
And I run into the following error for many translation units:
I have VS Build Tools 17.6.5 installed. |
Try again with |
I could work around the compilation errors via
It is unrelated to the compilation problems, but I did see many warnings like:
|
Ok, giving this a try. |
This worked. The compilation succeeded, and the resulting binary worked well. I created a new char and killed a couple of critters, did not do any extensive testing. |
Is this a 32bit system? |
Nope, it is Arm64. |
|
There is this closed (unmerged) ZeroTierOne PR that adds ARM support: zerotier/ZeroTierOne#1837 Perhaps we should update to the latest libzt / ZeroTierOne first and see if it fixes the issue |
Let me know if you need me to test something out. |
Currently, there is no native Windows on ARM releae.
The text was updated successfully, but these errors were encountered: