CubeIDE won't convert ELF to bin, hex; print build summary info
This IIRC was already reported but still not fixed in v.1.5.1...
In settings Convert to binary and Show size information are checked, but these actions do not work after successful build.
In Atollic it works fine.
I've tried both STM32 2018 and 2020 toolchains.
Also checked conversion to hex, S-record, verilog - nothing of these created.
-- pa
P.S. Also, after Atollic, it is annoying that in CubeIDE backslashes in Windows filenames are printed doubled in the console:
arm-none-eabi-gcc "..\\..\\Src\\foo.c" -mcpu=cortex-m7 ....
Is this in compiler or Eclipse CDT console?