Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Japanese
  4. EGLFS: OpenGL windows cannot be mixed with others. Aborted
QtWS25 Last Chance

EGLFS: OpenGL windows cannot be mixed with others. Aborted

Scheduled Pinned Locked Moved Japanese
2 Posts 2 Posters 3.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.
  • C Offline
    C Offline
    chung.k
    wrote on 1 Oct 2014, 02:41 last edited by
    #1

    board : imx53(cortex-A8)
    os : Linux ccwmx53js 2.6.35.14 #1 Thu May 29 17:42:48 JST 2014 armv7l GNU/Linux

    Qt-5.3.2 の下記の4つの環境をボード上に構築しました。
    ・qtbase
    ・qtxmlpatterns
    ・qtdeclarative
    ・qtmultimedia
    Qt Creator-3.2.1 でサンプルアプリの 2dpainting をビルドして実行させましたが、
    LCDには何も表示されず、全て下記のエラーが出ます。

    EGLFS: OpenGL windows cannot be mixed with others.
    Aborted

    ・Qtのモジュールが足りないのでしょうか?
    ・Qtビルド時のオプションが足りないのでしょうか?

    qtbase $ rm -f .qmake.cache
    qtbase $ ./configure -opensource -confirm-license -prefix /usr -hostprefix $HOME/QtEmbedded-5.3.2 -device linux-imx53qsb-g++ -device-option CROSS_COMPILE=arm-linux-gnueabi- -sysroot /home/install -no-gcc-sysroot -nomake examples -nomake tests

    以上、よろしくお願いします。

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jeremy_k
      wrote on 1 Oct 2014, 06:07 last edited by
      #2

      From QEglFSWindow::create()

      @
      #if !defined(Q_OS_ANDROID) || defined(Q_OS_ANDROID_NO_SDK)
      // We can have either a single OpenGL window or multiple raster windows.
      // Other combinations cannot work.
      qFatal("EGLFS: OpenGL windows cannot be mixed with others.");
      @

      Details can be found at https://qt.gitorious.org/qt/qtbase/commit/f89f099c55576992b39a8021aace64ff32747624/

      edit: I did not notice that this is in the Japanese forum.

      Asking a question about code? http://eel.is/iso-c++/testcase/

      1 Reply Last reply
      0

      1/2

      1 Oct 2014, 02:41

      • Login

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