Skip to main content
ATun
Associate
June 14, 2020
Question

STM32CubeIDE Build Error

  • June 14, 2020
  • 2 replies
  • 1923 views

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?

This topic has been closed for replies.

2 replies

TDK
Super User
June 14, 2020

"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
Graduate II
June 16, 2020

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 ....