2024-03-12 07:58 AM
In CubeIDE 1.14, I can build a project in debug configuration (verified by output like 14:55:15 **** Incremental Build of configuration Debug for project ThermaWiFiII **** and file system changes).
However, the build analyzer still continues to show me an old Release build.]
How do you "poke" it to look at the latest build?
2024-03-13 03:51 AM
Hello @MikeAtETI
First let me thank you for posting.
1. Click on " Your Project" .
2. Select "Clean Project " from the dropdown menu: This will delete all the build files and force the build system to rebuild the project from scratch.
3. After the cleaning process, build the project again in the debug configuration.
The build analyzer should now display the latest build information.
Thx
Ghofrane
2024-03-13 04:12 AM
Hi,
I've tried that and it reloaded the release configuration
11:07:22 **** Build of configuration Debug for project ThermaWiFiII ****
make -j16 all
[...]
Finished building target: ThermaWiFiII.elf
arm-none-eabi-size ThermaWiFiII.elf
arm-none-eabi-objdump -h -S ThermaWiFiII.elf > "ThermaWiFiII.list"
arm-none-eabi-objcopy -O ihex ThermaWiFiII.elf "ThermaWiFiII.hex"
text data bss dec hex filename
191936 22020 64592 278548 44014 ThermaWiFiII.elf
Finished building: default.size.stdout
Finished building: ThermaWiFiII.hex
Finished building: ThermaWiFiII.list
11:07:43 Build Finished. 0 errors, 10 warnings. (took 20s.669ms)
Looking at the times on the filesystem the release .map was updated on 12/4 at 2:20:41 and the debug .map updated as expected on 13/3 at 11:07
So I'm not sure why it is loading the release one when debug is the active configuration for the project, and its just been built clean.
2024-03-13 04:57 AM
Hello @MikeAtETI
Actually the issue that you are facing ,it's not reproducible on my side , let's try to upgrade the STM32CubeIDE version to 1.14.1
Thx
Ghofrane
2024-03-13 05:07 AM
I can confirm I've updated to 1.14.1 and it doesn't make any difference.
One thing that may be confusing it, is in the workspace we have two projects, one of which has 'debug' set as its active build configuration, and one has 'release'.
2024-07-02 02:11 AM
Hello Ghofrane,
I currently use the CubeIDE 1.14.1 and I experience the same issue of MikeAtETI: the Build Analyzer shows the build previously compile, not the last one.
2024-09-25 06:21 AM
Probably a bit late - but if you click on the project file in the tree on the LHS it seems to change the build analayser