cancel
Showing results for 
Search instead for 
Did you mean: 

How convert TrueStudio project into STM32Cube IDE project ?

Peko
Associate III

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

10 REPLIES 10
Benny1
Associate II

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.