linux版本内核
错误提示:
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
make[1]: “include/generated/mach-types.h”是最新的。
CALL scripts/checksyscalls.sh
CC scripts/mod/devicetable-offsets.s
GEN scripts/mod/devicetable-offsets.h
HOSTCC scripts/mod/file2alias.o
HOSTLD scripts/mod/modpost
Building modules, stage 2.
MODPOST 5 modules
ERROR: “mali_platform_device_register” [drivers/gpu/arm/mali400/mali/mali.ko] undefined!
ERROR: “mali_platform_device_unregister” [drivers/gpu/arm/mali400/mali/mali.ko] undefined!
make[1]: *** [__modpost] 错误 1
make: *** [modules] 错误 2
我也遇到这个问题了,大哥你怎么解决的