Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Updating to Qt5.13 breaks EGLFS

Updating to Qt5.13 breaks EGLFS

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
7 Posts 3 Posters 2.4k 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.
  • M Offline
    M Offline
    Mark81
    wrote on last edited by Mark81
    #1

    Some time ago I set up a Linux host to cross-compile Qt5 for RPi3. I used this configure command:

    ./configure -release -opengl es2 -device linux-rasp-pi3-g++ -device-option CROSS_COMPILE=~/opt/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot ~/opt/sysroot -opensource -confirm-license -make libs -prefix /usr/local/qt5pi -extprefix ~/opt/qt5pi -hostprefix ~/opt/qt5 -v -nomake examples -nomake tests -reduce-exports -no-pch -no-use-gold-linker
    

    and I successfully cross-compiled Qt5.9 with EGLFS support. Now I want update to Qt5.13.
    Today, I checked out the git repository and typed the same configure command. Here the configure output:

    Building on: linux-g++ (x86_64, CPU features: mmx sse sse2)
    Building for: devices/linux-rasp-pi3-g++ (arm, CPU features: neon)
    Target compiler: gcc 4.8.3
    Configuration: cross_compile compile_examples enable_new_dtags largefile neon shared rpath release c++11 concurrent dbus reduce_exports stl
    Build options:
      Mode ................................... release
      Optimize release build for size ........ no
      Building shared libraries .............. yes
      Using C standard ....................... C11
      Using C++ standard ..................... C++11
      Using ccache ........................... no
      Using new DTAGS ........................ yes
      Using precompiled headers .............. no
      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 Network ............................. yes
      Qt Sql ................................. yes
      Qt Testlib ............................. yes
      Qt Widgets ............................. yes
      Qt Xml ................................. yes
    Support enabled for:
      Using pkg-config ....................... yes
      udev ................................... yes
      Using system zlib ...................... yes
      Zstandard support ...................... no
    Qt Core:
      DoubleConversion ....................... yes
        Using system DoubleConversion ........ no
      GLib ................................... yes
      iconv .................................. yes
      ICU .................................... no
      Built-in copy of the MIME database ..... yes
      Tracing backend ........................ <none>
      Logging backends:
        journald ............................. no
        syslog ............................... no
        slog2 ................................ no
      Using system PCRE2 ..................... no
    Qt Network:
      getifaddrs() ........................... yes
      IPv6 ifname ............................ yes
      libproxy ............................... no
      Linux AF_NETLINK ....................... yes
      OpenSSL ................................ yes
        Qt directly linked to OpenSSL ........ no
      OpenSSL 1.1 ............................ no
      DTLS ................................... yes
      OCSP-stapling .......................... no
      SCTP ................................... no
      Use system proxies ..................... yes
    Qt Gui:
      Accessibility .......................... yes
      FreeType ............................... yes
        Using system FreeType ................ yes
      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 ................ yes
      EGL .................................... no
      OpenVG ................................. no
      OpenGL:
        Desktop OpenGL ....................... no
        OpenGL ES 2.0 ........................ no
        OpenGL ES 3.0 ........................ no
        OpenGL ES 3.1 ........................ no
        OpenGL ES 3.2 ........................ no
      Vulkan ................................. no
      Session Management ..................... yes
    Features used by QPA backends:
      evdev .................................. yes
      libinput ............................... yes
      INTEGRITY HID .......................... no
      mtdev .................................. no
      tslib .................................. yes
      xkbcommon .............................. no
      X11 specific:
        XLib ................................. yes
        XCB Xlib ............................. yes
        EGL on X11 ........................... no
    QPA backends:
      DirectFB ............................... no
      EGLFS .................................. no
      LinuxFB ................................ yes
      VNC .................................... yes
      Mir client ............................. no
    Qt Sql:
      SQL item models ........................ yes
    Qt Widgets:
      GTK+ ................................... no
      Styles ................................. Fusion Windows
    Qt PrintSupport:
      CUPS ................................... no
    Qt Sql Drivers:
      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 Testlib:
      Tester for item models ................. yes
    Qt SerialBus:
      Socket CAN ............................. yes
      Socket CAN FD .......................... yes
      SerialPort Support ..................... yes
    Further Image Formats:
      JasPer ................................. no
      MNG .................................... no
      TIFF ................................... yes
        Using system libtiff ................. no
      WEBP ................................... yes
        Using system libwebp ................. no
    Qt QML:
      QML network support .................... yes
      QML debugging and profiling support .... yes
      QML tracing JIT support ................ no
      QML sequence object .................... yes
      QML list model ......................... yes
      QML XML http request ................... yes
      QML Locale ............................. yes
      QML delegate model ..................... yes
    Qt Quick:
      Direct3D 12 ............................ no
      AnimatedImage item ..................... yes
      Canvas item ............................ yes
      Support for Qt Quick Designer .......... yes
      Flipable item .......................... yes
      GridView item .......................... yes
      ListView item .......................... yes
      TableView item ......................... yes
      Path support ........................... yes
      PathView item .......................... yes
      Positioner items ....................... yes
      Repeater item .......................... yes
      ShaderEffect item ...................... yes
      Sprite item ............................ yes
    Qt Scxml:
      ECMAScript data model for QtScxml ...... yes
    Qt Gamepad:
      SDL2 ................................... no
    Qt 3D:
      Assimp ................................. yes
      System Assimp .......................... no
      Output Qt3D Job traces ................. no
      Output Qt3D GL traces .................. no
      Use SSE2 instructions .................. no
      Use AVX2 instructions .................. no
      Aspects:
        Render aspect ........................ yes
        Input aspect ......................... yes
        Logic aspect ......................... yes
        Animation aspect ..................... yes
        Extras aspect ........................ yes
    Qt 3D Renderers:
      OpenGL Renderer ........................ yes
    Qt 3D GeometryLoaders:
      Autodesk FBX ........................... no
    Qt Wayland Client ........................ no
    Qt Wayland Compositor .................... no
    Qt Bluetooth:
      BlueZ .................................. no
      BlueZ Low Energy ....................... no
      Linux Crypto API ....................... no
      WinRT Bluetooth API (desktop & UWP) .... no
      WinRT advanced bluetooth low energy API (desktop & UWP) . no
    Qt Sensors:
      sensorfw ............................... no
    Qt Quick Controls 2:
      Styles ................................. Default Fusion Imagine Material Universal
    Qt Quick Templates 2:
      Hover support .......................... yes
      Multi-touch support .................... yes
    Qt Positioning:
      Gypsy GPS Daemon ....................... no
      WinRT Geolocation API .................. no
    Qt Location:
      Qt.labs.location experimental QML plugin . yes
      Geoservice plugins:
        OpenStreetMap ........................ yes
        HERE ................................. yes
        Esri ................................. yes
        Mapbox ............................... yes
        MapboxGL ............................. no
        Itemsoverlay ......................... yes
    QtXmlPatterns:
      XML schema support ..................... yes
    Qt Multimedia:
      ALSA ................................... yes
      GStreamer 1.0 .......................... no
      GStreamer 0.10 ......................... no
      Video for Linux ........................ yes
      OpenAL ................................. no
      PulseAudio ............................. no
      Resource Policy (libresourceqt5) ....... no
      Windows Audio Services ................. no
      DirectShow ............................. no
      Windows Media Foundation ............... no
    Qt Tools:
      QDoc ................................... no
    Qt WebEngineCore:
      Qt WebEngine Widgets ................... yes
      Qt WebEngine Qml ....................... yes
      Embedded build ......................... yes
      Pepper Plugins ......................... no
      Printing and PDF ....................... no
      Proprietary Codecs ..................... no
      Spellchecker ........................... yes
      Native Spellchecker .................... no
      WebRTC ................................. no
      Use System Ninja ....................... no
      Geolocation ............................ yes
      WebChannel support ..................... yes
      Use v8 snapshot ........................ yes
      Kerberos Authentication ................ no
      Extensions ............................. no
      Building v8 snapshot supported ......... yes
      Use ALSA ............................... yes
      Use PulseAudio ......................... no
      Optional system libraries used:
        re2 .................................. no
        icu .................................. no
        libwebp, libwebpmux and libwebpdemux . no
        opus ................................. no
        ffmpeg ............................... no
        libvpx ............................... no
        snappy ............................... no
        glib ................................. yes
        zlib ................................. yes
        minizip .............................. no
        libevent ............................. no
        jsoncpp .............................. no
        protobuf ............................. no
        libxml2 and libxslt .................. no
        lcms2 ................................ no
        png .................................. yes
        JPEG ................................. no
        harfbuzz ............................. no
        freetype ............................. yes
        x11 .................................. no
      Required system libraries:
        fontconfig ........................... no
        dbus ................................. yes
        nss .................................. no
        khr .................................. yes
        glibc ................................ yes
      Required system libraries for qpa-xcb:
        libdrm ............................... no
        xcomposite ........................... no
        xcursor .............................. no
        xi ................................... no
        xtst ................................. no
    Qt WebEngineQml:
      UI Delegates ........................... yes
      Test Support ........................... no
    
    Note: Also available for Linux: linux-clang linux-icc
    
    Note: No wayland-egl support detected. Cross-toolkit compatibility disabled.
    
    WARNING: QDoc will not be compiled, probably because libclang could not be located. This means that you cannot build the Qt documentation.
    
    Either ensure that llvm-config is in your PATH environment variable, or set LLVM_INSTALL_DIR to the location of your llvm installation.
    On Linux systems, you may be able to install libclang by installing the libclang-dev or libclang-devel package, depending on your distribution.
    On macOS, you can use Homebrew's llvm package.
    On Windows, you must set LLVM_INSTALL_DIR to the installation path.
    
    WARNING: Thumb instruction set is required to build ffmpeg for QtWebEngine.
    
    ERROR: Feature 'opengles2' was enabled, but the pre-condition '(config.win32 && !features.opengl-dynamic) || (!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.
    

    I don't understand why the OpenGL has failed this time. Perhaps I need to install some other libraries? When cross-compiling I always confused if I need to install library for my host on for the target... As side note, it's correct the specified device? I see other people use -device linux-rpi3-vc4-g++ (I want hw acceleration for omxplayer).

    sierdzioS 1 Reply Last reply
    0
    • M Mark81

      Some time ago I set up a Linux host to cross-compile Qt5 for RPi3. I used this configure command:

      ./configure -release -opengl es2 -device linux-rasp-pi3-g++ -device-option CROSS_COMPILE=~/opt/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot ~/opt/sysroot -opensource -confirm-license -make libs -prefix /usr/local/qt5pi -extprefix ~/opt/qt5pi -hostprefix ~/opt/qt5 -v -nomake examples -nomake tests -reduce-exports -no-pch -no-use-gold-linker
      

      and I successfully cross-compiled Qt5.9 with EGLFS support. Now I want update to Qt5.13.
      Today, I checked out the git repository and typed the same configure command. Here the configure output:

      Building on: linux-g++ (x86_64, CPU features: mmx sse sse2)
      Building for: devices/linux-rasp-pi3-g++ (arm, CPU features: neon)
      Target compiler: gcc 4.8.3
      Configuration: cross_compile compile_examples enable_new_dtags largefile neon shared rpath release c++11 concurrent dbus reduce_exports stl
      Build options:
        Mode ................................... release
        Optimize release build for size ........ no
        Building shared libraries .............. yes
        Using C standard ....................... C11
        Using C++ standard ..................... C++11
        Using ccache ........................... no
        Using new DTAGS ........................ yes
        Using precompiled headers .............. no
        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 Network ............................. yes
        Qt Sql ................................. yes
        Qt Testlib ............................. yes
        Qt Widgets ............................. yes
        Qt Xml ................................. yes
      Support enabled for:
        Using pkg-config ....................... yes
        udev ................................... yes
        Using system zlib ...................... yes
        Zstandard support ...................... no
      Qt Core:
        DoubleConversion ....................... yes
          Using system DoubleConversion ........ no
        GLib ................................... yes
        iconv .................................. yes
        ICU .................................... no
        Built-in copy of the MIME database ..... yes
        Tracing backend ........................ <none>
        Logging backends:
          journald ............................. no
          syslog ............................... no
          slog2 ................................ no
        Using system PCRE2 ..................... no
      Qt Network:
        getifaddrs() ........................... yes
        IPv6 ifname ............................ yes
        libproxy ............................... no
        Linux AF_NETLINK ....................... yes
        OpenSSL ................................ yes
          Qt directly linked to OpenSSL ........ no
        OpenSSL 1.1 ............................ no
        DTLS ................................... yes
        OCSP-stapling .......................... no
        SCTP ................................... no
        Use system proxies ..................... yes
      Qt Gui:
        Accessibility .......................... yes
        FreeType ............................... yes
          Using system FreeType ................ yes
        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 ................ yes
        EGL .................................... no
        OpenVG ................................. no
        OpenGL:
          Desktop OpenGL ....................... no
          OpenGL ES 2.0 ........................ no
          OpenGL ES 3.0 ........................ no
          OpenGL ES 3.1 ........................ no
          OpenGL ES 3.2 ........................ no
        Vulkan ................................. no
        Session Management ..................... yes
      Features used by QPA backends:
        evdev .................................. yes
        libinput ............................... yes
        INTEGRITY HID .......................... no
        mtdev .................................. no
        tslib .................................. yes
        xkbcommon .............................. no
        X11 specific:
          XLib ................................. yes
          XCB Xlib ............................. yes
          EGL on X11 ........................... no
      QPA backends:
        DirectFB ............................... no
        EGLFS .................................. no
        LinuxFB ................................ yes
        VNC .................................... yes
        Mir client ............................. no
      Qt Sql:
        SQL item models ........................ yes
      Qt Widgets:
        GTK+ ................................... no
        Styles ................................. Fusion Windows
      Qt PrintSupport:
        CUPS ................................... no
      Qt Sql Drivers:
        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 Testlib:
        Tester for item models ................. yes
      Qt SerialBus:
        Socket CAN ............................. yes
        Socket CAN FD .......................... yes
        SerialPort Support ..................... yes
      Further Image Formats:
        JasPer ................................. no
        MNG .................................... no
        TIFF ................................... yes
          Using system libtiff ................. no
        WEBP ................................... yes
          Using system libwebp ................. no
      Qt QML:
        QML network support .................... yes
        QML debugging and profiling support .... yes
        QML tracing JIT support ................ no
        QML sequence object .................... yes
        QML list model ......................... yes
        QML XML http request ................... yes
        QML Locale ............................. yes
        QML delegate model ..................... yes
      Qt Quick:
        Direct3D 12 ............................ no
        AnimatedImage item ..................... yes
        Canvas item ............................ yes
        Support for Qt Quick Designer .......... yes
        Flipable item .......................... yes
        GridView item .......................... yes
        ListView item .......................... yes
        TableView item ......................... yes
        Path support ........................... yes
        PathView item .......................... yes
        Positioner items ....................... yes
        Repeater item .......................... yes
        ShaderEffect item ...................... yes
        Sprite item ............................ yes
      Qt Scxml:
        ECMAScript data model for QtScxml ...... yes
      Qt Gamepad:
        SDL2 ................................... no
      Qt 3D:
        Assimp ................................. yes
        System Assimp .......................... no
        Output Qt3D Job traces ................. no
        Output Qt3D GL traces .................. no
        Use SSE2 instructions .................. no
        Use AVX2 instructions .................. no
        Aspects:
          Render aspect ........................ yes
          Input aspect ......................... yes
          Logic aspect ......................... yes
          Animation aspect ..................... yes
          Extras aspect ........................ yes
      Qt 3D Renderers:
        OpenGL Renderer ........................ yes
      Qt 3D GeometryLoaders:
        Autodesk FBX ........................... no
      Qt Wayland Client ........................ no
      Qt Wayland Compositor .................... no
      Qt Bluetooth:
        BlueZ .................................. no
        BlueZ Low Energy ....................... no
        Linux Crypto API ....................... no
        WinRT Bluetooth API (desktop & UWP) .... no
        WinRT advanced bluetooth low energy API (desktop & UWP) . no
      Qt Sensors:
        sensorfw ............................... no
      Qt Quick Controls 2:
        Styles ................................. Default Fusion Imagine Material Universal
      Qt Quick Templates 2:
        Hover support .......................... yes
        Multi-touch support .................... yes
      Qt Positioning:
        Gypsy GPS Daemon ....................... no
        WinRT Geolocation API .................. no
      Qt Location:
        Qt.labs.location experimental QML plugin . yes
        Geoservice plugins:
          OpenStreetMap ........................ yes
          HERE ................................. yes
          Esri ................................. yes
          Mapbox ............................... yes
          MapboxGL ............................. no
          Itemsoverlay ......................... yes
      QtXmlPatterns:
        XML schema support ..................... yes
      Qt Multimedia:
        ALSA ................................... yes
        GStreamer 1.0 .......................... no
        GStreamer 0.10 ......................... no
        Video for Linux ........................ yes
        OpenAL ................................. no
        PulseAudio ............................. no
        Resource Policy (libresourceqt5) ....... no
        Windows Audio Services ................. no
        DirectShow ............................. no
        Windows Media Foundation ............... no
      Qt Tools:
        QDoc ................................... no
      Qt WebEngineCore:
        Qt WebEngine Widgets ................... yes
        Qt WebEngine Qml ....................... yes
        Embedded build ......................... yes
        Pepper Plugins ......................... no
        Printing and PDF ....................... no
        Proprietary Codecs ..................... no
        Spellchecker ........................... yes
        Native Spellchecker .................... no
        WebRTC ................................. no
        Use System Ninja ....................... no
        Geolocation ............................ yes
        WebChannel support ..................... yes
        Use v8 snapshot ........................ yes
        Kerberos Authentication ................ no
        Extensions ............................. no
        Building v8 snapshot supported ......... yes
        Use ALSA ............................... yes
        Use PulseAudio ......................... no
        Optional system libraries used:
          re2 .................................. no
          icu .................................. no
          libwebp, libwebpmux and libwebpdemux . no
          opus ................................. no
          ffmpeg ............................... no
          libvpx ............................... no
          snappy ............................... no
          glib ................................. yes
          zlib ................................. yes
          minizip .............................. no
          libevent ............................. no
          jsoncpp .............................. no
          protobuf ............................. no
          libxml2 and libxslt .................. no
          lcms2 ................................ no
          png .................................. yes
          JPEG ................................. no
          harfbuzz ............................. no
          freetype ............................. yes
          x11 .................................. no
        Required system libraries:
          fontconfig ........................... no
          dbus ................................. yes
          nss .................................. no
          khr .................................. yes
          glibc ................................ yes
        Required system libraries for qpa-xcb:
          libdrm ............................... no
          xcomposite ........................... no
          xcursor .............................. no
          xi ................................... no
          xtst ................................. no
      Qt WebEngineQml:
        UI Delegates ........................... yes
        Test Support ........................... no
      
      Note: Also available for Linux: linux-clang linux-icc
      
      Note: No wayland-egl support detected. Cross-toolkit compatibility disabled.
      
      WARNING: QDoc will not be compiled, probably because libclang could not be located. This means that you cannot build the Qt documentation.
      
      Either ensure that llvm-config is in your PATH environment variable, or set LLVM_INSTALL_DIR to the location of your llvm installation.
      On Linux systems, you may be able to install libclang by installing the libclang-dev or libclang-devel package, depending on your distribution.
      On macOS, you can use Homebrew's llvm package.
      On Windows, you must set LLVM_INSTALL_DIR to the installation path.
      
      WARNING: Thumb instruction set is required to build ffmpeg for QtWebEngine.
      
      ERROR: Feature 'opengles2' was enabled, but the pre-condition '(config.win32 && !features.opengl-dynamic) || (!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.
      

      I don't understand why the OpenGL has failed this time. Perhaps I need to install some other libraries? When cross-compiling I always confused if I need to install library for my host on for the target... As side note, it's correct the specified device? I see other people use -device linux-rpi3-vc4-g++ (I want hw acceleration for omxplayer).

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @Mark81 said in Updating to Qt5.13 breaks EGLFS:

      Perhaps I need to install some other libraries? When cross-compiling I always confused if I need to install library for my host on for the target...

      I don't know (I have not tried Qt 5.13 on RPi yet), but I may have some hints:

      • install libraries for host (and then sync your sysroot)
      • see if you can update your toolchain, GCC 4.8.3 is really old beast. Not sure if RPi have upgraded their official toolchain finally, but on a freshly setup RPi I have GCC 6.3.0
      • use the vc4 device specs
      • update the system on RPi and sync your sysroot
      • run configure with verbose flag and see why OpenGL checks are failing. Maybe it's something simple and easy
      • if all fails... downgrade to some older Qt version (5.11.x seems to work pretty good on Pi)

      As side note, it's correct the specified device? I see other people use -device linux-rpi3-vc4-g++ (I want hw acceleration for omxplayer).

      You should use vc4 for hardware acceleration (don't forget to turn acceleration on in raspi-config, too).

      (Z(:^

      M 1 Reply Last reply
      2
      • sierdzioS sierdzio

        @Mark81 said in Updating to Qt5.13 breaks EGLFS:

        Perhaps I need to install some other libraries? When cross-compiling I always confused if I need to install library for my host on for the target...

        I don't know (I have not tried Qt 5.13 on RPi yet), but I may have some hints:

        • install libraries for host (and then sync your sysroot)
        • see if you can update your toolchain, GCC 4.8.3 is really old beast. Not sure if RPi have upgraded their official toolchain finally, but on a freshly setup RPi I have GCC 6.3.0
        • use the vc4 device specs
        • update the system on RPi and sync your sysroot
        • run configure with verbose flag and see why OpenGL checks are failing. Maybe it's something simple and easy
        • if all fails... downgrade to some older Qt version (5.11.x seems to work pretty good on Pi)

        As side note, it's correct the specified device? I see other people use -device linux-rpi3-vc4-g++ (I want hw acceleration for omxplayer).

        You should use vc4 for hardware acceleration (don't forget to turn acceleration on in raspi-config, too).

        M Offline
        M Offline
        Mark81
        wrote on last edited by
        #3

        @sierdzio said in Updating to Qt5.13 breaks EGLFS:

        • see if you can update your toolchain, GCC 4.8.3 is really old beast. Not sure if RPi have upgraded their official toolchain finally, but on a freshly setup RPi I have GCC 6.3.0

        About this, it seems the "linaro" toolchain is still 4.8:

        https://github.com/raspberrypi/tools/tree/master/arm-bcm2708

        there is a "newer" gcc 4.9.3 but in the past I found that didn't work.

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

          Ugh, that's so bad.

          (Z(:^

          1 Reply Last reply
          0
          • M Offline
            M Offline
            Mark81
            wrote on last edited by
            #5

            I found this: https://github.com/ali1234/rpi-toolchain/releases, referenced here: https://github.com/raspberrypi/tools/issues/81.
            It seems promising as the author says he was able to cross-compile Qt/QML but now I have to guess how to use it.

            1 Reply Last reply
            1
            • M Offline
              M Offline
              Mark81
              wrote on last edited by Mark81
              #6

              I already have a working toolchain based upon Qt5.9 but I need at least Qt5.12 to use some features recently added.
              After the whole days spent to download and build, here what I did:

              • built cross-compiler toolchain (https://github.com/ali1234/rpi-toolchain), gcc now is 6.4.1 (linaro-6.4-2018.05)

              • created from scratch a new base system using the latest Raspbian (2019-04-08)

              • installed qt5 depencencies from testing (apt-get -y -t testing build-dep qt5-default)

              • installed other depencencies (apt-get -y install omxplayer libssl1.0-dev libudev-dev libinput-dev libdbus-1-dev libglib2.0-dev libts-dev libx11-dev libx11-xcb-dev libxi-dev libasound2-dev fonts-dejavu gdbserver gdb-python2 libgles2-mesa-dev)

              • created the sysroot as follow:

                1. copied the content of the sysroot output directory of rpi-toolchain to ~/opt/sysroot
                2. rsync -avz /mnt/rasp-pi-rootfs/lib ~/opt/sysroot
                3. rsync -avz /mnt/rasp-pi-rootfs/usr/include ~/opt/sysroot/usr
                4. rsync -avz /mnt/rasp-pi-rootfs/usr/lib ~/opt/sysroot/usr
                5. rsync -avz /mnt/rasp-pi-rootfs/opt/vc ~/opt/sysroot/opt
                6. sysroot-relativelinks.py ~/opt/sysroot
              • run configure for Qt5 (same command above but with device linux-rpi3-vc4-g++)

              Here the output:

              Building on: linux-g++ (x86_64, CPU features: mmx sse sse2)
              Building for: devices/linux-rasp-pi3-vc4-g++ (arm, CPU features: neon)
              Target compiler: gcc 6.4.1
              Configuration: cross_compile compile_examples enable_new_dtags largefile neon shared rpath release c++11 c++14 concurrent dbus reduce_exports stl
              Build options:
                Mode ................................... release
                Optimize release build for size ........ no
                Building shared libraries .............. yes
                Using C standard ....................... C11
                Using C++ standard ..................... C++14
                Using ccache ........................... no
                Using new DTAGS ........................ yes
                Using precompiled headers .............. no
                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 .... no
                Qt Gui ................................. yes
                Qt Network ............................. yes
                Qt Sql ................................. yes
                Qt Testlib ............................. yes
                Qt Widgets ............................. yes
                Qt Xml ................................. yes
              Support enabled for:
                Using pkg-config ....................... yes
                udev ................................... no
                Using system zlib ...................... yes
                Zstandard support ...................... no
              Qt Core:
                DoubleConversion ....................... yes
                  Using system DoubleConversion ........ no
                GLib ................................... no
                iconv .................................. yes
                ICU .................................... no
                Built-in copy of the MIME database ..... yes
                Tracing backend ........................ <none>
                Logging backends:
                  journald ............................. no
                  syslog ............................... no
                  slog2 ................................ no
                Using system PCRE2 ..................... no
              Qt Network:
                getifaddrs() ........................... yes
                IPv6 ifname ............................ yes
                libproxy ............................... no
                Linux AF_NETLINK ....................... yes
                OpenSSL ................................ no
                  Qt directly linked to OpenSSL ........ no
                OpenSSL 1.1 ............................ no
                DTLS ................................... no
                OCSP-stapling .......................... no
                SCTP ................................... no
                Use system proxies ..................... yes
              Qt Gui:
                Accessibility .......................... yes
                FreeType ............................... yes
                  Using system FreeType ................ yes
                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 ................ yes
                EGL .................................... no
                OpenVG ................................. no
                OpenGL:
                  Desktop OpenGL ....................... no
                  OpenGL ES 2.0 ........................ no
                  OpenGL ES 3.0 ........................ no
                  OpenGL ES 3.1 ........................ no
                  OpenGL ES 3.2 ........................ no
                Vulkan ................................. no
                Session Management ..................... yes
              Features used by QPA backends:
                evdev .................................. yes
                libinput ............................... no
                INTEGRITY HID .......................... no
                mtdev .................................. no
                tslib .................................. no
                xkbcommon .............................. no
                X11 specific:
                  XLib ................................. no
                  XCB Xlib ............................. no
                  EGL on X11 ........................... no
              QPA backends:
                DirectFB ............................... no
                EGLFS .................................. no
                LinuxFB ................................ yes
                VNC .................................... yes
                Mir client ............................. no
              Qt Sql:
                SQL item models ........................ yes
              Qt Widgets:
                GTK+ ................................... no
                Styles ................................. Fusion Windows
              Qt PrintSupport:
                CUPS ................................... no
              Qt Sql Drivers:
                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 Testlib:
                Tester for item models ................. yes
              Qt SerialBus:
                Socket CAN ............................. yes
                Socket CAN FD .......................... yes
                SerialPort Support ..................... yes
              Further Image Formats:
                JasPer ................................. no
                MNG .................................... no
                TIFF ................................... yes
                  Using system libtiff ................. no
                WEBP ................................... yes
                  Using system libwebp ................. no
              Qt QML:
                QML network support .................... yes
                QML debugging and profiling support .... yes
                QML tracing JIT support ................ no
                QML sequence object .................... yes
                QML list model ......................... yes
                QML XML http request ................... yes
                QML Locale ............................. yes
                QML delegate model ..................... yes
              Qt Quick:
                Direct3D 12 ............................ no
                AnimatedImage item ..................... yes
                Canvas item ............................ yes
                Support for Qt Quick Designer .......... yes
                Flipable item .......................... yes
                GridView item .......................... yes
                ListView item .......................... yes
                TableView item ......................... yes
                Path support ........................... yes
                PathView item .......................... yes
                Positioner items ....................... yes
                Repeater item .......................... yes
                ShaderEffect item ...................... yes
                Sprite item ............................ yes
              Qt Scxml:
                ECMAScript data model for QtScxml ...... yes
              Qt Gamepad:
                SDL2 ................................... no
              Qt 3D:
                Assimp ................................. yes
                System Assimp .......................... no
                Output Qt3D Job traces ................. no
                Output Qt3D GL traces .................. no
                Use SSE2 instructions .................. no
                Use AVX2 instructions .................. no
                Aspects:
                  Render aspect ........................ yes
                  Input aspect ......................... yes
                  Logic aspect ......................... yes
                  Animation aspect ..................... yes
                  Extras aspect ........................ yes
              Qt 3D Renderers:
                OpenGL Renderer ........................ yes
              Qt 3D GeometryLoaders:
                Autodesk FBX ........................... no
              Qt Wayland Client ........................ no
              Qt Wayland Compositor .................... no
              Qt Bluetooth:
                BlueZ .................................. no
                BlueZ Low Energy ....................... no
                Linux Crypto API ....................... no
                WinRT Bluetooth API (desktop & UWP) .... no
                WinRT advanced bluetooth low energy API (desktop & UWP) . no
              Qt Sensors:
                sensorfw ............................... no
              Qt Quick Controls 2:
                Styles ................................. Default Fusion Imagine Material Universal
              Qt Quick Templates 2:
                Hover support .......................... yes
                Multi-touch support .................... yes
              Qt Positioning:
                Gypsy GPS Daemon ....................... no
                WinRT Geolocation API .................. no
              Qt Location:
                Qt.labs.location experimental QML plugin . yes
                Geoservice plugins:
                  OpenStreetMap ........................ yes
                  HERE ................................. yes
                  Esri ................................. yes
                  Mapbox ............................... yes
                  MapboxGL ............................. no
                  Itemsoverlay ......................... yes
              QtXmlPatterns:
                XML schema support ..................... yes
              Qt Multimedia:
                ALSA ................................... no
                GStreamer 1.0 .......................... no
                GStreamer 0.10 ......................... no
                Video for Linux ........................ yes
                OpenAL ................................. no
                PulseAudio ............................. no
                Resource Policy (libresourceqt5) ....... no
                Windows Audio Services ................. no
                DirectShow ............................. no
                Windows Media Foundation ............... no
              Qt Tools:
                QDoc ................................... no
              Qt WebEngineCore:
                Qt WebEngine Widgets ................... yes
                Qt WebEngine Qml ....................... yes
                Embedded build ......................... yes
                Pepper Plugins ......................... no
                Printing and PDF ....................... no
                Proprietary Codecs ..................... no
                Spellchecker ........................... yes
                Native Spellchecker .................... no
                WebRTC ................................. no
                Use System Ninja ....................... no
                Geolocation ............................ yes
                WebChannel support ..................... yes
                Use v8 snapshot ........................ yes
                Kerberos Authentication ................ no
                Extensions ............................. no
                Building v8 snapshot supported ......... yes
                Use ALSA ............................... no
                Use PulseAudio ......................... no
                Optional system libraries used:
                  re2 .................................. no
                  icu .................................. no
                  libwebp, libwebpmux and libwebpdemux . no
                  opus ................................. no
                  ffmpeg ............................... no
                  libvpx ............................... no
                  snappy ............................... no
                  glib ................................. no
                  zlib ................................. yes
                  minizip .............................. no
                  libevent ............................. no
                  jsoncpp .............................. no
                  protobuf ............................. no
                  libxml2 and libxslt .................. no
                  lcms2 ................................ no
                  png .................................. yes
                  JPEG ................................. no
                  harfbuzz ............................. no
                  freetype ............................. yes
                  x11 .................................. no
                Required system libraries:
                  fontconfig ........................... no
                  dbus ................................. no
                  nss .................................. no
                  khr .................................. no
                  glibc ................................ yes
                Required system libraries for qpa-xcb:
                  libdrm ............................... no
                  xcomposite ........................... no
                  xcursor .............................. no
                  xi ................................... no
                  xtst ................................. no
              Qt WebEngineQml:
                UI Delegates ........................... yes
                Test Support ........................... no
              
              Note: Also available for Linux: linux-clang linux-icc
              
              Note: PKG_CONFIG_LIBDIR automatically set to /home/mark/opt/sysroot/usr/lib/pkgconfig:/home/mark/opt/sysroot/usr/share/pkgconfig:/home/mark/opt/sysroot/usr/lib/arm-linux-gnueabihf/pkgconfig
              
              Note: PKG_CONFIG_SYSROOT_DIR automatically set to /home/mark/opt/sysroot
              
              Note: No wayland-egl support detected. Cross-toolkit compatibility disabled.
              
              WARNING: QDoc will not be compiled, probably because libclang could not be located. This means that you cannot build the Qt documentation.
              
              Either ensure that llvm-config is in your PATH environment variable, or set LLVM_INSTALL_DIR to the location of your llvm installation.
              On Linux systems, you may be able to install libclang by installing the libclang-dev or libclang-devel package, depending on your distribution.
              On macOS, you can use Homebrew's llvm package.
              On Windows, you must set LLVM_INSTALL_DIR to the installation path.
              
              WARNING: Thumb instruction set is required to build ffmpeg for QtWebEngine.
              
              ERROR: Feature 'opengles2' was enabled, but the pre-condition '(config.win32 && !features.opengl-dynamic) || (!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.
              

              Unfortunately, nothing has changed about EGLFS.
              I tried to configure with verbose flag and saved the output to a file. Here the section where OpenGL fails:

              Checking for OpenGL ES 2.0... 
              Trying source 0 (type pkgConfig) of library opengl_es2 ...
              + PKG_CONFIG_SYSROOT_DIR=/home/mark/opt/sysroot PKG_CONFIG_LIBDIR=/home/mark/opt/sysroot/usr/lib/pkgconfig:/home/mark/opt/sysroot/usr/share/pkgconfig:/home/mark/opt/sysroot/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --exists --silence-errors glesv2
              pkg-config did not find package.
                => source produced no result.
              Trying source 1 (type makeSpec) of library opengl_es2 ...
              header entry 'config.qtbase_gui.libraries.opengl_es2.headers.0' passed condition.
              GLES2/gl2.h not found in [] and global paths.
                => source produced no result.
              test config.qtbase_gui.libraries.opengl_es2 FAILED
              

              Perhaps I just forgot a couple of libraries... but I cannot guess which.
              By the way, I'm a bit confused about EGLFS, EGL, OpenGL ES 2.0/3.x... what should be the best one?

              EDIT
              I'm thinking that package libgles2-mesa-dev should not be needed, because EGL/GLESv2 drivers are already in sysroot/opt/vc/lib.

              jsulmJ 1 Reply Last reply
              0
              • M Mark81

                I already have a working toolchain based upon Qt5.9 but I need at least Qt5.12 to use some features recently added.
                After the whole days spent to download and build, here what I did:

                • built cross-compiler toolchain (https://github.com/ali1234/rpi-toolchain), gcc now is 6.4.1 (linaro-6.4-2018.05)

                • created from scratch a new base system using the latest Raspbian (2019-04-08)

                • installed qt5 depencencies from testing (apt-get -y -t testing build-dep qt5-default)

                • installed other depencencies (apt-get -y install omxplayer libssl1.0-dev libudev-dev libinput-dev libdbus-1-dev libglib2.0-dev libts-dev libx11-dev libx11-xcb-dev libxi-dev libasound2-dev fonts-dejavu gdbserver gdb-python2 libgles2-mesa-dev)

                • created the sysroot as follow:

                  1. copied the content of the sysroot output directory of rpi-toolchain to ~/opt/sysroot
                  2. rsync -avz /mnt/rasp-pi-rootfs/lib ~/opt/sysroot
                  3. rsync -avz /mnt/rasp-pi-rootfs/usr/include ~/opt/sysroot/usr
                  4. rsync -avz /mnt/rasp-pi-rootfs/usr/lib ~/opt/sysroot/usr
                  5. rsync -avz /mnt/rasp-pi-rootfs/opt/vc ~/opt/sysroot/opt
                  6. sysroot-relativelinks.py ~/opt/sysroot
                • run configure for Qt5 (same command above but with device linux-rpi3-vc4-g++)

                Here the output:

                Building on: linux-g++ (x86_64, CPU features: mmx sse sse2)
                Building for: devices/linux-rasp-pi3-vc4-g++ (arm, CPU features: neon)
                Target compiler: gcc 6.4.1
                Configuration: cross_compile compile_examples enable_new_dtags largefile neon shared rpath release c++11 c++14 concurrent dbus reduce_exports stl
                Build options:
                  Mode ................................... release
                  Optimize release build for size ........ no
                  Building shared libraries .............. yes
                  Using C standard ....................... C11
                  Using C++ standard ..................... C++14
                  Using ccache ........................... no
                  Using new DTAGS ........................ yes
                  Using precompiled headers .............. no
                  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 .... no
                  Qt Gui ................................. yes
                  Qt Network ............................. yes
                  Qt Sql ................................. yes
                  Qt Testlib ............................. yes
                  Qt Widgets ............................. yes
                  Qt Xml ................................. yes
                Support enabled for:
                  Using pkg-config ....................... yes
                  udev ................................... no
                  Using system zlib ...................... yes
                  Zstandard support ...................... no
                Qt Core:
                  DoubleConversion ....................... yes
                    Using system DoubleConversion ........ no
                  GLib ................................... no
                  iconv .................................. yes
                  ICU .................................... no
                  Built-in copy of the MIME database ..... yes
                  Tracing backend ........................ <none>
                  Logging backends:
                    journald ............................. no
                    syslog ............................... no
                    slog2 ................................ no
                  Using system PCRE2 ..................... no
                Qt Network:
                  getifaddrs() ........................... yes
                  IPv6 ifname ............................ yes
                  libproxy ............................... no
                  Linux AF_NETLINK ....................... yes
                  OpenSSL ................................ no
                    Qt directly linked to OpenSSL ........ no
                  OpenSSL 1.1 ............................ no
                  DTLS ................................... no
                  OCSP-stapling .......................... no
                  SCTP ................................... no
                  Use system proxies ..................... yes
                Qt Gui:
                  Accessibility .......................... yes
                  FreeType ............................... yes
                    Using system FreeType ................ yes
                  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 ................ yes
                  EGL .................................... no
                  OpenVG ................................. no
                  OpenGL:
                    Desktop OpenGL ....................... no
                    OpenGL ES 2.0 ........................ no
                    OpenGL ES 3.0 ........................ no
                    OpenGL ES 3.1 ........................ no
                    OpenGL ES 3.2 ........................ no
                  Vulkan ................................. no
                  Session Management ..................... yes
                Features used by QPA backends:
                  evdev .................................. yes
                  libinput ............................... no
                  INTEGRITY HID .......................... no
                  mtdev .................................. no
                  tslib .................................. no
                  xkbcommon .............................. no
                  X11 specific:
                    XLib ................................. no
                    XCB Xlib ............................. no
                    EGL on X11 ........................... no
                QPA backends:
                  DirectFB ............................... no
                  EGLFS .................................. no
                  LinuxFB ................................ yes
                  VNC .................................... yes
                  Mir client ............................. no
                Qt Sql:
                  SQL item models ........................ yes
                Qt Widgets:
                  GTK+ ................................... no
                  Styles ................................. Fusion Windows
                Qt PrintSupport:
                  CUPS ................................... no
                Qt Sql Drivers:
                  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 Testlib:
                  Tester for item models ................. yes
                Qt SerialBus:
                  Socket CAN ............................. yes
                  Socket CAN FD .......................... yes
                  SerialPort Support ..................... yes
                Further Image Formats:
                  JasPer ................................. no
                  MNG .................................... no
                  TIFF ................................... yes
                    Using system libtiff ................. no
                  WEBP ................................... yes
                    Using system libwebp ................. no
                Qt QML:
                  QML network support .................... yes
                  QML debugging and profiling support .... yes
                  QML tracing JIT support ................ no
                  QML sequence object .................... yes
                  QML list model ......................... yes
                  QML XML http request ................... yes
                  QML Locale ............................. yes
                  QML delegate model ..................... yes
                Qt Quick:
                  Direct3D 12 ............................ no
                  AnimatedImage item ..................... yes
                  Canvas item ............................ yes
                  Support for Qt Quick Designer .......... yes
                  Flipable item .......................... yes
                  GridView item .......................... yes
                  ListView item .......................... yes
                  TableView item ......................... yes
                  Path support ........................... yes
                  PathView item .......................... yes
                  Positioner items ....................... yes
                  Repeater item .......................... yes
                  ShaderEffect item ...................... yes
                  Sprite item ............................ yes
                Qt Scxml:
                  ECMAScript data model for QtScxml ...... yes
                Qt Gamepad:
                  SDL2 ................................... no
                Qt 3D:
                  Assimp ................................. yes
                  System Assimp .......................... no
                  Output Qt3D Job traces ................. no
                  Output Qt3D GL traces .................. no
                  Use SSE2 instructions .................. no
                  Use AVX2 instructions .................. no
                  Aspects:
                    Render aspect ........................ yes
                    Input aspect ......................... yes
                    Logic aspect ......................... yes
                    Animation aspect ..................... yes
                    Extras aspect ........................ yes
                Qt 3D Renderers:
                  OpenGL Renderer ........................ yes
                Qt 3D GeometryLoaders:
                  Autodesk FBX ........................... no
                Qt Wayland Client ........................ no
                Qt Wayland Compositor .................... no
                Qt Bluetooth:
                  BlueZ .................................. no
                  BlueZ Low Energy ....................... no
                  Linux Crypto API ....................... no
                  WinRT Bluetooth API (desktop & UWP) .... no
                  WinRT advanced bluetooth low energy API (desktop & UWP) . no
                Qt Sensors:
                  sensorfw ............................... no
                Qt Quick Controls 2:
                  Styles ................................. Default Fusion Imagine Material Universal
                Qt Quick Templates 2:
                  Hover support .......................... yes
                  Multi-touch support .................... yes
                Qt Positioning:
                  Gypsy GPS Daemon ....................... no
                  WinRT Geolocation API .................. no
                Qt Location:
                  Qt.labs.location experimental QML plugin . yes
                  Geoservice plugins:
                    OpenStreetMap ........................ yes
                    HERE ................................. yes
                    Esri ................................. yes
                    Mapbox ............................... yes
                    MapboxGL ............................. no
                    Itemsoverlay ......................... yes
                QtXmlPatterns:
                  XML schema support ..................... yes
                Qt Multimedia:
                  ALSA ................................... no
                  GStreamer 1.0 .......................... no
                  GStreamer 0.10 ......................... no
                  Video for Linux ........................ yes
                  OpenAL ................................. no
                  PulseAudio ............................. no
                  Resource Policy (libresourceqt5) ....... no
                  Windows Audio Services ................. no
                  DirectShow ............................. no
                  Windows Media Foundation ............... no
                Qt Tools:
                  QDoc ................................... no
                Qt WebEngineCore:
                  Qt WebEngine Widgets ................... yes
                  Qt WebEngine Qml ....................... yes
                  Embedded build ......................... yes
                  Pepper Plugins ......................... no
                  Printing and PDF ....................... no
                  Proprietary Codecs ..................... no
                  Spellchecker ........................... yes
                  Native Spellchecker .................... no
                  WebRTC ................................. no
                  Use System Ninja ....................... no
                  Geolocation ............................ yes
                  WebChannel support ..................... yes
                  Use v8 snapshot ........................ yes
                  Kerberos Authentication ................ no
                  Extensions ............................. no
                  Building v8 snapshot supported ......... yes
                  Use ALSA ............................... no
                  Use PulseAudio ......................... no
                  Optional system libraries used:
                    re2 .................................. no
                    icu .................................. no
                    libwebp, libwebpmux and libwebpdemux . no
                    opus ................................. no
                    ffmpeg ............................... no
                    libvpx ............................... no
                    snappy ............................... no
                    glib ................................. no
                    zlib ................................. yes
                    minizip .............................. no
                    libevent ............................. no
                    jsoncpp .............................. no
                    protobuf ............................. no
                    libxml2 and libxslt .................. no
                    lcms2 ................................ no
                    png .................................. yes
                    JPEG ................................. no
                    harfbuzz ............................. no
                    freetype ............................. yes
                    x11 .................................. no
                  Required system libraries:
                    fontconfig ........................... no
                    dbus ................................. no
                    nss .................................. no
                    khr .................................. no
                    glibc ................................ yes
                  Required system libraries for qpa-xcb:
                    libdrm ............................... no
                    xcomposite ........................... no
                    xcursor .............................. no
                    xi ................................... no
                    xtst ................................. no
                Qt WebEngineQml:
                  UI Delegates ........................... yes
                  Test Support ........................... no
                
                Note: Also available for Linux: linux-clang linux-icc
                
                Note: PKG_CONFIG_LIBDIR automatically set to /home/mark/opt/sysroot/usr/lib/pkgconfig:/home/mark/opt/sysroot/usr/share/pkgconfig:/home/mark/opt/sysroot/usr/lib/arm-linux-gnueabihf/pkgconfig
                
                Note: PKG_CONFIG_SYSROOT_DIR automatically set to /home/mark/opt/sysroot
                
                Note: No wayland-egl support detected. Cross-toolkit compatibility disabled.
                
                WARNING: QDoc will not be compiled, probably because libclang could not be located. This means that you cannot build the Qt documentation.
                
                Either ensure that llvm-config is in your PATH environment variable, or set LLVM_INSTALL_DIR to the location of your llvm installation.
                On Linux systems, you may be able to install libclang by installing the libclang-dev or libclang-devel package, depending on your distribution.
                On macOS, you can use Homebrew's llvm package.
                On Windows, you must set LLVM_INSTALL_DIR to the installation path.
                
                WARNING: Thumb instruction set is required to build ffmpeg for QtWebEngine.
                
                ERROR: Feature 'opengles2' was enabled, but the pre-condition '(config.win32 && !features.opengl-dynamic) || (!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.
                

                Unfortunately, nothing has changed about EGLFS.
                I tried to configure with verbose flag and saved the output to a file. Here the section where OpenGL fails:

                Checking for OpenGL ES 2.0... 
                Trying source 0 (type pkgConfig) of library opengl_es2 ...
                + PKG_CONFIG_SYSROOT_DIR=/home/mark/opt/sysroot PKG_CONFIG_LIBDIR=/home/mark/opt/sysroot/usr/lib/pkgconfig:/home/mark/opt/sysroot/usr/share/pkgconfig:/home/mark/opt/sysroot/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --exists --silence-errors glesv2
                pkg-config did not find package.
                  => source produced no result.
                Trying source 1 (type makeSpec) of library opengl_es2 ...
                header entry 'config.qtbase_gui.libraries.opengl_es2.headers.0' passed condition.
                GLES2/gl2.h not found in [] and global paths.
                  => source produced no result.
                test config.qtbase_gui.libraries.opengl_es2 FAILED
                

                Perhaps I just forgot a couple of libraries... but I cannot guess which.
                By the way, I'm a bit confused about EGLFS, EGL, OpenGL ES 2.0/3.x... what should be the best one?

                EDIT
                I'm thinking that package libgles2-mesa-dev should not be needed, because EGL/GLESv2 drivers are already in sysroot/opt/vc/lib.

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

                @Mark81 said in Updating to Qt5.13 breaks EGLFS:

                /opt/vc/lib

                This is not a standard path where the system is looking for libs/headers. I guess you will need to tell configure script to use it (don't forget that you need header files as well - this is what libgles2-mesa-dev contains).

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

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved