Hello, I attempted to build a custom Linux image for iMX 8M Nano UltraLite Evk using yocto. I followed the instructions provided in IMXLXYOCTOUG app note. bitbake was able to perform all tasks except for one (bitbake -k imx-image-multimidia). The task is libxml-parser-perl_2.46.bb:do_configure and I attached the log file for the error.
Looking through the file, it seems the issue is related to this error message "Can't locate loadable object for module IO in @INC." but I do not know how to resolve it. Some posts online mentioned it could be related to 32bit vs 64bit build machine and that is why I enabled multilib but still, I get the error. Any ideas on how to address it? Thank you.
Can you try to install all packages releated to perl in your build machine?
Any ideas?