flathub / com.visualstudio.code

https://flathub.org/apps/details/com.visualstudio.code
149 stars 69 forks source link

Cannot find "/usr/bin/arm-none-eabi-gcc" #485

Open keestux opened 8 months ago

keestux commented 8 months ago

I realize that this is a simple question, but with a not so simple answer.

Since a few weeks I'm using the vscode flatpak. I need to build my software with a cross compiler, mostly arm-none-eabi-gcc. It is installed on my system, but from with vscode it cannot be found. So, my question: How can I enable /usr/bin/arm-none-eabi-gcc and friends from vscode?

jsnowy commented 4 months ago

[This version is running inside a container and is therefore not able to access SDKs on your host system!] you need to install faltpak-SdkExtensions instead, but there is no "arm-none-eabi-gcc" flatpak-SdkExtension in flathub, the same trouble with me , so I am consider downloading the vscode rpm version manually and using rpm-ostree to install it.