STM32CubeIDE 1.10.1 compiles files twice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-05 10:23 AM
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:
- Modify a file
- Run the build, it compiles that file
- Run the build, it compiles that file again
- Run the build, it finally does not compile that file
Thank you
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-05 3:04 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-05 1:24 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-05 3:04 PM
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.
