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. I built Qt Everywhere for beaglebone black (OS Debian) but fail, somebody used to built it success can help me?
Forum Updated to NodeBB v4.3 + New Features

I built Qt Everywhere for beaglebone black (OS Debian) but fail, somebody used to built it success can help me?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
43 Posts 3 Posters 25.9k 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.
  • jsulmJ jsulm

    @Dang-Vu Can you please post the output of

    arm-linux-gnueabihf-g++ --version
    

    ?
    How did you call configure?
    What is inside /media/ngocvu/rootfs ?

    D Offline
    D Offline
    Dang Vu
    wrote on last edited by
    #16

    @jsulm ouput g++ version:

    arm-linux-gnueabihf-g++ (Ubuntu/Linaro 4.8.4-2ubuntu1~14.04.1) 4.8.4
    Copyright (C) 2013 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
    

    .my configure

    ./configure -v -opensource -confirm-license -prefix /usr/local/qt-5.7 -no-largefile -no-accessibility -sysroot /media/ngocvu/rootfs -opengl es2 -eglfs -qt-zlib -no-gif -qt-libpng -qt-libjpeg -no-nis -skip qtpurchasing -skip qtcanvas3d -no-cups -xplatform linux-linaro-gnueabihf-g++ -device linux-beagleboard-g++ -device-option CROSS_COMPILE=arm-linux-gnueabihf-
    

    in inside the /media/ngocvu/rootfs is debian image, ecxactly is a "/" of OS debian run in SD card! without SD card it cannot run!) and i upload it folder to google drive! it's link https://docs.google.com/uc?id=0BxlMhouhD6_YSmFlaExyVHJUTlU&export=download

    jsulmJ 1 Reply Last reply
    0
    • D Dang Vu

      @jsulm ouput g++ version:

      arm-linux-gnueabihf-g++ (Ubuntu/Linaro 4.8.4-2ubuntu1~14.04.1) 4.8.4
      Copyright (C) 2013 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.  There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
      

      .my configure

      ./configure -v -opensource -confirm-license -prefix /usr/local/qt-5.7 -no-largefile -no-accessibility -sysroot /media/ngocvu/rootfs -opengl es2 -eglfs -qt-zlib -no-gif -qt-libpng -qt-libjpeg -no-nis -skip qtpurchasing -skip qtcanvas3d -no-cups -xplatform linux-linaro-gnueabihf-g++ -device linux-beagleboard-g++ -device-option CROSS_COMPILE=arm-linux-gnueabihf-
      

      in inside the /media/ngocvu/rootfs is debian image, ecxactly is a "/" of OS debian run in SD card! without SD card it cannot run!) and i upload it folder to google drive! it's link https://docs.google.com/uc?id=0BxlMhouhD6_YSmFlaExyVHJUTlU&export=download

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

      @Dang-Vu Can you execute

      find /media/ngocvu/rootfs -name utility
      

      and post the output?
      You probably did not install needed dev packages on your target, so header files like "utility" are missing.

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

      D 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Dang-Vu Can you execute

        find /media/ngocvu/rootfs -name utility
        

        and post the output?
        You probably did not install needed dev packages on your target, so header files like "utility" are missing.

        D Offline
        D Offline
        Dang Vu
        wrote on last edited by
        #18

        @jsulm my output find /media/ngocvu/rootfs -name utility, Sir!

        ./opt/source/Userspace-Arduino/utility
        ./usr/include/c++/4.9/tr1/utility
        ./usr/include/c++/4.9/utility
        
        
        jsulmJ 1 Reply Last reply
        0
        • D Dang Vu

          @jsulm my output find /media/ngocvu/rootfs -name utility, Sir!

          ./opt/source/Userspace-Arduino/utility
          ./usr/include/c++/4.9/tr1/utility
          ./usr/include/c++/4.9/utility
          
          
          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #19

          @Dang-Vu That line is wrong:

          --sysroot=/usr/bin
          

          it tells the compiler to look in /usr/bin/include for header files which is wrong.
          I don't know why this parameter is passed to the compiler. Maybe it comes from your previous attempts to cross-compile?
          Do you call configure script from the directory where Qt source code is located?
          If so then please extract Qt sources again and call configure from another directory to do a clean "out of source build".

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

          D 2 Replies Last reply
          0
          • jsulmJ jsulm

            @Dang-Vu That line is wrong:

            --sysroot=/usr/bin
            

            it tells the compiler to look in /usr/bin/include for header files which is wrong.
            I don't know why this parameter is passed to the compiler. Maybe it comes from your previous attempts to cross-compile?
            Do you call configure script from the directory where Qt source code is located?
            If so then please extract Qt sources again and call configure from another directory to do a clean "out of source build".

            D Offline
            D Offline
            Dang Vu
            wrote on last edited by
            #20
            This post is deleted!
            1 Reply Last reply
            0
            • jsulmJ jsulm

              @Dang-Vu That line is wrong:

              --sysroot=/usr/bin
              

              it tells the compiler to look in /usr/bin/include for header files which is wrong.
              I don't know why this parameter is passed to the compiler. Maybe it comes from your previous attempts to cross-compile?
              Do you call configure script from the directory where Qt source code is located?
              If so then please extract Qt sources again and call configure from another directory to do a clean "out of source build".

              D Offline
              D Offline
              Dang Vu
              wrote on last edited by Dang Vu
              #21

              @jsulm i passed a -sysroot a successed! i was basic a tutorial in the link https://wiki.qt.io/BeagleBone_Black_Beginners_Guide
              but i have a trouble with eglfs, when i run the program in beaglebone black, i have a anoucement : "can not start because can't find or lost plugin eglfs(or some think else)". My configure below:

               ./configure -device linux-beagleboard-g++ -device-option CROSS_COMPILE=~/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /mnt/bbb-rootfs -opensource -confirm-license -optimized-qmake -reduce-exports -release -make libs -prefix /usr/local/qt5bbb -hostprefix /usr/local/qt5bbb -no-xcb -qt-zlib -no-opengl -qt-libpng -nomake examples -nomake tests -no-xkb
              

              i deficient -opengl es2 while configure!?

              P/s: in /mnt/bbb-rootfs   i have /mnt/bbb-rootfs/usr/lib/arm-linux-gnueabihf/libGLESv2.so.
              

              it's mean i was installed everything about opengl, mesa, v..v. Also in

              /home/ngocvu/qt5/qtbase/mkspecs/devices/linux-beagleboard-g++/qmake.conf 
              

              i update 2 lines

              QMAKE_INCDIR_EGL        = /mnt/bbb-rootfs/usr/include/
              QMAKE_LIBDIR_EGL        = /mnt/bbb-rootfs/usr/lib/arm-linux-gnueabihf/
              

              but it's not work,.... old error:

              ERROR: The OpenGL functionality tests failed!
              You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],
              QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.
              
              jsulmJ 1 Reply Last reply
              0
              • D Dang Vu

                @jsulm i passed a -sysroot a successed! i was basic a tutorial in the link https://wiki.qt.io/BeagleBone_Black_Beginners_Guide
                but i have a trouble with eglfs, when i run the program in beaglebone black, i have a anoucement : "can not start because can't find or lost plugin eglfs(or some think else)". My configure below:

                 ./configure -device linux-beagleboard-g++ -device-option CROSS_COMPILE=~/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /mnt/bbb-rootfs -opensource -confirm-license -optimized-qmake -reduce-exports -release -make libs -prefix /usr/local/qt5bbb -hostprefix /usr/local/qt5bbb -no-xcb -qt-zlib -no-opengl -qt-libpng -nomake examples -nomake tests -no-xkb
                

                i deficient -opengl es2 while configure!?

                P/s: in /mnt/bbb-rootfs   i have /mnt/bbb-rootfs/usr/lib/arm-linux-gnueabihf/libGLESv2.so.
                

                it's mean i was installed everything about opengl, mesa, v..v. Also in

                /home/ngocvu/qt5/qtbase/mkspecs/devices/linux-beagleboard-g++/qmake.conf 
                

                i update 2 lines

                QMAKE_INCDIR_EGL        = /mnt/bbb-rootfs/usr/include/
                QMAKE_LIBDIR_EGL        = /mnt/bbb-rootfs/usr/lib/arm-linux-gnueabihf/
                

                but it's not work,.... old error:

                ERROR: The OpenGL functionality tests failed!
                You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],
                QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.
                
                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #22

                @Dang-Vu Probably the OpenGL header files are not available in your sysroot.
                Please post what was printed before this line:

                ERROR: The OpenGL functionality tests failed!
                

                It should tell you what exactly is missing.

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

                D 1 Reply Last reply
                0
                • jsulmJ jsulm

                  @Dang-Vu Probably the OpenGL header files are not available in your sysroot.
                  Please post what was printed before this line:

                  ERROR: The OpenGL functionality tests failed!
                  

                  It should tell you what exactly is missing.

                  D Offline
                  D Offline
                  Dang Vu
                  wrote on last edited by Dang Vu
                  #23

                  @jsulm it all anoucement, Sir!

                  Building on:  x86_64
                  Building for: arm
                  Configuration: cross_compile compile_examples enable_new_dtags largefile neon precompile_header shared rpath release c++11 c++14 concurrent dbus mremap no-qml-debug reduce_exports release_tools stl
                  Build options:
                    Mode ................................... release; optimized tools
                    Building shared libraries .............. yes
                    Using C++ standard ..................... C++14
                    Using gold linker ...................... no
                    Using new DTAGS ........................ yes
                    Using precompiled headers .............. yes
                    Using LTCG ............................. no
                    Target compiler supports:
                      NEON ................................. yes
                    Build parts ............................ libs
                  Qt modules and options:
                    Qt Concurrent .......................... yes
                    Qt D-Bus ............................... yes
                    Qt D-Bus directly linked to libdbus .... yes
                    Qt Gui ................................. yes
                    Qt Widgets ............................. yes
                  Support enabled for:
                    Accessibility .......................... no
                    Using pkg-config ....................... yes
                    QML debugging .......................... no
                    udev ................................... no
                    Using system zlib ...................... no
                  Qt Core:
                    DoubleConversion ....................... yes
                      Using system DoubleConversion ........ no
                    GLib ................................... no
                    iconv .................................. yes
                    ICU .................................... no
                    Logging backends:
                      journald ............................. no
                      syslog ............................... no
                    Using system PCRE ...................... no
                  Qt Network:
                    getaddrinfo() .......................... yes
                    getifaddrs() ........................... yes
                    IPv6 ifname ............................ yes
                    libproxy ............................... no
                    OpenSSL ................................ yes
                      Qt directly linked to OpenSSL ........ no
                    SCTP ................................... no
                    Use system proxies ..................... yes
                  Qt Sql:
                    DB2 (IBM) .............................. no
                    InterBase .............................. no
                    MySql .................................. no
                    OCI (Oracle) ........................... no
                    ODBC ................................... no
                    PostgreSQL ............................. no
                    SQLite2 ................................ no
                    SQLite ................................. yes
                      Using system provided SQLite ......... no
                    TDS (Sybase) ........................... no
                  Qt Gui:
                    FreeType ............................... yes
                      Using system FreeType ................ no
                    HarfBuzz ............................... yes
                      Using system HarfBuzz ................ no
                    Fontconfig ............................. no
                    Image formats:
                      GIF .................................. yes
                      ICO .................................. yes
                      JPEG ................................. yes
                        Using system libjpeg ............... no
                      PNG .................................. yes
                        Using system libpng ................ no
                    OpenGL:
                      EGL .................................. no
                      Desktop OpenGL ....................... no
                      OpenGL ES 2.0 ........................ no
                      OpenGL ES 3.0 ........................ no
                      OpenGL ES 3.1 ........................ no
                    Session Management ..................... yes
                  Features used by QPA backends:
                    evdev .................................. yes
                    libinput ............................... no
                    mtdev .................................. no
                    tslib .................................. no
                    xkbcommon-evdev ........................ no
                  QPA backends:
                    DirectFB ............................... no
                    EGLFS .................................. no
                    LinuxFB ................................ yes
                    Mir client ............................. no
                  Qt Widgets:
                    GTK+ ................................... no
                    Styles ................................. Fusion Windows
                  Qt PrintSupport:
                    CUPS ................................... no
                  Qt SerialBus:
                    Socket CAN ............................. yes
                    Socket CAN FD .......................... yes
                  QtXmlPatterns:
                    XML schema support ..................... yes
                  Qt QML:
                    QML interpreter ........................ yes
                    QML network support .................... yes
                  Qt Quick:
                    Direct3D 12 ............................ no
                    AnimatedImage item ..................... yes
                    Canvas item ............................ yes
                    Support for Quick Designer ............. yes
                    Flipable item .......................... yes
                    GridView item .......................... yes
                    ListView item .......................... yes
                    Path support ........................... yes
                    PathView item .......................... yes
                    Positioner items ....................... yes
                    ShaderEffect item ...................... yes
                    Sprite item ............................ yes
                  Qt Gamepad:
                    SDL2 ................................... no
                  Qt 3D:
                    System Assimp .......................... no
                  Qt Wayland Client ........................ no
                  Qt Wayland Compositor .................... no
                  Qt Bluetooth:
                    BlueZ .................................. no
                    BlueZ Low Energy ....................... no
                    Linux Crypto API ....................... no
                  Qt Sensors:
                    sensorfw ............................... no
                  Qt Multimedia:
                    ALSA ................................... yes
                    GStreamer 1.0 .......................... no
                    GStreamer 0.10 ......................... no
                    Video for Linux ........................ yes
                    OpenAL ................................. no
                    PulseAudio ............................. no
                    Resource Policy (libresourceqt5) ....... no
                    DirectShow ............................. no
                  Qt Location:
                    Gypsy GPS Daemon ....................... no
                    WinRT Geolocation API .................. no
                  Qt WebEngine:
                    Proprietary Codecs ..................... no
                    Spellchecker ........................... yes
                  
                  Note: -optimized-tools is not useful in -release mode.
                  
                  WARNING: Accessibility disabled. This configuration of Qt is unsupported.
                  
                  ERROR: Feature 'opengles2' was enabled, but the pre-condition 'config.win32 || (!config.watchos && !features.opengl-desktop && libs.opengl_es2)' failed.
                  ERROR: The OpenGL functionality tests failed!
                  You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],
                  QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.
                  
                  
                  
                  jsulmJ 1 Reply Last reply
                  0
                  • D Dang Vu

                    @jsulm it all anoucement, Sir!

                    Building on:  x86_64
                    Building for: arm
                    Configuration: cross_compile compile_examples enable_new_dtags largefile neon precompile_header shared rpath release c++11 c++14 concurrent dbus mremap no-qml-debug reduce_exports release_tools stl
                    Build options:
                      Mode ................................... release; optimized tools
                      Building shared libraries .............. yes
                      Using C++ standard ..................... C++14
                      Using gold linker ...................... no
                      Using new DTAGS ........................ yes
                      Using precompiled headers .............. yes
                      Using LTCG ............................. no
                      Target compiler supports:
                        NEON ................................. yes
                      Build parts ............................ libs
                    Qt modules and options:
                      Qt Concurrent .......................... yes
                      Qt D-Bus ............................... yes
                      Qt D-Bus directly linked to libdbus .... yes
                      Qt Gui ................................. yes
                      Qt Widgets ............................. yes
                    Support enabled for:
                      Accessibility .......................... no
                      Using pkg-config ....................... yes
                      QML debugging .......................... no
                      udev ................................... no
                      Using system zlib ...................... no
                    Qt Core:
                      DoubleConversion ....................... yes
                        Using system DoubleConversion ........ no
                      GLib ................................... no
                      iconv .................................. yes
                      ICU .................................... no
                      Logging backends:
                        journald ............................. no
                        syslog ............................... no
                      Using system PCRE ...................... no
                    Qt Network:
                      getaddrinfo() .......................... yes
                      getifaddrs() ........................... yes
                      IPv6 ifname ............................ yes
                      libproxy ............................... no
                      OpenSSL ................................ yes
                        Qt directly linked to OpenSSL ........ no
                      SCTP ................................... no
                      Use system proxies ..................... yes
                    Qt Sql:
                      DB2 (IBM) .............................. no
                      InterBase .............................. no
                      MySql .................................. no
                      OCI (Oracle) ........................... no
                      ODBC ................................... no
                      PostgreSQL ............................. no
                      SQLite2 ................................ no
                      SQLite ................................. yes
                        Using system provided SQLite ......... no
                      TDS (Sybase) ........................... no
                    Qt Gui:
                      FreeType ............................... yes
                        Using system FreeType ................ no
                      HarfBuzz ............................... yes
                        Using system HarfBuzz ................ no
                      Fontconfig ............................. no
                      Image formats:
                        GIF .................................. yes
                        ICO .................................. yes
                        JPEG ................................. yes
                          Using system libjpeg ............... no
                        PNG .................................. yes
                          Using system libpng ................ no
                      OpenGL:
                        EGL .................................. no
                        Desktop OpenGL ....................... no
                        OpenGL ES 2.0 ........................ no
                        OpenGL ES 3.0 ........................ no
                        OpenGL ES 3.1 ........................ no
                      Session Management ..................... yes
                    Features used by QPA backends:
                      evdev .................................. yes
                      libinput ............................... no
                      mtdev .................................. no
                      tslib .................................. no
                      xkbcommon-evdev ........................ no
                    QPA backends:
                      DirectFB ............................... no
                      EGLFS .................................. no
                      LinuxFB ................................ yes
                      Mir client ............................. no
                    Qt Widgets:
                      GTK+ ................................... no
                      Styles ................................. Fusion Windows
                    Qt PrintSupport:
                      CUPS ................................... no
                    Qt SerialBus:
                      Socket CAN ............................. yes
                      Socket CAN FD .......................... yes
                    QtXmlPatterns:
                      XML schema support ..................... yes
                    Qt QML:
                      QML interpreter ........................ yes
                      QML network support .................... yes
                    Qt Quick:
                      Direct3D 12 ............................ no
                      AnimatedImage item ..................... yes
                      Canvas item ............................ yes
                      Support for Quick Designer ............. yes
                      Flipable item .......................... yes
                      GridView item .......................... yes
                      ListView item .......................... yes
                      Path support ........................... yes
                      PathView item .......................... yes
                      Positioner items ....................... yes
                      ShaderEffect item ...................... yes
                      Sprite item ............................ yes
                    Qt Gamepad:
                      SDL2 ................................... no
                    Qt 3D:
                      System Assimp .......................... no
                    Qt Wayland Client ........................ no
                    Qt Wayland Compositor .................... no
                    Qt Bluetooth:
                      BlueZ .................................. no
                      BlueZ Low Energy ....................... no
                      Linux Crypto API ....................... no
                    Qt Sensors:
                      sensorfw ............................... no
                    Qt Multimedia:
                      ALSA ................................... yes
                      GStreamer 1.0 .......................... no
                      GStreamer 0.10 ......................... no
                      Video for Linux ........................ yes
                      OpenAL ................................. no
                      PulseAudio ............................. no
                      Resource Policy (libresourceqt5) ....... no
                      DirectShow ............................. no
                    Qt Location:
                      Gypsy GPS Daemon ....................... no
                      WinRT Geolocation API .................. no
                    Qt WebEngine:
                      Proprietary Codecs ..................... no
                      Spellchecker ........................... yes
                    
                    Note: -optimized-tools is not useful in -release mode.
                    
                    WARNING: Accessibility disabled. This configuration of Qt is unsupported.
                    
                    ERROR: Feature 'opengles2' was enabled, but the pre-condition 'config.win32 || (!config.watchos && !features.opengl-desktop && libs.opengl_es2)' failed.
                    ERROR: The OpenGL functionality tests failed!
                    You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],
                    QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.
                    
                    
                    
                    jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #24

                    @Dang-Vu Can you add -v parameter to your configure call and post the output here?

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

                    D 1 Reply Last reply
                    0
                    • jsulmJ jsulm

                      @Dang-Vu Can you add -v parameter to your configure call and post the output here?

                      D Offline
                      D Offline
                      Dang Vu
                      wrote on last edited by
                      #25

                      @jsulm all in here, Sir!

                      Note: -optimized-tools is not useful in -release mode.
                      
                      WARNING: Accessibility disabled. This configuration of Qt is unsupported.
                      
                      ERROR: Feature 'opengles2' was enabled, but the pre-condition 'config.win32 || (!config.watchos && !features.opengl-desktop && libs.opengl_es2)' failed.
                      
                      ERROR: Feature 'egl' was enabled, but the pre-condition 'features.opengl && (features.angle || libs.egl)' failed.
                      
                      ERROR: Feature 'eglfs' was enabled, but the pre-condition 'features.egl' failed.
                      
                      ERROR: The OpenGL functionality tests failed!
                      You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],
                      QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.
                      
                      
                      jsulmJ 1 Reply Last reply
                      0
                      • D Dang Vu

                        @jsulm all in here, Sir!

                        Note: -optimized-tools is not useful in -release mode.
                        
                        WARNING: Accessibility disabled. This configuration of Qt is unsupported.
                        
                        ERROR: Feature 'opengles2' was enabled, but the pre-condition 'config.win32 || (!config.watchos && !features.opengl-desktop && libs.opengl_es2)' failed.
                        
                        ERROR: Feature 'egl' was enabled, but the pre-condition 'features.opengl && (features.angle || libs.egl)' failed.
                        
                        ERROR: Feature 'eglfs' was enabled, but the pre-condition 'features.egl' failed.
                        
                        ERROR: The OpenGL functionality tests failed!
                        You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],
                        QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.
                        
                        
                        jsulmJ Offline
                        jsulmJ Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on last edited by
                        #26

                        @Dang-Vu I actually wanted to see the output generated during all the tests which are executed by configure. What you pasted is after that tests.

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

                        D 1 Reply Last reply
                        0
                        • jsulmJ jsulm

                          @Dang-Vu I actually wanted to see the output generated during all the tests which are executed by configure. What you pasted is after that tests.

                          D Offline
                          D Offline
                          Dang Vu
                          wrote on last edited by
                          #27

                          @jsulm i configure below:

                          sudo ./configure -device linux-beagleboard-g++ -device-option CROSS_COMPILE=~/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- 
                          -sysroot /mnt/bbb-rootfs -opensource -confirm-license -optimized-qmake -reduce-exports -release -make libs -prefix /usr/local/qt5bbb -hostprefix /usr/local/qt5bbb -no-xcb -qt-zlib -no-opengl -qt-libpng -nomake examples -nomake tests -no-xkb -no-kms -eglfs -no-xcb -no-accessibility -opengl es2 -no-gui -no-widgets -no-egl -openssl -no-qml-debug -v
                          

                          all out put:

                          Configure summary:
                          
                          Building on:  x86_64
                          Building for: arm
                          Configuration: cross_compile compile_examples enable_new_dtags largefile neon precompile_header shared rpath release c++11 c++14 concurrent dbus no-gui mremap no-qml-debug reduce_exports release_tools stl no-widgets
                          Build options:
                            Mode ................................... release; optimized tools
                            Building shared libraries .............. yes
                            Using C++ standard ..................... C++14
                            Using gold linker ...................... no
                            Using new DTAGS ........................ yes
                            Using precompiled headers .............. yes
                            Using LTCG ............................. no
                            Target compiler supports:
                              NEON ................................. yes
                            Build parts ............................ libs
                          Qt modules and options:
                            Qt Concurrent .......................... yes
                            Qt D-Bus ............................... yes
                            Qt D-Bus directly linked to libdbus .... yes
                            Qt Gui ................................. no
                            Qt Widgets ............................. no
                          Support enabled for:
                            Accessibility .......................... no
                            Using pkg-config ....................... yes
                            QML debugging .......................... no
                            udev ................................... no
                            Using system zlib ...................... no
                          Qt Core:
                            DoubleConversion ....................... yes
                              Using system DoubleConversion ........ no
                            GLib ................................... no
                            iconv .................................. yes
                            ICU .................................... no
                            Logging backends:
                              journald ............................. no
                              syslog ............................... no
                            Using system PCRE ...................... no
                          Qt Network:
                            getaddrinfo() .......................... yes
                            getifaddrs() ........................... yes
                            IPv6 ifname ............................ yes
                            libproxy ............................... no
                            OpenSSL ................................ yes
                              Qt directly linked to OpenSSL ........ no
                            SCTP ................................... no
                            Use system proxies ..................... yes
                          Qt Sql:
                            DB2 (IBM) .............................. no
                            InterBase .............................. no
                            MySql .................................. no
                            OCI (Oracle) ........................... no
                            ODBC ................................... no
                            PostgreSQL ............................. no
                            SQLite2 ................................ no
                            SQLite ................................. yes
                              Using system provided SQLite ......... no
                            TDS (Sybase) ........................... no
                          Qt Gui:
                            FreeType ............................... yes
                              Using system FreeType ................ no
                            HarfBuzz ............................... yes
                              Using system HarfBuzz ................ no
                            Fontconfig ............................. no
                            Image formats:
                              GIF .................................. yes
                              ICO .................................. yes
                              JPEG ................................. yes
                                Using system libjpeg ............... no
                              PNG .................................. yes
                                Using system libpng ................ no
                            OpenGL:
                              EGL .................................. no
                              Desktop OpenGL ....................... no
                              OpenGL ES 2.0 ........................ no
                              OpenGL ES 3.0 ........................ no
                              OpenGL ES 3.1 ........................ no
                            Session Management ..................... yes
                          Features used by QPA backends:
                            evdev .................................. yes
                            libinput ............................... no
                            mtdev .................................. no
                            tslib .................................. no
                            xkbcommon-evdev ........................ no
                          QPA backends:
                            DirectFB ............................... no
                            EGLFS .................................. no
                            LinuxFB ................................ yes
                            Mir client ............................. no
                          Qt Widgets:
                            GTK+ ................................... no
                            Styles ................................. Fusion Windows
                          Qt PrintSupport:
                            CUPS ................................... no
                          
                          Note: -optimized-tools is not useful in -release mode.
                          
                          WARNING: Accessibility disabled. This configuration of Qt is unsupported.
                          
                          ERROR: Feature 'opengles2' was enabled, but the pre-condition 'config.win32 || (!config.watchos && !features.opengl-desktop && libs.opengl_es2)' failed.
                          
                          ERROR: Feature 'eglfs' was enabled, but the pre-condition 'features.egl' failed.
                          
                          D 1 Reply Last reply
                          0
                          • D Dang Vu

                            @jsulm i configure below:

                            sudo ./configure -device linux-beagleboard-g++ -device-option CROSS_COMPILE=~/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- 
                            -sysroot /mnt/bbb-rootfs -opensource -confirm-license -optimized-qmake -reduce-exports -release -make libs -prefix /usr/local/qt5bbb -hostprefix /usr/local/qt5bbb -no-xcb -qt-zlib -no-opengl -qt-libpng -nomake examples -nomake tests -no-xkb -no-kms -eglfs -no-xcb -no-accessibility -opengl es2 -no-gui -no-widgets -no-egl -openssl -no-qml-debug -v
                            

                            all out put:

                            Configure summary:
                            
                            Building on:  x86_64
                            Building for: arm
                            Configuration: cross_compile compile_examples enable_new_dtags largefile neon precompile_header shared rpath release c++11 c++14 concurrent dbus no-gui mremap no-qml-debug reduce_exports release_tools stl no-widgets
                            Build options:
                              Mode ................................... release; optimized tools
                              Building shared libraries .............. yes
                              Using C++ standard ..................... C++14
                              Using gold linker ...................... no
                              Using new DTAGS ........................ yes
                              Using precompiled headers .............. yes
                              Using LTCG ............................. no
                              Target compiler supports:
                                NEON ................................. yes
                              Build parts ............................ libs
                            Qt modules and options:
                              Qt Concurrent .......................... yes
                              Qt D-Bus ............................... yes
                              Qt D-Bus directly linked to libdbus .... yes
                              Qt Gui ................................. no
                              Qt Widgets ............................. no
                            Support enabled for:
                              Accessibility .......................... no
                              Using pkg-config ....................... yes
                              QML debugging .......................... no
                              udev ................................... no
                              Using system zlib ...................... no
                            Qt Core:
                              DoubleConversion ....................... yes
                                Using system DoubleConversion ........ no
                              GLib ................................... no
                              iconv .................................. yes
                              ICU .................................... no
                              Logging backends:
                                journald ............................. no
                                syslog ............................... no
                              Using system PCRE ...................... no
                            Qt Network:
                              getaddrinfo() .......................... yes
                              getifaddrs() ........................... yes
                              IPv6 ifname ............................ yes
                              libproxy ............................... no
                              OpenSSL ................................ yes
                                Qt directly linked to OpenSSL ........ no
                              SCTP ................................... no
                              Use system proxies ..................... yes
                            Qt Sql:
                              DB2 (IBM) .............................. no
                              InterBase .............................. no
                              MySql .................................. no
                              OCI (Oracle) ........................... no
                              ODBC ................................... no
                              PostgreSQL ............................. no
                              SQLite2 ................................ no
                              SQLite ................................. yes
                                Using system provided SQLite ......... no
                              TDS (Sybase) ........................... no
                            Qt Gui:
                              FreeType ............................... yes
                                Using system FreeType ................ no
                              HarfBuzz ............................... yes
                                Using system HarfBuzz ................ no
                              Fontconfig ............................. no
                              Image formats:
                                GIF .................................. yes
                                ICO .................................. yes
                                JPEG ................................. yes
                                  Using system libjpeg ............... no
                                PNG .................................. yes
                                  Using system libpng ................ no
                              OpenGL:
                                EGL .................................. no
                                Desktop OpenGL ....................... no
                                OpenGL ES 2.0 ........................ no
                                OpenGL ES 3.0 ........................ no
                                OpenGL ES 3.1 ........................ no
                              Session Management ..................... yes
                            Features used by QPA backends:
                              evdev .................................. yes
                              libinput ............................... no
                              mtdev .................................. no
                              tslib .................................. no
                              xkbcommon-evdev ........................ no
                            QPA backends:
                              DirectFB ............................... no
                              EGLFS .................................. no
                              LinuxFB ................................ yes
                              Mir client ............................. no
                            Qt Widgets:
                              GTK+ ................................... no
                              Styles ................................. Fusion Windows
                            Qt PrintSupport:
                              CUPS ................................... no
                            
                            Note: -optimized-tools is not useful in -release mode.
                            
                            WARNING: Accessibility disabled. This configuration of Qt is unsupported.
                            
                            ERROR: Feature 'opengles2' was enabled, but the pre-condition 'config.win32 || (!config.watchos && !features.opengl-desktop && libs.opengl_es2)' failed.
                            
                            ERROR: Feature 'eglfs' was enabled, but the pre-condition 'features.egl' failed.
                            
                            D Offline
                            D Offline
                            Dang Vu
                            wrote on last edited by
                            #28

                            @Dang-Vu out put during all a test? your mean is everything while configure run? i'll make a word file for you!

                            jsulmJ 1 Reply Last reply
                            0
                            • D Dang Vu

                              @Dang-Vu out put during all a test? your mean is everything while configure run? i'll make a word file for you!

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

                              @Dang-Vu Word file? Why not just a text file?

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

                              D 1 Reply Last reply
                              0
                              • jsulmJ jsulm

                                @Dang-Vu Word file? Why not just a text file?

                                D Offline
                                D Offline
                                Dang Vu
                                wrote on last edited by
                                #30

                                @jsulm said in I built Qt Everywhere for beaglebone black (OS Debian) but fail, somebody used to built it success can help me?:

                                Word file? Why not just a text file?

                                i can't understand the "output file" which your mention! and, i recent bought a Rasperry pi3... may be i change a Beaglebone to Raperrry, you have a expericent a Rapperry?

                                jsulmJ 1 Reply Last reply
                                0
                                • D Dang Vu

                                  @jsulm said in I built Qt Everywhere for beaglebone black (OS Debian) but fail, somebody used to built it success can help me?:

                                  Word file? Why not just a text file?

                                  i can't understand the "output file" which your mention! and, i recent bought a Rasperry pi3... may be i change a Beaglebone to Raperrry, you have a expericent a Rapperry?

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

                                  @Dang-Vu What "output file"? You just execute configure with -v parameter, copy all its output, open a text editor, paste the stuff there and safe it as file (or paste it here). That's all.
                                  With RaspberryPi it will be similar. See here https://wiki.qt.io/RaspberryPi_Beginners_Guide

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

                                  D 1 Reply Last reply
                                  0
                                  • jsulmJ jsulm

                                    @Dang-Vu What "output file"? You just execute configure with -v parameter, copy all its output, open a text editor, paste the stuff there and safe it as file (or paste it here). That's all.
                                    With RaspberryPi it will be similar. See here https://wiki.qt.io/RaspberryPi_Beginners_Guide

                                    D Offline
                                    D Offline
                                    Dang Vu
                                    wrote on last edited by
                                    #32

                                    @jsulm it file you need, sir!

                                    https://drive.google.com/file/d/0BxlMhouhD6_YYlN4N3R6b2Faazg/view
                                    

                                    please downloads it!
                                    my confifgure

                                    sudo ./configure -device linux-beagleboard-g++ -device-option CROSS_COMPILE=~/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /mnt/bbb-rootfs -opensource -confirm-license -optimized-qmake -reduce-exports -release -make libs -prefix /usr/local/qt5bbb -hostprefix /usr/local/qt5bbb -no-xcb -qt-zlib -no-opengl -qt-libpng -nomake examples -nomake tests -no-xkb -no-kms -eglfs -no-xcb -no-accessibility -no-opengl -gui -no-widgets -openssl -no-qml-debug -v
                                    
                                    
                                    jsulmJ 1 Reply Last reply
                                    0
                                    • D Dang Vu

                                      @jsulm it file you need, sir!

                                      https://drive.google.com/file/d/0BxlMhouhD6_YYlN4N3R6b2Faazg/view
                                      

                                      please downloads it!
                                      my confifgure

                                      sudo ./configure -device linux-beagleboard-g++ -device-option CROSS_COMPILE=~/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /mnt/bbb-rootfs -opensource -confirm-license -optimized-qmake -reduce-exports -release -make libs -prefix /usr/local/qt5bbb -hostprefix /usr/local/qt5bbb -no-xcb -qt-zlib -no-opengl -qt-libpng -nomake examples -nomake tests -no-xkb -no-kms -eglfs -no-xcb -no-accessibility -no-opengl -gui -no-widgets -openssl -no-qml-debug -v
                                      
                                      
                                      jsulmJ Offline
                                      jsulmJ Offline
                                      jsulm
                                      Lifetime Qt Champion
                                      wrote on last edited by
                                      #33

                                      @Dang-Vu Why do you disable OpenGL: -no-opengl ?

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

                                      D 1 Reply Last reply
                                      0
                                      • jsulmJ jsulm

                                        @Dang-Vu Why do you disable OpenGL: -no-opengl ?

                                        D Offline
                                        D Offline
                                        Dang Vu
                                        wrote on last edited by
                                        #34

                                        @jsulm oh sorry! my mistake, but when i delete it the result is same! i will upload file sir!

                                        D 1 Reply Last reply
                                        0
                                        • D Dang Vu

                                          @jsulm oh sorry! my mistake, but when i delete it the result is same! i will upload file sir!

                                          D Offline
                                          D Offline
                                          Dang Vu
                                          wrote on last edited by
                                          #35

                                          @Dang-Vu
                                          my file i fix Sir!

                                          https://drive.google.com/file/d/0BxlMhouhD6_YN2ltT3hmcjE2NVE/view
                                          

                                          my configure sir

                                          sudo ./configure -device linux-beagleboard-g++ -device-option CROSS_COMPILE=~/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /mnt/bbb-rootfs -opensource -confirm-license -optimized-qmake -reduce-exports -release -make libs -prefix /usr/local/qt5bbb -hostprefix /usr/local/qt5bbb -no-xcb -qt-zlib -no-opengl -qt-libpng -nomake examples -nomake tests -no-xkb -no-kms -eglfs -no-xcb -no-accessibility -egl -openssl -no-qml-debug -v
                                          
                                          jsulmJ 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