场景说明:在编译内核源码,出现如下的问题:
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
CC drivers/gpio/bt8xxgpio.o
cc1: warnings being treated as errors
drivers/gpio/bt8xxgpio.c: 在函数‘bt8xxgpio_remove’中:
drivers/gpio/bt8xxgpio.c:246: 错误:忽略声明有 warn_unused_result 属性的‘gpiochip_remove’的返回值
make[2]: *** [drivers/gpio/bt8xxgpio.o] 错误 1
make[1]: *** [drivers/gpio] 错误 2
make: *** [drivers] 错误 2
解决的方案:我主动删除了gpio模块,结果引起了另外的问题,就是出现list_sort函数没有被定义。
时间: 2024-10-09 22:53:42