一个很难很难解决的问题:在linux下编译arm嵌入式的qt时加入opengl es1 选项就会编译

2019-07-13 08:12发布

在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' 即没有找到库文件,有人知道么?