でQt5アプリケーションを実行しているとき、私はeglfsプラットフォームを指定することにより、Xサーバなしでhellogl_es2
Qtの例を実行しようとしています:「EGLエラー:EGL表面を作成することができませんでした:エラー0x300b」i.MX6上を-platform eglfs
./hellogl_es2 -platform eglfs
EGL Error : Could not create the egl surface: error = 0x300b
Aborted (core dumped)
CPUはフリースケールi.MX6です。
Linuxカーネルは3.10.17です。
配布はUbuntu 14.04.4 LTS(信頼できる)です。
Qtバージョンは、http://packages.ubuntu.com、armhfアーキテクチャ、パッケージqtbase5-dev、qtbase5-examples、qtbase5-examples-dbgからインストールされた5.2.1です。
コアダンプがある:
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from hellowindow...(no debugging symbols found)...done.
[New LWP 19681]
[New LWP 19683]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
Core was generated by `./hellowindow -platform eglfs'.
Program terminated with signal SIGABRT, Aborted.
#0 0xb66168e6 in ??() from /lib/arm-linux-gnueabihf/libc.so.6
(gdb) backtrace
#0 0xb66168e6 in ??() from /lib/arm-linux-gnueabihf/libc.so.6
#1 0xb6624f0e in raise() from /lib/arm-linux-gnueabihf/libc.so.6
#2 0xb6627766 in abort() from /lib/arm-linux-gnueabihf/libc.so.6
#3 0xb6902372 in QMessageLogger::fatal(char const*, ...) const() from /usr/local/Qt-5.2.1/lib/libQt5Core.so.5
#4 0xb62599fc in ??() from /usr/local/Qt-5.2.1/plugins/platforms/libqeglfs.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) q
挙動は、他のQt例プロジェクトと同じです。
このパッチを適用してもしなくても、ソースからQtをリメイクしようとしました: https://patchwork.openembedded.org/patch/66349/ ただし結果は(同じエラー)です。私はCubieboard A10にQT 5.2でこの問題を抱えていたし、このチュートリアルに従ってソースからのコンパイルとqeglfshooks_stub.cpp変更することで、それを固定
まず最初に役立ちますすべてをアップグレード*。 – peppe