s32v234交叉编译qt中加入opengl,选择eglfs,这个要怎么配置?opengl的库用到的是开发板提供的。
现在在开发板上运行./cube -platform eglfs,一直提示:
EGL Error:Could not create the egl surface: error = 0x300b
Aborted
在qmake.conf中添加了opengl的lib和include路径,QMAKE_CFLAGS为-march=armv8-a -DLINUX=1 -DEGL_API_FB=1。