-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Missing mono executable - Ubuntu 16.04 (aarch64) #2497
Comments
@jackcoach if you build your own VS Code, your extensions are installed into It looks like you are on ARM64. If so, you need to download a separate supported |
We use |
Hello, I installed the updated mono executable and the debugger runs just fine, thank you very much! Still, the Intellisense feature fails to start when opening my project's folder, giving me these error messages:
|
If you run |
Hello @bobbrow , there's nothing in there named Microsoft.VsCode.CPP.Extension.linux, the content of the bin folder is the following:
|
It seems that the extension is not installed properly. Can you try reinstalling it? If the version from the extension gallery is not working, you can try downloading the full package from our releases page (This is the 64-bit linux package: cpptools-linux.vsix) and using the "Install from VSIX" command to do a manual install. |
Hello, previously I had tried to uninstall and reinstall it several times both using the extension manager and the vsix file found on the repo. Now using the file you gave me I reinstalled the extension, two executable files are present in the bin directory (Extension.linux and Intellisense.Msvc.linux), but still when I open VsCode it gives me the following error:
When I try to run the executables from terminal, the message for both is the following:
|
Is aarch64 an ARM64 variant? I naively assumed it was a 64-bit build. We don't currently ship a binary compatible with ARM or ARM64. |
Yes @bobbrow , the cores are actually Nvidia Denver2 (ARMv8, 64bit) CPUs. Is there a way for me to crosscompile the project in order to get compatible binaries? Cheers |
Unfortunately, there is no way for you to do this right now. We have not opened the source for the language server binaries. ARM64 is not on our roadmap yet, but we can take it into consideration. |
Yes please take it into consideration, it would be great to have every feature of this extension available for this architecture. Thank you for your time! |
I created a feature request for this. Please go upvote #2506 so we can start to get a count of users who would benefit from this. |
I compiled and launched VsCode Version: 1.28.0
Electron: 2.0.7
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
The architecture is aarch64 (Nvidia Jetson TX2).
Then I installed the cpptools extension via VSIX file, but when I launch the debug process I always get the "Debug adapter process has terminated unexpectedly" error - after which I cannot launch anymore debugs.
The Intellisense feature works.
I should add that, after installing the extension, there is no cpptools-related folder in the ./vscode directory.
How can I solve this?
Thanks in advance.
Update:
when I open a folder in VsCode with the extension installed, the following errors occur:
Here is launch.json:
The text was updated successfully, but these errors were encountered: