Manoj Ekbote wrote:
Hi, I see this error while compiling the latest sources: CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arch/mips/kernel/built-in.o: In function `do_gettimeofday': : undefined reference to `tickadj' arch/mips/kernel/built-in.o: In function `do_gettimeofday': : undefined reference to `tickadj' make: *** [.tmp_vmlinux1] Error 1 There is no definition of tickadj anywhere in the tree. Is it supposed to be in kernel/time/ntp.c? /manoj
I think you would need the GENERIC_TIME support enabled. Thanks Manish Lachwani