Skip to content
  • Kategorien
  • Aktuell
  • Tags
  • Beliebt
  • Benutzer
  • Gruppen
  • Suche
  • Get Qt Extensions
  • Ungelöst
Einklappen
Markenlogo
  1. Übersicht
  2. Qt Development
  3. General and Desktop
  4. Installation of libqtGui.so.4
Forum Updated to NodeBB v4.3 + New Features

Installation of libqtGui.so.4

Geplant Angeheftet Gesperrt Verschoben General and Desktop
41 Beiträge 8 Kommentatoren 42.8k Aufrufe 2 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S Offline
    S Offline
    shirisha
    schrieb am zuletzt editiert von
    #30

    Hi every one,

    How to use Udpsocket in qt for Beagle bone .Please give me the sourse code for this.

    1 Antwort Letzte Antwort
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      schrieb am zuletzt editiert von
      #31

      use QUdpSocket

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Antwort Letzte Antwort
      0
      • MhM93M Offline
        MhM93M Offline
        MhM93
        schrieb am zuletzt editiert von MhM93
        #32

        hi all. i have the same problem.
        What exactly is your target ? i wrote a simple Qt program for mini2440 friendly arm. Embedded boar linux gnu.
        when i execute my program ( and comment running Qtopia) it show me this error : /armNEW: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
        i search and find this file in /usr/local/trolltech/qtEmbedded/.... so why i have error?
        now what can i do now?

        H.Ghassami

        1 Antwort Letzte Antwort
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          schrieb am zuletzt editiert von
          #33

          Hi,
          /usr/local/trolltech/qtEmbedded/ is a non standard path and probably not the same you have on your computer when cross-compiling your application.

          You can use LD_LIBRARY_PATH to add that path for the loader to search before starting your application.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Antwort Letzte Antwort
          0
          • J Offline
            J Offline
            Joe Joe Ngigi
            schrieb am zuletzt editiert von Joe Joe Ngigi
            #34

            Hi @SGaist , I am building qt application for an arm embedded target.I have successfully transferred the project files via scp using qt creator. However, the application outputs this error:
            error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
            How can I ensure I have the said library on my target?Is it something I need to cross-compile?
            I have libQtGuiE.so.4 in /usr/lib
            Thanks.

            1 Antwort Letzte Antwort
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              schrieb am zuletzt editiert von
              #35

              You have a name mismatch. The one you use on your desktop has no E in its name. You should have the same set of libraries on both the desktop and target.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              J 1 Antwort Letzte Antwort
              2
              • SGaistS SGaist

                You have a name mismatch. The one you use on your desktop has no E in its name. You should have the same set of libraries on both the desktop and target.

                J Offline
                J Offline
                Joe Joe Ngigi
                schrieb am zuletzt editiert von
                #36

                @SGaist Thank you so much.Just a slight clarification, the E stands for qt Embedded or what?
                I'll give you feedback if I manage to fix this.

                1 Antwort Letzte Antwort
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  schrieb am zuletzt editiert von
                  #37

                  Likely, yes. I remember vaguely that you could put a suffix when configuring Qt 4.

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  J 1 Antwort Letzte Antwort
                  3
                  • SGaistS SGaist

                    Likely, yes. I remember vaguely that you could put a suffix when configuring Qt 4.

                    J Offline
                    J Offline
                    Joe Joe Ngigi
                    schrieb am zuletzt editiert von
                    #38

                    @SGaist Do you have an idea how I can put that suffix during configuration?
                    I have confirmed I am using the same qt version qt embedded 4.8.7 in both the host cross compilation pc and target. However I am still getting this error during deployment.What could be the issue?How do I resolve this please?

                    1 Antwort Letzte Antwort
                    0
                    • SGaistS Offline
                      SGaistS Offline
                      SGaist
                      Lifetime Qt Champion
                      schrieb am zuletzt editiert von
                      #39

                      I may have been wrong there and maybe mixed it with -prefix-install.

                      The most simple is to deploy the libraries you are using for cross-compilation on the device.

                      Interested in AI ? www.idiap.ch
                      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                      1 Antwort Letzte Antwort
                      0
                      • J Offline
                        J Offline
                        Jareth77
                        schrieb am zuletzt editiert von
                        #40

                        I am looking for libQtGui.so.4 so that I actually can get OpenMW working on Twister OS for RPi4. I found the file on github, & put it into the /usr/lib folder, though the program complained that the provided file is ELF Class 64, implying I need ELF Class 32.

                        Is there a repository where I can find such Qt project files & libraries?

                        1 Antwort Letzte Antwort
                        0
                        • C Offline
                          C Offline
                          ChrisW67
                          schrieb am zuletzt editiert von ChrisW67
                          #41

                          https://download.qt.io/archive/qt/4.8/4.8.7/
                          You build Qt4 from source because there are no contemporary pre-built packages of Qt4 for ARM. Raspberry Pi's initial machines and Qt5 are roughly aligned in release date (2012).
                          OpenMW have dropped all 32-bit support AFAICT.

                          Oh, and congratulations for resurrection of a 2014 thread.

                          1 Antwort Letzte Antwort
                          0

                          • Anmelden

                          • Anmelden oder registrieren, um zu suchen
                          • Erster Beitrag
                            Letzter Beitrag
                          0
                          • Kategorien
                          • Aktuell
                          • Tags
                          • Beliebt
                          • Benutzer
                          • Gruppen
                          • Suche
                          • Get Qt Extensions
                          • Ungelöst