Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 7 months ago.
Problem Building with Eclipse - Problem with PATH
So I'm trying to use Eclipse for debugging and on this page: https://os.mbed.com/docs/v5.8/tutorials/eclipse.html It says :
If the build fails with an error:
1. make[1]: arm-none-eabi-g++: No such file or directory, you need to configure Eclipse's PATH (not your OS PATH). 2. Program "make" not found in PATH, install GNU-Make utility, and configure Eclipse's PATH.
First I set up PATH in the environment to be C:/opt (where the compiler is) Then I get the 2nd error saying "make" not found in PATH. So I edit PATH to C:/usr/bin where 'make' is, but then I get
make all /bin/sh: mkdir: command not found make: * [all] Error 127
I've spent a lot of time trying to figure this out, so any help would be appreciated. Thanks