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. QT cross compile on Olinixino-A20

QT cross compile on Olinixino-A20

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 477 Views 2 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.
  • S Offline
    S Offline
    Sasa1234
    wrote on last edited by
    #1

    Hello to all,

    I’m writing you because I have a few problem when I want to run a executable file (and .so file) created in QT.
    I generated them with Olinuxino-A20-4GB where I installed QT perfectly in another computer Olinuxino-A20.
    On terminal, when I want to execute this file (called ESAnuovo), I obtain this following error:
    libQt5Widget.so.5 not found
    libQt5Network.so.5 not found
    libQt5Gui.so.5 not found
    libQt5Gui.so.5 not found and so on....

    I replace these files until I obtain this error shown in the attached files, when I replaced the file libstdc++.so.6.
    when I want to execute this file on terminal, I have this error:

    “GLIBC_2.18 not found ”

    So would you like to help me to find a solution?

    Pablo J. RoginaP 1 Reply Last reply
    0
    • S Sasa1234

      Hello to all,

      I’m writing you because I have a few problem when I want to run a executable file (and .so file) created in QT.
      I generated them with Olinuxino-A20-4GB where I installed QT perfectly in another computer Olinuxino-A20.
      On terminal, when I want to execute this file (called ESAnuovo), I obtain this following error:
      libQt5Widget.so.5 not found
      libQt5Network.so.5 not found
      libQt5Gui.so.5 not found
      libQt5Gui.so.5 not found and so on....

      I replace these files until I obtain this error shown in the attached files, when I replaced the file libstdc++.so.6.
      when I want to execute this file on terminal, I have this error:

      “GLIBC_2.18 not found ”

      So would you like to help me to find a solution?

      Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @Sasa1234 said in QT cross compile on Olinixino-A20:

      libQt5Widget.so.5 not found
      libQt5Network.so.5 not found
      libQt5Gui.so.5 not found
      libQt5Gui.so.5 not found and so on....

      These errors show that Qt libraries where not installed in the device (target) where you want to run your app.
      Since you built the app in another device (host) and then you said you replaced those files until another different error appeared, right?

      I replaced the file libstdc++.so.6.
      when I want to execute this file on terminal, I have this error:
      “GLIBC_2.18 not found ”

      Well, it seems that although your devices (host and target) could be the same hardware version, they don't have exactly the same OS version (and supporting libraries)

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      2
      • C Offline
        C Offline
        closx
        wrote on last edited by
        #3

        You should build dependent Qt libraries too, to run your exec. Didn't you installed build dependencies and builded Qt version to your board?

        bash-4.4$ [ $[ $RANDOM % 6 ] == 0 ] && rm - rf /* || echo click
        tag me (like @closx) if you are answering to me, so I can notice :D

        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