cancel
Showing results for 
Search instead for 
Did you mean: 

Build Analyzer with CMake toolchain

stryga
Associate II

Can anyone confirm that the Build Analyzer in the CubeIDE works when using the CMake toolchain? For compatibility reasons I'm currently stuck at IDE version 1.16.1. I created a fresh CMake Project for a Nucleo board (U545). It creates the elf and map files just fine but the Build Analyzer stays empty. (Yes, I tried the refresh button...)
If someone could confirm that a newer IDE version does the job, I'll try to convince the project team. Or what I could do to make it work in 16.1. Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

If, after building, you right click the project and refresh, then refresh the build analyzer, does it work? It might be looking for the elf at a specific location (e.g. Debug/project.elf), but I'm not sure if that's configurable. Seems like its behavior was hard coded for typical projects.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

If, after building, you right click the project and refresh, then refresh the build analyzer, does it work? It might be looking for the elf at a specific location (e.g. Debug/project.elf), but I'm not sure if that's configurable. Seems like its behavior was hard coded for typical projects.

If you feel a post has answered your question, please click "Accept as Solution".
stryga
Associate II

It seems that I missed the refresh on the project! Thanks a lot.