Compilation problem QT 5.3.2 on Debian 64 for armv7
-
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 ?
-
There is no error message in this output. Search further in the console output for the real message.
-
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.
-
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=sharingmake -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=sharingSo i'm trying to compil on debian 32bits (not 64bits) and it finally work.
-
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