View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#87
Originally Posted by Android_808 View Post
if you do investigate gles, be aware that gles headers on maemo are missing definition of glchar. just discovered that trying sdl-2.0.3
I don't have any ideas how I could use GLES.


I have nokia-binaries -repository in /etc/apt/sources and downloaded packages with aptitude

Code:
aptitude download opengles-sgx-img-common:armel libgles2-sgx-img-dev:armel libgles2-sgx-img:armel

ar x libgles2-sgx-img_0.20100611.6+0m5_armel.deb
tar xvf data.tar.gz

file ./usr/lib/libGLESv2.so
./usr/lib/libGLESv2.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, stripped

ldd ./usr/lib/libGLESv2.so
 not a dynamic executable
Does this mean I need armel libc6 (additionally to armhf libc6) to even plan to use these libraries? And if there some kernel-modules involved, how they could be handled?
 

The Following User Says Thank You to AapoRantalainen For This Useful Post: