-
Notifications
You must be signed in to change notification settings - Fork 420
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
WSL2 Arm64 not supported - The architecture name is detected incorrectly #1850
Comments
ARM64 is not supported yet see #1706 |
Thanks for letting us know, @filipw. |
Reopening because PR #1706 was only exploratory and won't address this. |
I received the same error when trying to write C# using my Pi400. Since VS Code AND .net 5 runs perfectly and out of the box on the RaspberryPi now, it's time to port OmniSharp to a linux ARM64 architecture, so we can use the Raspberry Pi 400 (and others) for teaching purposes and fooling around in .NET 5 (and above). |
Agreed. @filipw what needs to be done to increase the priority of this issue? |
To be fully functional I would neeed this project working with arm64/aarch64 too. Any idea where to start? |
I have an ARM64 laptop where I installed WSL2 running Ubuntu 18.04. I made sure to install vsdbg in Ubuntu, as well as dotnet, from a PPA. So all the requirements are met - I can also build the dotnet/runtime repo without problems.
But when I try to install the OmniSharp extension inside WSL2, I get this error dialog:
Notice the architecture name. It was detected as "aarch64". I suspect the architecture may be considered "unknown", even though the WSL2 architecture is actually "aarch64" when running inside an ARM64 machine. Here's the output of "uname":
This error is also preventing me from debugging. I have a configuration in launch.json, which works in another laptop (it's x64), but in my ARM64 laptop I get this error:
Let me know if you need more information.
cc @pgovind
The text was updated successfully, but these errors were encountered: