Installing new operating system, CubeIde fails (libncurses5 linux problem)
Hello,
Since I installed a new version of linux mint (22.2), I can't upload my programs to the MCU.
CubeIde show this error:
Could not determine GDB version using command: arm-none-eabi-gdb --version
arm-none-eabi-gdb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Searching in my system, I found libncurses.so.6, not libncurses.so.5
I read in the forum that I need to install libncurses5, but is not present in my repositories.
I found a possible solution adding "universe" repositories
sudo add-apt-repository universe
sudo apt install libncurses5
but libncurses5 still missing
I found a post from Semer Cherni (ST Employee) that say that "The Linux Mint 22 is not supported by STM32CubeIDE"
This post was written on 2024-10-07 12:12 PM
Is the problem still active, or I need to go back to the old version?
Thanks
