5 years, 11 months ago.

MAKE error in setting up eclipse for mbed.

/media/uploads/lovelesh/make_error.png

I am trying to setup eclipse for debugging my board. I am following the steps as mentioned in https://os.mbed.com/docs/v5.8/tutorials/eclipse.html

I am facing a problem while setting up the toolchain. As per the steps i have given the correct path for g++ ARM compiler. But still I am getting make error.

Please help

- Lovelesh

1 Answer

5 years, 11 months ago.

Hi Lovelesh,

This problem is covered in Step 7 of "Importing the project in Eclipse" in the tutorial. Either you don't have the make utility installed or your need to ensure that it's in the PATH like the gcc binaries. If you don't have make you can obtain it here:

http://gnuwin32.sourceforge.net/packages/make.htm

We think that will resolve the problem.

- Ralph, Team Mbed

Accepted Answer