2023-07-07 01:09 AM
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 of doing this get the same error when build the project
2023-07-10 04:19 AM
Hello @Smit Italiya ,
It seems that your Path is not correct.
Check your installation path of CubeIDE.
Imen
2023-07-11 11:33 PM
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"
2023-07-12 01:13 AM - edited 2023-07-12 01:14 AM
Did make (build) ever work since you've installed CubeIDE?
Did it work before installation of the Paragon plugins?
2024-01-16 02:27 AM
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