Hi Everyone,
Our application (which is 32-bit) wants to use functions from libg2d which in our iMX8QXP CPU is provided by the recipe imx-dpu-g2d (In Yocto). The provided binary library is however a 64-bit version which we cannot link against. We have tried installing a 32-bit version by prepending the recipe name with lib32 (as is normally done to make Yocto build the corresponding 32-bit version of a recipe), but then Yocto tries to download a file prepended with lib32 (lib32-imx-dpu-g2d-1.7.6.bin) which is not available. Is there any other way to get a 32-bit version of the libg2d library for an iMX8QXP CPU?
Kind regards,
Jonners.
Hello jonners,
Sorry the iMX8x is a 64 bit architecture, all you find will be in 64 bits. There is a version of 32 bit of the library but is for MX6Q.
Regards