cancel
Showing results for 
Search instead for 
Did you mean: 

Error in lauching debug

a-jorge
Associate III

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 prtscrerror prtscr

5 REPLIES 5
liaifat85
Senior III

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. 

early I tried to install the libncurses5 but apt is not faulting it

Ghofrane GSOURI
ST Employee

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

Hi,

I am using ubuntu 24.04

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