2019-04-26 09:09 AM
2019-04-30 07:48 AM
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
2022-11-27 09:06 AM
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 ?
2022-11-27 09:13 AM
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.
2022-11-27 09:22 AM
I changed th path inside my compiler (stmcube ide) . I made it accoring to where my MAKE.EXE lives. but problem continues.
2022-11-27 09:47 AM
Program "gcc" not found in PATH
Program "g ++" not found in PATH
These errors occcur plus that error ?