2022-09-12 11:41 PM
I recently updated my Fedora installation to the 37 beta. Because the package `ncurses-compat-libs` which provided the ncurses5 library was removed, I am unable to install STM32CubeIDE.
A fix would be to update the dependency to version 6, which is provided by Fedora 37 by `ncurses-libs`.
2024-08-13 02:43 PM
@Pavel A. wrote:Ah so it is gdb. I thought it is the cube programmer CLI. Then removing this dependency isn't trivial - but still not a rocket science.
Sort of.
It's the gdb version that's included in the STM32CubeIDE bundled plugin. The plugin package is "com.st.stm32cube..." so I think it's still on ST's plate to update their plugins with a version of arm-none-eabi-gdb that'll run on Ubuntu 23+.
2024-10-13 06:08 AM
It worked for me too. Thanks