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. Compilation problem QT 5.3.2 on Debian 64 for armv7

Compilation problem QT 5.3.2 on Debian 64 for armv7

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 2 Posters 2.0k 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.
  • H Offline
    H Offline
    Habanas
    wrote on last edited by
    #1

    hi
    i'm trying to compil qt-everywhere for embeded platform but when i trying to make i've this error :

    @make[5]: quittant le répertoire « /home/preparation/preparationhost/cross-compile-tools/qt-everywhere-opensource-src-5.3.2/qtquick1/src/plugins/qmltooling/qmldbg_inspector »
    make[4]: quittant le répertoire « /home/preparation/preparationhost/cross-compile-tools/qt-everywhere-opensource-src-5.3.2/qtquick1/src/plugins/qmltooling »
    make[3]: quittant le répertoire « /home/preparation/preparationhost/cross-compile-tools/qt-everywhere-opensource-src-5.3.2/qtquick1/src/plugins »
    make[2]: *** [sub-plugins-make_first-ordered] Erreur 2
    make[2]: quittant le répertoire « /home/preparation/preparationhost/cross-compile-tools/qt-everywhere-opensource-src-5.3.2/qtquick1/src »
    make[1]: *** [sub-src-make_first] Erreur 2
    make[1]: quittant le répertoire « /home/preparation/preparationhost/cross-compile-tools/qt-everywhere-opensource-src-5.3.2/qtquick1 »
    make: *** [module-qtquick1-make_first] Erreur 2@

    some help ?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      There is no error message in this output. Search further in the console output for the real message.

      (Z(:^

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Habanas
        wrote on last edited by
        #3

        ok thanks , i retry to compil but it's long step :)
        to get log of my make it's correct to write :
        make >makeconf.log 2>&1
        ?

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Possibly. Not sure whether the "2>&1" redirection is required.

          You can speed up the compilation using threading in make:
          @
          make -j 9
          @

          Where the number should roughly correspond to the amount of cores your CPU has.

          (Z(:^

          1 Reply Last reply
          0
          • H Offline
            H Offline
            Habanas
            wrote on last edited by
            #5

            that's my command and result of ./configure , make

            ./configure -opengl es2 -device linux-a20olimex-g++ -device-option CROSS_COMPILE=/home/preparation/gcc-linaro-arm-linux-gnueabihf-4.8-2013.09_linux/bin/arm-linux-gnueabihf- -sysroot /mnt/a20/ -opensource -confirm-license -optimized-qmake -release -make libs -prefix /opt/qt5.3.2olim2 -no-pch -nomake examples -nomake tests -no-xcb -eglfs -v >logconf.log 2>&1
            result (logconf.log) :
            "https://drive.google.com/file/d/0B-9HldMPXk75SlktTFhVUVA0MFk/view?usp=sharing":https://drive.google.com/file/d/0B-9HldMPXk75SlktTFhVUVA0MFk/view?usp=sharing
            and config.summary :
            "https://drive.google.com/file/d/0B-9HldMPXk75ZHNPMDR5bmxERHM/view?usp=sharing":https://drive.google.com/file/d/0B-9HldMPXk75ZHNPMDR5bmxERHM/view?usp=sharing

            make -j5 >makeconf.log 2>&1 -> result (makeconf.log) :
            "https://drive.google.com/file/d/0B-9HldMPXk75eVl6bHVobmNxT1k/view?usp=sharing":https://drive.google.com/file/d/0B-9HldMPXk75eVl6bHVobmNxT1k/view?usp=sharing

            So i'm trying to compil on debian 32bits (not 64bits) and it finally work.

            1 Reply Last reply
            0
            • H Offline
              H Offline
              Habanas
              wrote on last edited by
              #6

              alright !
              Christmas has passed so i return on my compilation.
              after update my libc6 i'm trying to recompile, but again i have same error at the compilation.
              So I trying to reproduce u'r step on linux debian 32 bits (not 64 bits) and I dont know why ? it finally works fine .

              thank you very much for help

              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