-
Notifications
You must be signed in to change notification settings - Fork 10
Description
AS arch/arm64/kernel/entry-fpsimd.o
CC arch/arm64/kernel/process.o
../arch/arm64/kernel/process.c: In function âshow_dataâ:
../arch/arm64/kernel/process.c:202:17: error: format â%pâ expects argument of type âvoid *â, but argument 3 has type âlong unsigned intâ [-Werror=format=]
202 | printk("\n%s: %pS:\n", name, addr);
| ~^ ~~~~
| | |
| void * long unsigned int
| %ld
cc1: all warnings being treated as errors
make[3]: *** [../scripts/Makefile.build:365: arch/arm64/kernel/process.o] Error 1
make[2]: *** [/home/runner/android_kernel_xiaomi_sweet/Makefile:1200: arch/arm64/kernel] Error 2
make[1]: *** [Makefile:146: sub-make] Error 2
make: *** [Makefile:24: __sub-make] Error 2