While compiling the kernel for walleye pixel 2 device. The kernel is compiling perfectly but at the time of link, it's failing the thing I understood is the symbol needed by function cannot be found. How can I make it found?
The errors are given below and this undefined reference is showing for every symbol. * CC init/version.o* * LD init/built-in.o* *arch/arm64/kernel/built-in.o: In function `list_add_rcu':* */home/saurabh/walleye_con/private/msm-google/include/linux/rculist.h:83: undefined reference to `__list_add_rcu'* *arch/arm64/kernel/built-in.o: In function `list_del_rcu':* */home/saurabh/walleye_con/private/msm-google/include/linux/rculist.h:134: undefined reference to `__list_del_entry'* *arch/arm64/kernel/built-in.o: In function `list_add_rcu':* */home/saurabh/walleye_con/private/msm-google/include/linux/rculist.h:83: undefined reference to `__list_add_rcu'* *arch/arm64/kernel/built-in.o: In function `list_del_rcu':* */home/saurabh/walleye_con/private/msm-google/include/linux/rculist.h:134: undefined reference to `__list_del_entry'* *arch/arm64/kernel/built-in.o: In function `__uaccess_ttbr0_enable':* */home/saurabh/walleye_con/private/msm-google/arch/arm64/include/asm/uaccess.h:169: undefined reference to `trace_hardirqs_off'* *.* *.* *.* *.* */home/saurabh/walleye_con/private/msm-google/lib/klist.c:190: undefined reference to `list_del'* */home/saurabh/walleye_con/private/msm-google/lib/klist.c:196: undefined reference to `list_del'* *make[2]: *** [/home/saurabh/walleye_con/private/msm-google/Makefile:1084: vmlinux] Error 1* *make[1]: *** [Makefile:151: sub-make] Error 2* *make: *** [Makefile:24: __sub-make] Error 2* -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "Android Linux Kernel Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-kernel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/android-kernel/09b72cce-934a-4bba-ad83-84d0ed75c643%40googlegroups.com.