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. Program only works on remote device when run from qtcreator
QtWS25 Last Chance

Program only works on remote device when run from qtcreator

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 617 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.
  • R Offline
    R Offline
    rddemb
    wrote on last edited by
    #1

    I can successfully deploy and run a program from qtcreator on a Beaglebone Black rev C. I cannot run the program from a ssh terminal with qtcreator closed. I have read about LD_LIBRARY_PATH but I'm not sure if that's the problem. What are some beginning steps?

    1 Reply Last reply
    0
    • mrdebugM Offline
      mrdebugM Offline
      mrdebug
      wrote on last edited by
      #2

      Did you insert in your pro file che section
      unix:!mac {
      LIBS += -Wl,-rpath=\$$ORIGIN/libs
      }
      with all required libraries in libs dir?
      Did you include plugins correctly?

      Need programmers to hire?
      www.labcsp.com
      www.denisgottardello.it
      GMT+1
      Skype: mrdebug

      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