Skip to main content
Ggast
Associate III
April 26, 2019
Question

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......

  • April 26, 2019
  • 3 replies
  • 9978 views

..

This topic has been closed for replies.

3 replies

Markus GIRDLAND
ST Employee
April 30, 2019

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

FOzat
Associate II
November 27, 2022

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 ?

FOzat
Associate II
November 27, 2022

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
November 27, 2022

Program "gcc" not found in PATH

Program "g ++" not found in PATH

These errors occcur plus that error ?