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. trying to run on remote, getting "Binary does not exist."
Qt 6.11 is out! See what's new in the release blog

trying to run on remote, getting "Binary does not exist."

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 973 Views 1 Watching
  • 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.
  • G Offline
    G Offline
    GregWilsonLindberg
    wrote on last edited by
    #1

    I'm trying to cross compile an application from an X86 to an RPi3 and when I try to run it I get the following:

    Starting /usr/bin/appcontroller...
    
    "DBUS_SESSION_BUS_ADDRESS" "unix:abstract=/tmp/dbus-EIlWSVP6ly,guid=6cb7319f119e0ea836f17f495aaa993d"
    "QML2_IMPORT_PATH" "/data/user/qt/qmlplugins"
    "QT_IM_MODULE" "qtvirtualkeyboard"
    "QT_QPA_EGLFS_FORCE888" "1"
    "QT_QUICK_CONTROLS_1_STYLE" "Flat"
    
    
    "XDG_RUNTIME_DIR" "/tmp"
    "/usr/lib/ScribeGUI" ()
    
    Failed to start
    Binary does not exist.
    Application finished with exit code 0.
    

    This had run a couple of days ago, and the tests for connectivity to the remote device all pass.

    Anyone have any ideas as to what might be going wrong?

    T 1 Reply Last reply
    0
    • G GregWilsonLindberg

      I'm trying to cross compile an application from an X86 to an RPi3 and when I try to run it I get the following:

      Starting /usr/bin/appcontroller...
      
      "DBUS_SESSION_BUS_ADDRESS" "unix:abstract=/tmp/dbus-EIlWSVP6ly,guid=6cb7319f119e0ea836f17f495aaa993d"
      "QML2_IMPORT_PATH" "/data/user/qt/qmlplugins"
      "QT_IM_MODULE" "qtvirtualkeyboard"
      "QT_QPA_EGLFS_FORCE888" "1"
      "QT_QUICK_CONTROLS_1_STYLE" "Flat"
      
      
      "XDG_RUNTIME_DIR" "/tmp"
      "/usr/lib/ScribeGUI" ()
      
      Failed to start
      Binary does not exist.
      Application finished with exit code 0.
      

      This had run a couple of days ago, and the tests for connectivity to the remote device all pass.

      Anyone have any ideas as to what might be going wrong?

      T Offline
      T Offline
      Tirupathi Korla
      wrote on last edited by
      #2

      @GregWilsonLindberg One thing might be the file doesnot exist or the other might be whatever compiled binary is not supported by the environment you are running.

      1 Reply Last reply
      0

      • Login

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