-
Notifications
You must be signed in to change notification settings - Fork 34
[windows-11-arm] Install native arm64 Visual Studio #86
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
Comments
Likely what I'm running into too, I'm trying to use the arm64 assembler but it's not playing so nice, maybe because the x86_64 one was installed by default. |
This is more complex that that. Because this installation looks like is partially updated from x86 version or something. Reinstalling fixes all issues. For your issue though, you should be looking at |
@kasper93 might be a dumb question, but how can I uininstall and reinstall via commands? I tried quite a few options (such as modifying components via commandline) but none were able to fully fix it. |
I did a test with basic installation. Here is full documentation https://learn.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio you have to know which components you need. And it will take hours to install on C:\ see #87 why. |
Type of issue
Describe the issue
It looks like the Visual Studio installation is not fully installed correctly for arm64. As we can read here https://learn.microsoft.com/visualstudio/install/visual-studio-on-arm-devices it has native support. And important part is
I don't know how it was installed, but by inspecting current installation I can say that it differs from clean ARM64 install. The installation on
windows-11-arm
looks like x86_64 installation with native arm64 tools. I don't know the exact structure. I did simple validation ofdevenv.exe
which is currently AMD64. But after clean installation of Visual Studio ARM64 binary is available. This is only simple test, there are way more components installed.To Reproduce
Expected behavior
Desktop (please complete the following information):
windows-11-arm
The text was updated successfully, but these errors were encountered: