libEGL and libGLESv2 for linux armv7,hardfloat?

Are there any libEGL and libGLESv2 for Linux armv7-hfloat?

The ones under SDK_3.1/Builds/Linux/armv7/Lib/ are softfloat and doesn’t load under Ubuntu armhf system with " not a dynamic executable"

The ones under PVRTrace do load, but these are only wrappers on top of real libs as I understood?

Hi,



The libraries included in the SDK_3.1/Builds/ directory are merely shims that allow cross-compilers to work on platforms that don’t have native OpenGL ES drivers. It’s the platform providers responsibility to support graphics drivers on their devices. We do not provide graphics drivers for our customers platforms.



The PVRTrace libraries act as a middleman between your application and host OpenGL ES drivers. This blog post details how these libraries interact with your application to capture OpenGL ES API calls & data.



Regards,

Joe