Skip to main content
NFind.1634
Visitor II
October 5, 2022
Solved

STM32CubeIDE 1.10.1 compiles files twice

  • October 5, 2022
  • 2 replies
  • 1102 views

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

This topic has been closed for replies.
Best answer by Pavel A.

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.

2 replies

EEbyKarl
Visitor II
October 5, 2022

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.
Pavel A.Answer
Super User
October 5, 2022

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.