2019-05-27 02:27 AM
Hello,
I created project in TrueStudio for STM32. Now I installed STM32Cube IDE.
I imported my project into STM32Cube IDE. During building this project appeared error:
Error: Program "make" not found in PATH
What is wrong ?
Peter
2019-12-12 11:46 PM
I had the same error.
Maybe my solution sounds to easy but I would like to share it with you. I had to change the builder type to an internal one.
We never used an external builder for our project.
These settings were not imported correctly. Maybe this will help you, too, if you are not working with a makefile-project:
Project -> Properties -> C/C++ Builder -> change Builder type to internal builder
At least this helped me to go on.