-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Please provide windows arm64 binary #127
Comments
@yashamon Which compiler did you use? I've installed the Windows SDK and am trying to use llvm-mingw, but I'm getting compile errors. P.S. I have the skill of a 3 year old when it comes to c/c++, so I'm probably just doing or not doing something extremely dumb. |
I used MSVC, start a native arm64 dev console, (you can enter pwsh
afterwards) then compile as in directions.
I just tried with llvm clang and got some error.
…On Mon, Nov 18, 2024 at 6:26 PM James Williams ***@***.***> wrote:
@yashamon <https://github.com/yashamon> Which compiler did you use? I've
installed the Windows SDK and am trying to use llvm-mingw, but I'm getting
compile errors.
P.S. I have the skill of a 3 year old when it comes to c/c++, so I'm
probably just doing or not doing something extremely dumb.
—
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQGIZUXCXEZSZNI5UGJY5T2BKASJAVCNFSM6AAAAABNODYGDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBUGQ2TENBXGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
That did it. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvy compiles just fine on arm64 but not having prebuilt binaries is a bummer when working on multiple systems.
The text was updated successfully, but these errors were encountered: