Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. build QT 5.6 raspberry pi problems

build QT 5.6 raspberry pi problems

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qt5.6.0 build
4 Posts 2 Posters 1.5k 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.
  • K Offline
    K Offline
    kickoune103
    wrote on last edited by kickoune103
    #1

    hello, i try to build qt with this tutorial:
    https://wiki.qt.io/RaspberryPi_Beginners_Guide

    i have this problems when i build "make" qt few hours:
    [quote]
    nelinearindex_p.o .obj/moc_qgraphicswidget.o .obj/moc_qgraphicsanchorlayout.o .obj/moc_qcompleter_p.o .obj/moc_qsystemtrayicon_p.o .obj/moc_qscroller.o .obj/moc_qscroller_p.o .obj/moc_qflickgesture_p.o .obj/moc_qundogroup.o .obj/moc_qundostack.o .obj/moc_qundostack_p.o .obj/moc_qundoview.o .obj/moc_qkeyeventtransition.o .obj/moc_qmouseeventtransition.o .obj/moc_qbasickeyeventtransition_p.o .obj/moc_qbasicmouseeventtransition_p.o .obj/moc_qgraphicseffect.o .obj/moc_qgraphicseffect_p.o .obj/moc_qpixmapfilter_p.o -L/mnt/root/opt/vc/lib -L/home/thibaud/Bureau/qt5/qtbase/lib -lQt5Gui -lQt5Core -lpthread -lGLESv2
    .obj/qmessagebox.o: file not recognized: File truncated
    collect2: error: ld returned 1 exit status
    Makefile:1088 : la recette pour la cible « ../../lib/libQt5Widgets.so.5.6.0 » a échouée
    make[3]: *** [../../lib/libQt5Widgets.so.5.6.0] Erreur 1
    make[3] : on quitte le répertoire « /home/thibaud/Bureau/qt5/qtbase/src/widgets »
    Makefile:629 : la recette pour la cible « sub-widgets-make_first » a échouée
    make[2]: *** [sub-widgets-make_first] Erreur 2
    make[2] : on quitte le répertoire « /home/thibaud/Bureau/qt5/qtbase/src »
    Makefile:45 : la recette pour la cible « sub-src-make_first » a échouée
    make[1]: *** [sub-src-make_first] Erreur 2
    make[1] : on quitte le répertoire « /home/thibaud/Bureau/qt5/qtbase »
    Makefile:81 : la recette pour la cible « module-qtbase-make_first » a échouée
    make: *** [module-qtbase-make_first] Erreur 2
    [/quote]

    can you help me please?
    thank's

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Did you interrupt a build at some point ?

      One thing you can do is delete the offending file and restart the build.

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

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kickoune103
        wrote on last edited by
        #3

        file is qmessagebox.o?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Yes, since it's the one triggering the error.

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

          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