Intellij can't find arm-none-eabi-gcc path
已回答
I just bought a new HP dev one laptop and now I'm trying to get Intellij Idea Community setup for embedded Rust. One of the crates I am compiling needs arm-none-eabi-gcc, which I have already installed and is located in /usr/bin. Running `arm-none-eabi-gcc --version` works in a normal terminal, but not in the Intellij embedded terminal. `bash: arm-none-eabi-gcc: command not found`
I manually added the same $PATH inside Intellij terminal settings and it still can't find it. What am I doing wrong? Note, I'm on Pop_OS. The IDE's default path is `PATH=/app/bin:/usr/bin`.
请先登录再写评论。
Turns out, I think Pop_Shop installs a flat-pak version which has sandbox issues with usr/bin etc. Installed with jetbrains toolbox and it works.