-
Notifications
You must be signed in to change notification settings - Fork 10
编译失败 #2
Description
使用android-14.0.0_r0.111的gcc4.9 和common-android14-6.1-2023-05-exp-release(r487747c) 的 clang
配置不管用gki_defconfig还是官方内核提取的defconfig,都会有这个报错。
2024-08-19T13:02:11.5137636Z ERROR: modpost: "__stack_chk_guard" [arch/arm64/geniezone/gzvm.ko] undefined! 2024-08-19T13:02:11.5139100Z ERROR: modpost: "__stack_chk_guard" [mm/zsmalloc.ko] undefined! 2024-08-19T13:02:11.5140276Z ERROR: modpost: "__stack_chk_guard" [drivers/block/zram/zram.ko] undefined! 2024-08-19T13:02:11.5141441Z ERROR: modpost: "__stack_chk_guard" [drivers/net/mii.ko] undefined! 2024-08-19T13:02:11.5142894Z ERROR: modpost: "__stack_chk_guard" [drivers/net/can/dev/can-dev.ko] undefined! 2024-08-19T13:02:11.5144145Z ERROR: modpost: "__stack_chk_guard" [drivers/net/can/slcan/slcan.ko] undefined! 2024-08-19T13:02:11.5145869Z ERROR: modpost: "__stack_chk_guard" [drivers/net/ppp/ppp_generic.ko] undefined! 2024-08-19T13:02:11.5147194Z ERROR: modpost: "__stack_chk_guard" [drivers/net/ppp/ppp_deflate.ko] undefined! 2024-08-19T13:02:11.5148729Z ERROR: modpost: "__stack_chk_guard" [drivers/net/ppp/pptp.ko] undefined! 2024-08-19T13:02:11.5149891Z ERROR: modpost: "__stack_chk_guard" [drivers/net/slip/slhc.ko] undefined! 2024-08-19T13:02:11.5155115Z WARNING: modpost: suppressed 35 unresolved symbol warnings because there were too many) 2024-08-19T13:02:11.5159111Z make[2]: *** [../scripts/Makefile.modpost:186: Module.symvers] Error 1 2024-08-19T13:02:11.5163113Z make[1]: *** [/home/runner/work/KernelSU_Action/KernelSU_Action/kernel_workspace/android-kernel/private/android_kernel_oneplus_sm7675/Makefile:2085: modpost] Error 2 2024-08-19T13:02:11.5169727Z make: *** [Makefile:256: __sub-make] Error 2 2024-08-19T13:02:11.5171368Z make[1]: Leaving directory '/home/runner/work/KernelSU_Action/KernelSU_Action/kernel_workspace/android-kernel/private/android_kernel_oneplus_sm7675/out' 2024-08-19T13:02:11.5191407Z ##[error]Process completed with exit code 2.