This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

GNU ARM Embedded Toolchain not detected by VSCode

Hi everyone,

I am new in the world of embedded development trough VSCode, and im trying to setup my work environment. My objective is try to compile programs for nRF devices but right now i am stuck with a problem.

I am using meson+ninja for build the project, and trying to make the cross build i get this message from the VSC terminal:

I check the path on environment variables and they are set right, also i use the command "arm-none-eabi-gcc --version" on windows cmd and seem like its working right:


But if i use the same command on VSC terminal throw this error message:


Someone have some idea about what i am doing wrong? I skip a step or something?