arm プラットフォームで openGLES を使用して非常に単純なアプリを実行しようとしていますが、次の問題が発生しました。
QEgl::display(): Cannot initialize EGL display: "Bad alloc (0x3003)"
QEglContext::chooseConfig(): Could not find a suitable EGL configuration
Requested: "type=es2 rgba=0,0,0,0 surface-type=window"
Available:
Segmentation fault (core dumped)
この問題を解決する方法はありますか?
QT-4.8.0を使用しています