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. Eglfs not loaded
Forum Update on Monday, May 27th 2025

Eglfs not loaded

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 5.0k 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.
  • C Offline
    C Offline
    clogwog
    wrote on 13 Sept 2013, 00:51 last edited by
    #1

    i finally have been able to cross compile qt 5.1.1 to my linux armel platform including eg2.

    the libqeglfs.so is in /opt/qt5.1/plugins/platforms
    i have exported this path to QT_PLUGIN_PATH=/opt/qt5.1/plugins

    but when i run i get:
    @falcon@linaro:~$ ./shadereffects -platform eglfs
    This application failed to start because it could not find or load the Qt platform plugin "eglfs".

    Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.

    Reinstalling the application may fix this problem.
    Aborted@

    any hints of where to look first ? i looked in /var/log/syslog but nothing there

    1 Reply Last reply
    0
    • R Offline
      R Offline
      raytry
      wrote on 8 Apr 2014, 10:07 last edited by
      #2

      When I got same problem, I've investigated which library dependency is missing for /usr/lib/qt5/plugins/platforms/usr/lib/qt5/plugins/platforms/libqeglfs.so and the libudev.so.0 was missing. So you may need to deploy udev as well.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        clogwog
        wrote on 8 Apr 2014, 11:04 last edited by
        #3

        thanks raytry,

        i stopped looking a while ago and am now using xcb instead.
        but i appreciate you taking the time and sharing this.

        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