We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?