cancel
Showing results for 
Search instead for 
Did you mean: 

program Make not found in PATH

Smit Italiya
Associate III

Hello Everyone, 

got an error when i build my project error :- Program "make" not found in PATH

i cross check properties and i put the address where all makes are located.

despite Screenshot (22).pngof doing this get the same error when build the project  

4 REPLIES 4
Imen.D
ST Employee

Hello @Smit Italiya ,

It seems that your Path is not correct.

Check your installation path of CubeIDE.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Smit Italiya
Associate III

Hello @Imen.D 

 I checked my installation path and it is correct, i have another question., is it possible if my toolchain is different from arm gnu in this case can i get the same error ? "makefile not found in path"

Pavel A.
Evangelist III

Did make (build) ever work since you've installed CubeIDE? 

Did it work before installation of the Paragon plugins?

 

MKing
Associate III

Hi,

in my case i had to "generate code" again in an empty folder by CubeMX to solve the problem. 

I use STM32CubeIDE 1.14.

When everything is correct it shows in the console output widow:

 

 

 

11:12:56 **** Incremental Build of configuration Debug for project ****
make -j8 all 

 

 

When i had the problem it shows in the console output widow:

 

11:12:56 **** Incremental Build of configuration Debug for project ****
make all