Skip to main content
Associate II
May 20, 2024
Question

debug problem

  • May 20, 2024
  • 2 replies
  • 1035 views

I am trying to debug a code using STM32CubeIDE on Ubuntu with the STM32MP157F-DK2. However, I am encountering the following problemScreenshot from 2024-05-20 08-44-59.png

2 replies

AScha.3
Super User
May 20, 2024

Is this your first try to debug anything ? did it work before ?

+

Seems the libncurses is missing, look : is it in your system ?

(in my Linux its in : /lib/i386-linux-gnu/libncurses.so.5 )

"If you feel a post has answered your question, please click ""Accept as Solution""."
Associate II
May 20, 2024

This is my first time using this system, and yes, I have installed libncurses5

 

AScha.3
Super User
May 20, 2024

So i dont know...

just try: use OCD debug

AScha3_0-1716195826845.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."