Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Gles2 app cannot find glesv2-sc-dlls: (3 Items)
   
Gles2 app cannot find glesv2-sc-dlls  
Dear community,

I have an i.MX6 quad based system running QNX6.6.0. While deploying Qt5, I noticed something a bit odd. When starting 
some of the example apps which came with the build, some of them would give me an error message (with LD_DEBUG=libs, the
 app does still start up despite the error): 

libs: load_object: attempt load of glesv2-sc-dlls.so
libs: dlopen: Library cannot be found
libs: dlopen("/usr/lib/graphics/iMX6X/libGLSLC.so",1536)
Mode: LOCAL GROUP

I've attached a full dump. Someone in a different post suggested it might be of no relevance but I would like to be sure
. I've also attached our graphics.conf - maybe I configured the glesv2-sc-dlls section wrong - the libSLSLC.so does 
exist, and is located in /usr/lib/graphics/iMX6X, executable. I get the error message for gles2-gears (although as 
stated above, it runs fine) and also for a few Qt example apps which use gles2.

Any thoughts on whether or not this error message is actually relevant?
Attachment: Text glesv2-sc-dlls.txt 6.49 KB Text graphics.conf 2.08 KB
Re: Gles2 app cannot find glesv2-sc-dlls  
It's an artifact of the Vivante porting layer and can be ignored (as long as there is no file named 'glesv2-sc-dlls' in 
LD_LIBRARY_PATH).
Re: Gles2 app cannot find glesv2-sc-dlls  
Alright, thank you. I'll ignore those error messages then.