2024-11-03 3:55 AM
Hi,
I am receiving an error while I am debugging, I try to use the command in the message but the terminal doesn't recognize
someone can help?
error prtscr
2024-11-03 6:36 AM
The error message you’re seeing suggests that arm-none-eabi-gdb is trying to load a shared library called libncurses.so.5, but it can’t find it. You have to Install libncurses5.
2024-11-03 10:21 AM
early I tried to install the libncurses5 but apt is not faulting it
2024-11-04 1:33 AM
Hello @a-jorge
First let me thank you for posting.
Could you please provide more information about your operating system and the STM32CubeIDE version that you are using.
I will be waiting for your feedback.
THX
Ghofrane
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.
2024-11-04 1:42 AM
Hi,
I am using ubuntu 24.04
2024-11-04 1:59 AM
Hello @a-jorge
In fact, this Ubuntu version (V24.04) is not officially supported by STM32CubeIDE. Here is the list of OS supported (in RN):
Supported operating systems and architectures
• Windows® 10 and 11, 64 bits (x64)
• Linux®: Ubuntu® LTS 20.04 and LTS 22.04, and Fedora® 36
• macOS® 12 (Monterey), macOS® 13 (Ventura)
Please check this POST , it could help you solve the issue .
THX
Ghofrane
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.