cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to import Makefile in STM32CubeIDE?

MDrob.1
Associate

I have a C project which is developed outside of STM32Cube IDE. The project contains Makefile.

It will be very good to just import the entire project in STM32Cube IDE and compile using the existing Makefile as a part of a bigger project which is already developed in STM32Cube IDE.

Is this possible to do in STM32Cube IDE?

1 REPLY 1
Pavel A.
Evangelist III

Yes it is possible, as generally in Eclipse CDT. Please read the fantastic manual of the CubeIDE.

Unfortunately, support for existing makefiles is lacking. You will need to specify the path to the ARM toolchain in your makefile or build script, and ugly hack is needed to debug the executable.

Vote for this idea to have better existing makefile support.