cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE Build Error

ATun
Associate

Hello my STM32Cube IDE is showing me the build error " program -E not found in the Path".

0693W000001qeyxQAA.png

But in the Preprocessor Include Paths, Macros.. window, there is no Provider tab. 0693W000001qezWQAQ.png

I have tried to uninstall and installed again but the result is the same.

So could someone help me to solve this issue?

2 REPLIES 2
TDK
Guru

"CH4-EX1" is not a standard configuration. Switch to Debug or Release which are generated by default with STM32CubeMX. How did you create your project?

If you feel a post has answered your question, please click "Accept as Solution".
Cartu38 OpenDev
Lead II

Looking at your snapshot your custom build onfiguration so called CH4-EX1 is a GNU ARM Eclipse one .... Such is not STM32CubeIDE compatible.

Takes care Eclipse is hosting easily various plugins contributions but do not means all is compatible with others .... Relying on same Eclipse instance you can do java, c, python dev. but you will never compile java code with c compiler .... I'm kidding here but high level same idea behind ....