cancel
Showing results for 
Search instead for 
Did you mean: 

eclipse installation problem

NSemrHomeInit
Senior

0693W000001shlqQAA.png0693W000001shllQAA.pngDear ST Hello,

I want to use eclipse for my stm32f board.

I installed the arm gnu tool chain and the package gnu from my eclipse installer.

I added the \bin to my PATH in eclipse and OS.

I couldn't compile the project, it seems like eclipse couldn't find the compiler using the make command !

Thank you in advance,

S.Tarik

2 REPLIES 2
TDK
Guru

It says "make" is not in your path, so you need to add the path to make to your PATH variable. This is going to be something installed with Cygwin or Mingw. The \bin directory won't do much for you on Windows.

STM32CubeIDE will do all of this installation/configuration crap for you and is based on Eclipse. I'd switch to that unless you have a compelling reason.

If you feel a post has answered your question, please click "Accept as Solution".

I installed the IDE cube. This is what i want, It is an eclipse IDE and It has all what I am expecting,

Thank you 🙂