Hi,
we are using Yocto to build an for imx6ulevk.
when we modularize any of the mmc components in menuconfig, we can`t rebuild the image. Attached log file shows the error after we enabled `MMC device block driver`.
if we just include those features without modularizing them, the image is fine.
Do you have any idea why we get this error?
we are using fsl-image-qt5 to build the image.
Thank you!
Original Attachment has been moved to: log.do_compile_kernelmodules.17050.zip
Hi,
I checked the dependencies by searching in the menuconfig. as far as i see all the dependencies are either included (Y) or modularized (M). Is there anywhere else that i need to check? How should I figure out what dependencies i`m missing?
Thank you!
Thanks Weidong, I`ll check the dependencies and update the result here.
Hi,
I checked the log you sent, It means there exists dependency relationships between mmc module and other modules, so building failed, you should check those dependency and build them together.
Regards,
Weidong