Having trouble on compiling QT in Raspberry pi 3 with error /usr/bin/ld: cannot find -lGLESv2
Unsolved
Mobile and Embedded
-
Hi,
Here I'm trying to compile my existing project in Raspberry pi 3.
But unfortunately i'm getting following error.
/usr/bin/ld: cannot find -lGLESv2
Please check and help me. Thanks in advance.
-
@Surendar-Dharani Install libgles2 and libgles2-dev packages
-
@Surendar-Dharani as mentioned by @maxwell31 regarding libraries, you may want to take a look at step #15 from this guide (I know it's related to cross-compilation, but that step may apply to your issue).