Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. raspberry eglfs
    Log in to post

    • UNSOLVED Qt with raspberry Pi 4 and DRM async errors
      Mobile and Embedded • raspberry eglfs • • SimoneCu  

      1
      0
      Votes
      1
      Posts
      205
      Views

      No one has replied

    • SOLVED RPI cross-compilation errors : lGLESv2,cannot find id and xcb
      Installation and Deployment • cross-compiling ubuntu 16.04 raspberry eglfs xcb opengl lglesv2 • • vishbynature  

      4
      0
      Votes
      4
      Posts
      554
      Views

      It's not a problem of Qt Creator. The mkspec used for the RPI3 is still valid unless your sysroot comes from a Debian Stretch were they have changed the library name. You need to modify the mkspec under devices that matches the Rpi3
    • UNSOLVED RaspberryPi2EGLFS tutorial fail at Step 10 "./configure"
      QtonPi • cross-compile mac os x raspberry eglfs configure tool • • OutsourcedGuru  

      13
      0
      Votes
      13
      Posts
      2175
      Views

      @PatZim said in RaspberryPi2EGLFS tutorial fail at Step 10 "./configure": I am wondering if there is no native solution for Macs As you figured out yourself, I guess it all just comes down to get a cross-compiler for ARM that runs on Mac... But I bet using the VM with Linux is a good approach, given that lots of guides/tutorials are based on such platform
    • UNSOLVED Cross compiling Qt Everywhere Raspberry Pi
      Mobile and Embedded • raspberry cross-compiling raspberry eglfs raspbian • • herionoid  

      2
      0
      Votes
      2
      Posts
      789
      Views

      Did you try the this https://bugreports.qt.io/browse/QTBUG-62216 For the pi2 configuration the change should be something like this: -QMAKE_LIBS_EGL = -lEGL -lGLESv2 -QMAKE_LIBS_OPENVG = -lEGL -lOpenVG -lGLESv2 +QMAKE_LIBS_EGL = -lbrcmEGL -lbrcmGLESv2 +QMAKE_LIBS_OPENGL_ES2 = -lbrcmEGL -lbrcmGLESv2 +QMAKE_LIBS_OPENVG = -lbrcmEGL -lbrcmOpenVG -lbrcmGLESv2
    • UNSOLVED Compiling QT on windows for cross compilation with raspberry, fails. Project ERROR: Cannot run target compiler
      Installation and Deployment • configure compiler raspberry eglfs raspberrypi qt 5.10 • • cskr  

      12
      0
      Votes
      12
      Posts
      6660
      Views

      you forgot to do source ˜/.bashrc to let this command get activated export PATH=$PATH:/opt/qt5pi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin
    • UNSOLVED Qt 5.9 error eglfs with raspberry pi 3
      Mobile and Embedded • raspberry pi 3 qt5.9 raspberry eglfs opengl es2.0 raspbian • • requinham  

      12
      0
      Votes
      12
      Posts
      8267
      Views

      @moldovan.catalin You can create symbolic link in /opt/vc/lib pointing to these libraries but having old names.
    • SOLVED Running Qt apps on raspberry pi with window manager
      General and Desktop • raspberry eglfs • • Bremenpl  

      6
      0
      Votes
      6
      Posts
      1678
      Views

      Great ! Happy coding :)
    • How to Include external library on cross-compiling devices?
      General and Desktop • raspberry pi cross-compile crosscompile raspberry eglfs • • cxam  

      2
      0
      Votes
      2
      Posts
      880
      Views

      Hi, Where did you get this library from in the first place ?
    • UNSOLVED QtWebEngine build with errors
      Installation and Deployment • qtwebengine raspberry pi 2 install build error raspberry eglfs • • A Former User  

      2
      0
      Votes
      2
      Posts
      1014
      Views

      Old post but I had the same error; I had to build qtdeclarative BEFORE qwebchannel to solve this error.
    • UNSOLVED Cross Compile Qtwebengine for Raspberry Pi 2
      General and Desktop • qtwebengine raspberry pi 2 cross-compile raspberry eglfs qt5.6.0 build • • A Former User  

      6
      0
      Votes
      6
      Posts
      4387
      Views

      @Zevero I had the same problem, is there a solution for the mouse click that doesn't work in the web pages.
    • SOLVED Sincronize Local Database When Cross-Compiling?
      General and Desktop • cross compile database sqlite raspberry pi 2 raspberry eglfs • • cxam  

      7
      0
      Votes
      7
      Posts
      1717
      Views

      @Wieland Yes, that seems a better idea, I'll do that, thanks for your help :)
    • UNSOLVED Run: Command Not Found (Cross Compiling EGLFS Raspberry Pi2)
      Mobile and Embedded • raspberry pi eglfs raspberry pi 2 raspberry eglfs eglfs rpi2 • • cxam  

      11
      0
      Votes
      11
      Posts
      3464
      Views

      @SGaist Indeed :)
    • SOLVED RaspberryPi2EGLFS cross compile Error <stdio.h> no such file or directory
      Installation and Deployment • eglfs raspberry raspberry eglfs stdio.h raspberrypi2 • • daywong  

      4
      0
      Votes
      4
      Posts
      4238
      Views

      @sneubert said: ~/raspi/sysroot/usr/include Thats correct. Tried to re-run rsync, stdio.h is there finally.
    • Qt app in eglfs losing input after /dev/input is changed
      Mobile and Embedded • qml raspberry pi raspberry input raspberry eglfs • • 10robinho  

      2
      0
      Votes
      2
      Posts
      958
      Views

      Hi Have you find any solution for this problem ?
    • Raspberry pi hdmi standby
      Mobile and Embedded • raspberry eglfs tvservice displ • • tomasz3dk  

      3
      0
      Votes
      3
      Posts
      2697
      Views

      @Andrei Sorry for delay. Your solution works perfect :). Thanks for help ;).