2025-11-19 10:27 AM - last edited on 2025-11-20 1:59 AM by Andrew Neil
Hi all I am a newbie to Linux and I badly want to excel in the system and currently i've stumbled upon an issue of not being able to run and debug my code to STM32-NUCLEO-F4460RE board through CUBE IDE. On running the program to my bord its i showing an error window and giving error message "Could not determine GDB version using command: arm-none-eabi-gdb --version". I asked Gemini and Chatgpt for help and got replies that made me symlink my libncurses.so.6.4 to .so.5 and similarly with libtinfo, then I installed gdb-multiarch as I was not able to download arm-none-eabi-gdb even with .gcc. Even I changed the prefernce to gdb-multiarch and its still the same. To add my Linux version is 24.04 LTS Noble. Kindly someone help me out of this mess.
2025-11-20 12:46 AM
Hello @boazkmichael
Are you using the latest version of CubeIDE 2.0.0?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.