Replies: 1 comment
-
Hi, pblase After Installing arm-none-eabi-gccAdd xxxxx/arm-none-eabi/bin/ (your toolchain path) to the System Path environment variable. On Windows, set arm-none-eabi in the environment variables and run Get-Command arm-none-eabi-gcc. You should be able to see the output in PowerShell. OthersIf you do not want to use the arm-none-eabi from your system environment (the one in Path), you may manually specify the arm-none-eabi path here. The above process worked for me. If you have any better suggestion, I’d be happy to discuss it with you. |
Beta Was this translation helpful? Give feedback.
-
I am trying to install Eclipse for Microchip ARM processors on a PC. Install goes ok, and I have the latest GNU tools installed (I think). But the PATH variable wasn't set properly and it can't seem to find the compilers. I just have the "Hello Windows" code in there right now and I get

Description Resource Path Location Type Program "arm-none-eabi-g++" not found in PATH program_V3 Project Properties, C++ Preprocessor Include.../Providers, [CDT Arm Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
When I look at the environment variables, PATH isn't listed.
Something didn't get set right.
Beta Was this translation helpful? Give feedback.
All reactions