2024-11-03 03: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?
2024-11-03 06: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 01: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
2024-11-04 01:42 AM
Hi,
I am using ubuntu 24.04
2024-11-04 01: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