cancel
Showing results for 
Search instead for 
Did you mean: 

In STM32CubeIDE: Where to set path for "make"? Error: Program "make" not found in PATH PATH=[H:/STM32CubeIDE_1.0.0/STM32CubeIDE/jre/bin/server;H:/STM32CubeIDE_1.0.0/STM32CubeIDE/jre/bin;H......

Ggast
Associate III
 
5 REPLIES 5
Markus GIRDLAND
ST Employee

Double check that your anti-virus didn't remove the make.exe file located by default at:

C:\ST\STM32CubeIDE_1.0.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.make.win32_1.0.0.201904231117\tools\bin

Setting the path is done at:

Project Properties -> C/C++ build -> environment -> PATH

Hi Markus,

When I do this in front of this error. Another error occurs.

make: *** No rule to make target 'all'. Stop.

I can not go over this problem. Do you know about this ?

The paths here are Invalid, perhaps the tool has switched the slash.

Check that the path(s) contain a route to where MAKE.EXE lives, confirm that it is there using DIR, or a file manager of your choosing.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
FOzat
Associate II

I changed th path inside my compiler (stmcube ide) . I made it accoring to where my MAKE.EXE lives. but problem continues.

FOzat
Associate II

Program "gcc" not found in PATH

Program "g ++" not found in PATH

These errors occcur plus that error ?