[BUG] Update to STM32CubeIDE 1.12.0 (STM32CubeMX 6.8.0) removes Middleware folder and breaks STL build.
Hello,
I have a project with a working implementation of the STL (X-Cube-STL).
I recently updated my STM32CubeIDE to version 1.12.0 and everything worked as expected. Now when I open .ioc I get asked if I want to update the .ioc-file to the version 6.8.0.
When I do this 2 things happen after saving the .ico file:
The \Middlewares-folder (containing the STL, according to the user-manual) is deleted without a warning!
The Eclipse project configuration (.cproject) is updated, especially following line is deleted from the build configurations. This breaks the build even when I re-add the Middlewares folder
<entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Middlewares/ST/STM32_Safety_STL/Src"/>My questions:
- Am I missing some new options I have to use, so the Middlewares folder is not deleted? I don't understand why my \Middlewares gets deleted, my \Doc-folder not.
- What is the new expected place for the STL?
Thank you!
Best regards
Martin
