在linux下编译arm嵌入式的qt时加入opengl es1 选项就会编译不过,出现如下提示错误:
OpenGL ES 1.x disabled.
The OpenGL ES 1.x functionality test failed!
希望高人能够解答,egl gles 等头文件我已经加进去了 不会报头文件未找到的错误,但是在连接的时候回出现连接错误
opengles1.o: In function `main':
opengles1.cpp:(.text+0x10): undefined reference to `eglInitialize'
opengles1.cpp:(.text+0x24): undefined reference to `glColor4f'
opengles1.cpp:(.text+0x2c): undefined reference to `glClear'
即没有找到库文件,有人知道么?
Logo

更多推荐