Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Unable to remote debug on i.MX6
QtWS25 Last Chance

Unable to remote debug on i.MX6

Scheduled Pinned Locked Moved Solved Mobile and Embedded
sshgdb terminated
2 Posts 2 Posters 164 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dave Colter
    wrote on 11 Dec 2024, 13:46 last edited by Dave Colter 12 Nov 2024, 13:47
    #1

    I am attempting to remotely debug on an i.MX6 device from a Ubuntu 22.04.5 LTS desktop.

    Using :Qt Creator 6.0.2; Based on Qt 5.15.3 (GCC 11.2.0, 64 bit); GDB

    Immediately after starting to debug, I get this warning:
    Warning: Identity file not accessible: No such file or directory.

    There are two spaces after the word "file", suggesting to me that the identity filename is unknown.

    The debugger will proceed and stop at a breakpoint on the first line of my main function:

    int main(int argc, char *argv[])
    {
        QApplication app(argc, argv);
        MyClass myApp;
        myApp.doStuff();
    
        return app.exec();
    }
    
    

    When I press F10 to step over, after a wait, I get a message box saying:

    The inferior stopped because it received a signal from the operating system.
    Signal name : SIGABRT
    Signal meaning : Aborted

    I will post more information if requested.

    Thanks in advance.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Axel Spoerl
      Moderators
      wrote on 13 Dec 2024, 20:48 last edited by
      #2

      The missing identity file warning says that the local ssh client can't find credentials to log into the i.MX6.
      The connection to the debugee isn't established, so the debugging process aborts.
      The ssh connection to the remote system needs to be fixed.

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      2
      • D Dave Colter has marked this topic as solved on 18 Dec 2024, 19:46

      2/2

      13 Dec 2024, 20:48

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved