Skip to main content
Visitor 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

    This topic has been closed for replies.

    2 replies

    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 )

    Visitor II
    May 20, 2024

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

     

    Super User
    May 20, 2024

    So i dont know...

    just try: use OCD debug

    AScha3_0-1716195826845.png