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. he OpenGL ES 2.0 functionality test failed!
QtWS25 Last Chance

he OpenGL ES 2.0 functionality test failed!

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 864 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.
  • R Offline
    R Offline
    rvrajesh
    wrote on last edited by
    #1

    On Ubuntu 16.0.4 / with Qt 5.4 trying to build raspberry Pi Cross compiler
    following https://wiki.qt.io/RaspberryPi2EGLFS

    • after giving command
      sudo ./configure -opengl es2 -device linux-rasp-pi-g++ -device-option CROSS_COMPILE=$RPI_TOOLCHAIN -sysroot $RPI_SYSROOT -opensource -confirm-license -optimized-qmake -reduce-exports -release -make libs -prefix /usr/local/qt5pi -skip qtwebkit

    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
    /opt/Qt/5.4/Src/qtbase/mkspecs/devices/linux-rasp-pi-g++.
    sudhir@PCSPL:/opt/Qt/5.4/Src$ sudo apt-get install mesa-common-dev

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Add the -v option to get more information about why the test fails.

      On a side note, you should avoid building stuff as root using sudo.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - 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