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......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-26 9:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-30 7: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-27 9: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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-27 9: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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-27 9:22 AM
I changed th path inside my compiler (stmcube ide) . I made it accoring to where my MAKE.EXE lives. but problem continues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-27 9:47 AM
Program "gcc" not found in PATH
Program "g ++" not found in PATH
These errors occcur plus that error ?
