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. Problems about Native build Qt5.7 on raspberry pi3

Problems about Native build Qt5.7 on raspberry pi3

Scheduled Pinned Locked Moved Mobile and Embedded
56 Posts 3 Posters 27.8k 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.
  • J JiujiuTong

    @jsulm
    after i've create the archives(libclip2tri.a, libclipper.a,libpoly2tri.a ) ,then copy them to /usr/lib
    and restart the QT configuer and make then make install, is it right ?

    jsulmJ Offline
    jsulmJ Offline
    jsulm
    Lifetime Qt Champion
    wrote on last edited by
    #34

    @JiujiuTong *.a are static libraries, those are usually not in /usr/lib as they are only needed during linking, but you can try.
    Actually you should copy them to the directory where you want to install your Qt.

    https://forum.qt.io/topic/113070/qt-code-of-conduct

    J 1 Reply Last reply
    0
    • jsulmJ jsulm

      @JiujiuTong *.a are static libraries, those are usually not in /usr/lib as they are only needed during linking, but you can try.
      Actually you should copy them to the directory where you want to install your Qt.

      J Offline
      J Offline
      JiujiuTong
      wrote on last edited by
      #35

      @jsulm
      thank you!
      this problem solved, but another issue happened:
      make[3]: Entering directory '/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript/src/script'
      /usr/bin/g++ -c -include .pch/Qt5Script -march=armv8-a -mtune=cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -fno-strict-aliasing -Wall -Wreturn-type -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -fno-stack-protector -O2 -std=c++1y -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -D_REENTRANT -fPIC -DJSC=QTJSC -Djscyyparse=qtjscyyparse -Djscyylex=qtjscyylex -Djscyyerror=qtjscyyerror -DWTF=QTWTF -DQT_NO_USING_NAMESPACE -DQLALR_NO_QSCRIPTGRAMMAR_DEBUG_INFO -DBUILDING_QT__=1 -DWTF_USE_ACCELERATED_COMPOSITING -DNDEBUG -DLOG_DISABLED=1 -DBUILDING_QT__ -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DWTF_CHANGES=1 -DJS_NO_EXPORT -DQT_BUILD_SCRIPT_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../3rdparty/javascriptcore/JavaScriptCore -I../3rdparty/javascriptcore -I../3rdparty/javascriptcore/JavaScriptCore/assembler -I../3rdparty/javascriptcore/JavaScriptCore/bytecode -I../3rdparty/javascriptcore/JavaScriptCore/bytecompiler -I../3rdparty/javascriptcore/JavaScriptCore/debugger -I../3rdparty/javascriptcore/JavaScriptCore/interpreter -I../3rdparty/javascriptcore/JavaScriptCore/jit -I../3rdparty/javascriptcore/JavaScriptCore/parser -I../3rdparty/javascriptcore/JavaScriptCore/pcre -I../3rdparty/javascriptcore/JavaScriptCore/profiler -I../3rdparty/javascriptcore/JavaScriptCore/runtime -I../3rdparty/javascriptcore/JavaScriptCore/wrec -I../3rdparty/javascriptcore/JavaScriptCore/wtf -I../3rdparty/javascriptcore/JavaScriptCore/wtf/symbian -I../3rdparty/javascriptcore/JavaScriptCore/wtf/unicode -I../3rdparty/javascriptcore/JavaScriptCore/yarr -I../3rdparty/javascriptcore/JavaScriptCore/API -I../3rdparty/javascriptcore/JavaScriptCore/ForwardingHeaders -I../3rdparty/javascriptcore/JavaScriptCore/generated -I/opt/vc/include -I/opt/vc/include/interface/vcos -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript/src/3rdparty/javascriptcore/WebKit/qt/Api -I../3rdparty/javascriptcore/JavaScriptCore/pcre -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript/src/3rdparty/javascriptcore/JavaScriptCore/tmp -I. -Iparser -I../../include -I../../include/QtScript -I../../include/QtScript/5.7.1 -I../../include/QtScript/5.7.1/QtScript -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/5.7.1 -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/5.7.1/QtCore -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore -I.moc -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/mkspecs/devices/linux-rpi3-g++ -o obj/release/pcre_compile.o ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp
      In file included from ../3rdparty/javascriptcore/JavaScriptCore/config.h:26:0,
      from ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:44:
      ../3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h:370:6: error: #error "Not supported ARM architecture"

      error "Not supported ARM architecture"

      I am frustrated..i am following the steps :
      http://wiki.qt.io/Native_Build_of_Qt_5.4.1_on_a_Raspberry_Pi
      why so many problems ? do you have any good ideas ? thank you !

      J 1 Reply Last reply
      0
      • J JiujiuTong

        @jsulm
        thank you!
        this problem solved, but another issue happened:
        make[3]: Entering directory '/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript/src/script'
        /usr/bin/g++ -c -include .pch/Qt5Script -march=armv8-a -mtune=cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -fno-strict-aliasing -Wall -Wreturn-type -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -fno-stack-protector -O2 -std=c++1y -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -D_REENTRANT -fPIC -DJSC=QTJSC -Djscyyparse=qtjscyyparse -Djscyylex=qtjscyylex -Djscyyerror=qtjscyyerror -DWTF=QTWTF -DQT_NO_USING_NAMESPACE -DQLALR_NO_QSCRIPTGRAMMAR_DEBUG_INFO -DBUILDING_QT__=1 -DWTF_USE_ACCELERATED_COMPOSITING -DNDEBUG -DLOG_DISABLED=1 -DBUILDING_QT__ -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DWTF_CHANGES=1 -DJS_NO_EXPORT -DQT_BUILD_SCRIPT_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../3rdparty/javascriptcore/JavaScriptCore -I../3rdparty/javascriptcore -I../3rdparty/javascriptcore/JavaScriptCore/assembler -I../3rdparty/javascriptcore/JavaScriptCore/bytecode -I../3rdparty/javascriptcore/JavaScriptCore/bytecompiler -I../3rdparty/javascriptcore/JavaScriptCore/debugger -I../3rdparty/javascriptcore/JavaScriptCore/interpreter -I../3rdparty/javascriptcore/JavaScriptCore/jit -I../3rdparty/javascriptcore/JavaScriptCore/parser -I../3rdparty/javascriptcore/JavaScriptCore/pcre -I../3rdparty/javascriptcore/JavaScriptCore/profiler -I../3rdparty/javascriptcore/JavaScriptCore/runtime -I../3rdparty/javascriptcore/JavaScriptCore/wrec -I../3rdparty/javascriptcore/JavaScriptCore/wtf -I../3rdparty/javascriptcore/JavaScriptCore/wtf/symbian -I../3rdparty/javascriptcore/JavaScriptCore/wtf/unicode -I../3rdparty/javascriptcore/JavaScriptCore/yarr -I../3rdparty/javascriptcore/JavaScriptCore/API -I../3rdparty/javascriptcore/JavaScriptCore/ForwardingHeaders -I../3rdparty/javascriptcore/JavaScriptCore/generated -I/opt/vc/include -I/opt/vc/include/interface/vcos -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript/src/3rdparty/javascriptcore/WebKit/qt/Api -I../3rdparty/javascriptcore/JavaScriptCore/pcre -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript/src/3rdparty/javascriptcore/JavaScriptCore/tmp -I. -Iparser -I../../include -I../../include/QtScript -I../../include/QtScript/5.7.1 -I../../include/QtScript/5.7.1/QtScript -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/5.7.1 -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/5.7.1/QtCore -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore -I.moc -I/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/mkspecs/devices/linux-rpi3-g++ -o obj/release/pcre_compile.o ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp
        In file included from ../3rdparty/javascriptcore/JavaScriptCore/config.h:26:0,
        from ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:44:
        ../3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h:370:6: error: #error "Not supported ARM architecture"

        error "Not supported ARM architecture"

        I am frustrated..i am following the steps :
        http://wiki.qt.io/Native_Build_of_Qt_5.4.1_on_a_Raspberry_Pi
        why so many problems ? do you have any good ideas ? thank you !

        J Offline
        J Offline
        JiujiuTong
        wrote on last edited by
        #36

        @JiujiuTong said in problems about Native build Qt5.7 on raspberry pi3:

        @jsulm
        thank you!

        more infos:
        error "Not supported ARM architecture"
        ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp: In function ‘JSRegExp* jsRegExpCompile(const UChar*, int, JSRegExpIgnoreCaseOption, JSRegExpMultilineOption, unsigned int*, const char**)’:
        ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2590:62: warning: cast from ‘char*’ to ‘JSRegExp*’ increases required alignment of target type [-Wcast-align]
        JSRegExp* re = reinterpret_cast<JSRegExp*>(new char[size]);
        ^
        In file included from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qlist.h:1:0,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:49,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qobject.h:1,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/animation/qabstractanimation.h:43,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qabstractanimation.h:1,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/QtCore:4,
        from ../../include/QtScript/QtScriptDepends:3:
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h: In instantiation of ‘void QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T = QVariant]’:
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:811:58: required from ‘QList<T>::QList(const QList<T>&) [with T = QVariant]’
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/statemachine/qstatemachine.h:77:59: required from here
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:471:17: warning: cast from ‘QList<QVariant>::Node*’ to ‘QVariant*’ increases required alignment of target type [-Wcast-align]
        new (current) T(reinterpret_cast<T>(src));
        ^
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:477:17: warning: cast from ‘QList<QVariant>::Node*’ to ‘QVariant*’ increases required alignment of target type [-Wcast-align]
        (reinterpret_cast<T*>(current))->~T();
        ^
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h: In instantiation of ‘void QList<T>::node_destruct(QList<T>::Node*, QList<T>::Node*) [with T = QVariant]’:
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:862:68: required from ‘void QList<T>::dealloc(QListData::Data*) [with T = QVariant]’
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:823:18: required from ‘QList<T>::~QList() [with T = QVariant]’
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:762:30: required from here
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:492:34: warning: cast from ‘QList<QVariant>::Node*’ to ‘QVariant*’ increases required alignment of target type [-Wcast-align]
        while (from != to) --to, reinterpret_cast<T*>(to)->~T();
        ^
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h: In instantiation of ‘void QList<T>::node_destruct(QList<T>::Node*) [with T = QVariant]’:
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:600:36: required from ‘void QList<T>::append(const T&) [with T = QVariant]’
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:382:15: required from ‘QList<T>& QList<T>::operator<<(const T&) [with T = QVariant]’
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:765:27: required from here
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:448:39: warning: cast from ‘QList<QVariant>::Node*’ to ‘QVariant*’ increases required alignment of target type [-Wcast-align]
        else if (QTypeInfo<T>::isComplex) reinterpret_cast<T*>(n)->~T();
        ^
        In file included from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qhash.h:1:0,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:48,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qvariant.h:1,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/animation/qvariantanimation.h:46,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qvariantanimation.h:1,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/animation/qpropertyanimation.h:43,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qpropertyanimation.h:1,
        from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/QtCore:8,
        from ../../include/QtScript/QtScriptDepends:3:
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qhash.h: In instantiation of ‘static QHash<K, V>::Node* QHash<K, V>::concrete(QHashData::Node*) [with Key = QString; T = QVariant; QHash<K, V>::Node = QHashNode<QString, QVariant>]’:
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:533:18: required from ‘static void QHash<K, V>::deleteNode2(QHashData::Node*) [with Key = QString; T = QVariant]’
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:573:5: required from ‘void QHash<K, V>::freeData(QHashData*) [with Key = QString; T = QVariant]’
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:252:47: required from ‘QHash<K, V>::~QHash() [with Key = QString; T = QVariant]’
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:779:30: required from here
        /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:235:45: warning: cast from ‘QHashData::Node*’ to ‘QHash<QString, QVariant>::Node* {aka QHashNode<QString, QVariant>*}’ increases required alignment of target type [-Wcast-align]
        return reinterpret_cast<Node *>(node);
        ^
        Makefile:3214: recipe for target 'obj/release/pcre_compile.o' failed
        make[3]: *** [obj/release/pcre_compile.o] Error 1
        make[3]: Leaving directory '/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript/src/script'
        Makefile:67: recipe for target 'sub-script-install_subtargets-ordered' failed
        make[2]: *** [sub-script-install_subtargets-ordered] Error 2
        make[2]: Leaving directory '/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript/src'
        Makefile:56: recipe for target 'sub-src-install_subtargets' failed
        make[1]: *** [sub-src-install_subtargets] Error 2
        make[1]: Leaving directory '/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript'
        Makefile:894: recipe for target 'module-qtscript-install_subtargets' failed
        make: *** [module-qtscript-install_subtargets] Error 2

        jsulmJ 1 Reply Last reply
        0
        • J JiujiuTong

          @JiujiuTong said in problems about Native build Qt5.7 on raspberry pi3:

          @jsulm
          thank you!

          more infos:
          error "Not supported ARM architecture"
          ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp: In function ‘JSRegExp* jsRegExpCompile(const UChar*, int, JSRegExpIgnoreCaseOption, JSRegExpMultilineOption, unsigned int*, const char**)’:
          ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2590:62: warning: cast from ‘char*’ to ‘JSRegExp*’ increases required alignment of target type [-Wcast-align]
          JSRegExp* re = reinterpret_cast<JSRegExp*>(new char[size]);
          ^
          In file included from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qlist.h:1:0,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:49,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qobject.h:1,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/animation/qabstractanimation.h:43,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qabstractanimation.h:1,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/QtCore:4,
          from ../../include/QtScript/QtScriptDepends:3:
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h: In instantiation of ‘void QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T = QVariant]’:
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:811:58: required from ‘QList<T>::QList(const QList<T>&) [with T = QVariant]’
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/statemachine/qstatemachine.h:77:59: required from here
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:471:17: warning: cast from ‘QList<QVariant>::Node*’ to ‘QVariant*’ increases required alignment of target type [-Wcast-align]
          new (current) T(reinterpret_cast<T>(src));
          ^
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:477:17: warning: cast from ‘QList<QVariant>::Node*’ to ‘QVariant*’ increases required alignment of target type [-Wcast-align]
          (reinterpret_cast<T*>(current))->~T();
          ^
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h: In instantiation of ‘void QList<T>::node_destruct(QList<T>::Node*, QList<T>::Node*) [with T = QVariant]’:
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:862:68: required from ‘void QList<T>::dealloc(QListData::Data*) [with T = QVariant]’
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:823:18: required from ‘QList<T>::~QList() [with T = QVariant]’
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:762:30: required from here
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:492:34: warning: cast from ‘QList<QVariant>::Node*’ to ‘QVariant*’ increases required alignment of target type [-Wcast-align]
          while (from != to) --to, reinterpret_cast<T*>(to)->~T();
          ^
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h: In instantiation of ‘void QList<T>::node_destruct(QList<T>::Node*) [with T = QVariant]’:
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:600:36: required from ‘void QList<T>::append(const T&) [with T = QVariant]’
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:382:15: required from ‘QList<T>& QList<T>::operator<<(const T&) [with T = QVariant]’
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:765:27: required from here
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:448:39: warning: cast from ‘QList<QVariant>::Node*’ to ‘QVariant*’ increases required alignment of target type [-Wcast-align]
          else if (QTypeInfo<T>::isComplex) reinterpret_cast<T*>(n)->~T();
          ^
          In file included from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qhash.h:1:0,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:48,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qvariant.h:1,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/animation/qvariantanimation.h:46,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qvariantanimation.h:1,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/animation/qpropertyanimation.h:43,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/qpropertyanimation.h:1,
          from /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/QtCore:8,
          from ../../include/QtScript/QtScriptDepends:3:
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qhash.h: In instantiation of ‘static QHash<K, V>::Node* QHash<K, V>::concrete(QHashData::Node*) [with Key = QString; T = QVariant; QHash<K, V>::Node = QHashNode<QString, QVariant>]’:
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:533:18: required from ‘static void QHash<K, V>::deleteNode2(QHashData::Node*) [with Key = QString; T = QVariant]’
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:573:5: required from ‘void QHash<K, V>::freeData(QHashData*) [with Key = QString; T = QVariant]’
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:252:47: required from ‘QHash<K, V>::~QHash() [with Key = QString; T = QVariant]’
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:779:30: required from here
          /home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:235:45: warning: cast from ‘QHashData::Node*’ to ‘QHash<QString, QVariant>::Node* {aka QHashNode<QString, QVariant>*}’ increases required alignment of target type [-Wcast-align]
          return reinterpret_cast<Node *>(node);
          ^
          Makefile:3214: recipe for target 'obj/release/pcre_compile.o' failed
          make[3]: *** [obj/release/pcre_compile.o] Error 1
          make[3]: Leaving directory '/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript/src/script'
          Makefile:67: recipe for target 'sub-script-install_subtargets-ordered' failed
          make[2]: *** [sub-script-install_subtargets-ordered] Error 2
          make[2]: Leaving directory '/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript/src'
          Makefile:56: recipe for target 'sub-src-install_subtargets' failed
          make[1]: *** [sub-src-install_subtargets] Error 2
          make[1]: Leaving directory '/home/pi/opt/qt-everywhere-opensource-src-5.7.1/qtscript'
          Makefile:894: recipe for target 'module-qtscript-install_subtargets' failed
          make: *** [module-qtscript-install_subtargets] Error 2

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #37

          @JiujiuTong In the description how to build Qt for RPi they use this for device: -device linux-rasp-pi-g++
          You use -device linux-pi3-g++.
          -march=armv8-a -mtune=cortex-a53 - this does not look correct for RPi.
          Please try with -device linux-rasp-pi-g++

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          J 1 Reply Last reply
          0
          • jsulmJ jsulm

            @JiujiuTong In the description how to build Qt for RPi they use this for device: -device linux-rasp-pi-g++
            You use -device linux-pi3-g++.
            -march=armv8-a -mtune=cortex-a53 - this does not look correct for RPi.
            Please try with -device linux-rasp-pi-g++

            J Offline
            J Offline
            JiujiuTong
            wrote on last edited by
            #38

            @jsulm
            my device is rpi3,
            should I use with -device linux-rasp-pi-g++ ?

            jsulmJ 1 Reply Last reply
            0
            • J JiujiuTong

              @jsulm
              my device is rpi3,
              should I use with -device linux-rasp-pi-g++ ?

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #39

              @JiujiuTong Try with -device linux-rasp-pi2-g++
              See https://forum.qt.io/topic/68016/rpi3-device-missing/2

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              J 2 Replies Last reply
              0
              • jsulmJ jsulm

                @JiujiuTong Try with -device linux-rasp-pi2-g++
                See https://forum.qt.io/topic/68016/rpi3-device-missing/2

                J Offline
                J Offline
                JiujiuTong
                wrote on last edited by
                #40

                @jsulm
                well, actually i have tried both with linux-rasp-pi-g++ /linux-pi3-g++.
                maybe i should try with linux-rasp-pi2-g++. life is so tough.....
                thank you !

                1 Reply Last reply
                0
                • jsulmJ jsulm

                  @JiujiuTong Try with -device linux-rasp-pi2-g++
                  See https://forum.qt.io/topic/68016/rpi3-device-missing/2

                  J Offline
                  J Offline
                  JiujiuTong
                  wrote on last edited by
                  #41

                  @jsulm
                  an interesting thing is that i following the steps:
                  http://wiki.qt.io/Native_Build_of_Qt5_on_a_Raspberry_Pi
                  it is ok now , the problem is that source code for git is same with the release code ?
                  can i use it for programming ?

                  jsulmJ 1 Reply Last reply
                  0
                  • J JiujiuTong

                    @jsulm
                    an interesting thing is that i following the steps:
                    http://wiki.qt.io/Native_Build_of_Qt5_on_a_Raspberry_Pi
                    it is ok now , the problem is that source code for git is same with the release code ?
                    can i use it for programming ?

                    jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #42

                    @JiujiuTong It depends which branch/tag from Git you use. For each release there is a branch.

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    J 1 Reply Last reply
                    0
                    • jsulmJ jsulm

                      @JiujiuTong It depends which branch/tag from Git you use. For each release there is a branch.

                      J Offline
                      J Offline
                      JiujiuTong
                      wrote on last edited by
                      #43

                      @jsulm
                      qt5.7
                      but the installation process is so quick, it only takes few minutes , so i don't think it is completed

                      jsulmJ 1 Reply Last reply
                      0
                      • J JiujiuTong

                        @jsulm
                        qt5.7
                        but the installation process is so quick, it only takes few minutes , so i don't think it is completed

                        jsulmJ Offline
                        jsulmJ Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on last edited by
                        #44

                        @JiujiuTong What do you mean by "installation process"? The "release code" is what you can find in the release branch in Git.

                        https://forum.qt.io/topic/113070/qt-code-of-conduct

                        J 1 Reply Last reply
                        0
                        • jsulmJ jsulm

                          @JiujiuTong What do you mean by "installation process"? The "release code" is what you can find in the release branch in Git.

                          J Offline
                          J Offline
                          JiujiuTong
                          wrote on last edited by
                          #45

                          @jsulm
                          i mean the "make install" process,
                          it only takes more than two minutes
                          is the branch code same with the code download from qt (e.g. qt-everywhere-opensource-src-5.7.1.tar.gz)?

                          jsulmJ 1 Reply Last reply
                          0
                          • J JiujiuTong

                            @jsulm
                            i mean the "make install" process,
                            it only takes more than two minutes
                            is the branch code same with the code download from qt (e.g. qt-everywhere-opensource-src-5.7.1.tar.gz)?

                            jsulmJ Offline
                            jsulmJ Offline
                            jsulm
                            Lifetime Qt Champion
                            wrote on last edited by
                            #46

                            @JiujiuTong "make install" shouldn't take long, "make" takes long

                            https://forum.qt.io/topic/113070/qt-code-of-conduct

                            J 1 Reply Last reply
                            0
                            • jsulmJ jsulm

                              @JiujiuTong "make install" shouldn't take long, "make" takes long

                              J Offline
                              J Offline
                              JiujiuTong
                              wrote on last edited by JiujiuTong
                              #47

                              @jsulm
                              the "make" process only take more than 2 minutes too, the configure process is very long about 7 hours ... no error information

                              jsulmJ 1 Reply Last reply
                              0
                              • J JiujiuTong

                                @jsulm
                                the "make" process only take more than 2 minutes too, the configure process is very long about 7 hours ... no error information

                                jsulmJ Offline
                                jsulmJ Offline
                                jsulm
                                Lifetime Qt Champion
                                wrote on last edited by
                                #48

                                @JiujiuTong configure takes 7 hours? And make only 2 minutes?! You're doing something wrong. Are you sure make step was successful?

                                https://forum.qt.io/topic/113070/qt-code-of-conduct

                                J 2 Replies Last reply
                                0
                                • jsulmJ jsulm

                                  @JiujiuTong configure takes 7 hours? And make only 2 minutes?! You're doing something wrong. Are you sure make step was successful?

                                  J Offline
                                  J Offline
                                  JiujiuTong
                                  wrote on last edited by
                                  #49

                                  @jsulm
                                  yes, many make output: nothing to be done for "first"
                                  no error infors
                                  the interesting thing is:
                                  the configure output summary :
                                  building on : linux-g++ (arm ,cpu features: none detected)
                                  building for :devices/linux-rpi3-g++ (arm, cpu features: neon)
                                  so i thing -device linux-rpi3-g++ option is correct,
                                  the steps on http://wiki.qt.io/Native_Build_of_Qt_5.4.1_on_a_Raspberry_Pi
                                  may have missing some critical steps or my ENV is not right

                                  J 1 Reply Last reply
                                  0
                                  • J JiujiuTong

                                    @jsulm
                                    yes, many make output: nothing to be done for "first"
                                    no error infors
                                    the interesting thing is:
                                    the configure output summary :
                                    building on : linux-g++ (arm ,cpu features: none detected)
                                    building for :devices/linux-rpi3-g++ (arm, cpu features: neon)
                                    so i thing -device linux-rpi3-g++ option is correct,
                                    the steps on http://wiki.qt.io/Native_Build_of_Qt_5.4.1_on_a_Raspberry_Pi
                                    may have missing some critical steps or my ENV is not right

                                    J Offline
                                    J Offline
                                    JiujiuTong
                                    wrote on last edited by
                                    #50

                                    @JiujiuTong said in Problems about Native build Qt5.7 on raspberry pi3:

                                    @jsulm
                                    yes, many make output: nothing to be done for "first"
                                    no error infors
                                    the interesting thing is:
                                    the configure output summary :
                                    building on : linux-g++ (arm ,cpu features: none detected)
                                    building for :devices/linux-rpi3-g++ (arm, cpu features: neon)
                                    so i thing -device linux-rpi3-g++ option is correct,
                                    the steps on http://wiki.qt.io/Native_Build_of_Qt_5.4.1_on_a_Raspberry_Pi
                                    may have missing some critical steps or my ENV is not right

                                    seems everything is fine , finish install with linux-rasp-pi2-g++
                                    i will double confirm it @jsulm

                                    J 1 Reply Last reply
                                    0
                                    • J JiujiuTong

                                      @JiujiuTong said in Problems about Native build Qt5.7 on raspberry pi3:

                                      @jsulm
                                      yes, many make output: nothing to be done for "first"
                                      no error infors
                                      the interesting thing is:
                                      the configure output summary :
                                      building on : linux-g++ (arm ,cpu features: none detected)
                                      building for :devices/linux-rpi3-g++ (arm, cpu features: neon)
                                      so i thing -device linux-rpi3-g++ option is correct,
                                      the steps on http://wiki.qt.io/Native_Build_of_Qt_5.4.1_on_a_Raspberry_Pi
                                      may have missing some critical steps or my ENV is not right

                                      seems everything is fine , finish install with linux-rasp-pi2-g++
                                      i will double confirm it @jsulm

                                      J Offline
                                      J Offline
                                      JiujiuTong
                                      wrote on last edited by
                                      #51

                                      @JiujiuTong said in Problems about Native build Qt5.7 on raspberry pi3:

                                      @JiujiuTong said in Problems about Native build Qt5.7 on raspberry pi3:

                                      @jsulm
                                      yes, many make output: nothing to be done for "first"
                                      no error infors
                                      the interesting thing is:
                                      the configure output summary :
                                      building on : linux-g++ (arm ,cpu features: none detected)
                                      building for :devices/linux-rpi3-g++ (arm, cpu features: neon)
                                      so i thing -device linux-rpi3-g++ option is correct,
                                      the steps on http://wiki.qt.io/Native_Build_of_Qt_5.4.1_on_a_Raspberry_Pi
                                      may have missing some critical steps or my ENV is not right

                                      seems everything is fine , finish install with linux-rasp-pi2-g++
                                      i will double confirm it @jsulm

                                      I finish the installation with -skip webengine option,
                                      then later, i want to install qt-creator 4.2, i need to run qmake -r , it promps that unknown module, in the README, it seems require webengine module.should i reinstall without -skip webengine ? or the best way should be cross compiler... @jsulm

                                      1 Reply Last reply
                                      0
                                      • jsulmJ jsulm

                                        @JiujiuTong configure takes 7 hours? And make only 2 minutes?! You're doing something wrong. Are you sure make step was successful?

                                        J Offline
                                        J Offline
                                        JiujiuTong
                                        wrote on last edited by
                                        #52

                                        @jsulm
                                        i finished the installation, how to know it is built successfully,
                                        i have install qt-creator(qt5.3.2), i remove it and link the /usr/bin/qmake to the /usr/local/qt5/bin/qmake,
                                        current qmake -v show the correct version info.
                                        how to know the qt5.7 is correct installed on rp3? thank you !

                                        jsulmJ 1 Reply Last reply
                                        0
                                        • J JiujiuTong

                                          @jsulm
                                          i finished the installation, how to know it is built successfully,
                                          i have install qt-creator(qt5.3.2), i remove it and link the /usr/bin/qmake to the /usr/local/qt5/bin/qmake,
                                          current qmake -v show the correct version info.
                                          how to know the qt5.7 is correct installed on rp3? thank you !

                                          jsulmJ Offline
                                          jsulmJ Offline
                                          jsulm
                                          Lifetime Qt Champion
                                          wrote on last edited by
                                          #53

                                          @JiujiuTong Where did you install it, /usr/local/qt5? You should have qmake and Qt libs there. Try to use your Qt to build a project.
                                          You should not link /usr/bin/qmake to /usr/local/qt5/bin/qmake! In QtCreator you can add your Qt version selecting its qmake.

                                          https://forum.qt.io/topic/113070/qt-code-of-conduct

                                          J 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