Debug configuration reports "Unsupported build configuration. MCU ARM GCC required for debug."
STM32CubeIDE 1.14.1
I have imported a CubeMX generated makefile project. When I enter the debug configuration dialog, I get an error "Unsupported build configuration. MCU ARM GCC required for debug."
I have not found any documentation from ST indicating how to install this. I am also curious why a dependency required to debug an ST MCU does not come with ST's Eclipse debugger.
The Eclipse Marketplace returns an error 500 when I search for MCU ARM GCC.
The Install New Software dialog just spins forever, not even loading any package data.
What I'm looking to do:
Debug an MCU application on my target board.
I do not actually care about STM32CubeIDE, I am fine using stock Eclipse. But I do need documentation on how to set up the actual ST specific debug tooling, and this information either doesn't exist or is difficult to find. If ST's IDE works, that's fine too, I don't really care.
