编译 dtbocfg 模块
报错1
在编译 dtbocfg.c
CC [M] /home/book/imx6ull/kernal_modul/00_dtbocfg/dtbocfg.o
/home/book/imx6ull/kernal_modul/00_dtbocfg/dtbocfg.c:253:1: warning: data definition has no type or storage class
CONFIGFS_ATTR(dtbocfg_overlay_item_, dtbo );
搜索内核代码发现CONFIGFS_ATTR没有改宏定义,通过版本对比高版本存在该宏。
解决 办法,升级高版本内核
报错2
Symbol version dump ./Module.symvers
is missing; modules will have no dependencies and modversions.
先编译内核和设备树,然后在编译模块