Associate
October 30, 2025
Solved
Can't launch project because of libncurses dependency
- October 30, 2025
- 7 replies
- 728 views
While trying to launch a project, I get the following error:
'Launching <Project Name>' has encountered a problem.
Could not determine GDB version using command: arm-none-eabi-gdb --version
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
OS: Fedora Linux 42
STM32CubeIDE version: 1.19.0
Although libncurses.so.5 is apparently a very old package, I have "ncurses-compat-libs", which should provide compatibility with the required package version. I can find it on /usr/lib/ but not on /usr/lib64/.
