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
Forum Update on Monday, May 27th 2025

Unable to remote debug on i.MX6

Scheduled Pinned Locked Moved Solved Mobile and Embedded
sshgdb terminated
2 Posts 2 Posters 172 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 last edited by Dave Colter
    #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
    • Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on 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

      • Login

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