Building OpenVG statically on Apalis iMX6

Hello,

I’m compiling qt5-sdk with static libraries for Apalis imx6.The following commands work for many libraries.

SDKIMAGE_FEATURES = " staticdev-pkgs"
IMAGE_INSTALL_append = " library-staticdev"

However, openvg and opengl are not compiled statically.Any idea what I should do?

Thanks.

Hi

These libraries are not available as a statically linked library.

They are provided by NXP in binary form only and only as shared objects.

So you will have to link those libraries libEGL, libGLESv2, libOpenVG and friends dynamically.

Max