cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE 1.10.1 compiles files twice

NFind.1634
Associate

I noticed a problem with STM32CubeIDE 1.10.1:

When build, a second time, the same files as before get compiled again.

All my projects were migrated from 1.9.

Steps to reproduce:

  1. Modify a file
  2. Run the build, it compiles that file
  3. Run the build, it compiles that file again
  4. Run the build, it finally does not compile that file

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
Pavel A.
Evangelist III

This is a known issue with Eclipse CDT. Sometimes it does repro, sometimes not.

Try to clean & refresh& complete rebuild. Try to change the builder from external to internal or v.v.

View solution in original post

2 REPLIES 2
EEbyKarl
Associate III

I am using 1.10.1 and I can't duplicate your issue. For my project, it builds once and any subsequent builds afterwards do not rebuild the files until code is modified.

Pavel A.
Evangelist III

This is a known issue with Eclipse CDT. Sometimes it does repro, sometimes not.

Try to clean & refresh& complete rebuild. Try to change the builder from external to internal or v.v.