Hi,
I realized that “Invalid library link !” error from CoreGL comes when we try to run OpenGL applications ( not just SDL). [CoreGL] <21963> (Mon Aug 29 04:14:06 UTC 2016) Library initializing... /usr/lib/driver/libEGL.so: cannot open shared object file: No such file or directory Invalid library link! (Check linkage of libCOREGL -> /usr/lib/driver/libEGL.so) Please suggest the fix. Regards, Ravindra Sande From: Dev [mailto:[email protected]] On Behalf Of Ravindra Sande Sent: Monday, September 26, 2016 4:57 PM To: [email protected] Subject: [Dev] getting display for app in tizen tv Hi all, Does anyone know how I can get the display for my SDL2 app ? when I launch it from commandline ? At present I see the below log when I launch it from commandline: === <mailto:root@localhost:/sdcard> root@localhost:/sdcard # SDL_VIDEODRIVER=tizen ./myapp ERROR: SDL Tizen App initialize // app's SDL_main is called [CoreGL] <931> (Mon Aug 29 04:14:06 UTC 2016) Library initializing... [CoreGL] Driver GL version 3.1 // but no display. === ( Note that I had to copy libEGL* and libGLES* from /lib to /usr/lib/driver folder to avoid seeing the “Invalid library link !” error from libCOREGL which expects these libraries to be in /usr/lib/driver folder). PS: Hi Philippe , thanks, your gbs.conf helped me in building SDL. Regards, Ravindra Sande From: Philippe Coval [mailto:[email protected]] Sent: Friday, September 23, 2016 12:31 AM To: Ravindra Sande Cc: [email protected]; [email protected] Subject: Re: [Dev] gbs.conf file for tizen3.0 tv ? On Thu, Sep 22, 2016 at 1:26 PM, Ravindra Sande <[email protected]> wrote: Hi, What should be the gbs.conf file to build package for tizen3.0 tv (armv7l) ? Hi, The one I use for tizen_tv_armv7 (using base repo) seems to work on snapshots https://wiki.tizen.org/wiki/User:Pcoval#GBS_Configuration git clone review.tizen.org:/platform/upstream/SDL gbs build -P profile.tizen_tv_armv7l --arch armv7l --include-all On that topic, I noticed some repos are missing for latest common weekly repo, I will have to sync "supported" repos to this file. BTW, I am looking for reviewers/merge for some "open" patches : https://review.tizen.org/gerrit/#/c/66856/ https://review.tizen.org/gerrit/#/c/28992/ Thanks -- https://wiki.tizen.org/wiki/User:Pcoval
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
