I'm a new i.MX developer, so apologies in advance if this is a misguided question.
We're using some third-party software that requires that we run our i.MX 8M Nano user space applications in 32-bit mode (on Yocto). The requirements for that application are pretty simple. However, we're also working to integrate some work that requires the v4l2 development libraries and headers.
These are showing up and are usable in the 64-bit, but my attempts to include lib32-v4l-utils for the 32-bit space have lead to a long list of these errors:
ERROR: Task (virtual:multilib:lib32:/home/ubuntu/var-fsl-yocto/sources/meta-imx/meta-bsp/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.0.p2.4-aarch64.bb:do_package_qa) failed with exit code '1'
That appears to be an issue with either running the wrong compiler (maybe?) or perhaps a bad recipe? I'm honestly shooting in the dark here, so any assistance that others may be able to provide would be greatly appreciated!