>> >> >> kernel/built-in.o: In function `getnstimeofday': >> (.text+0x196b9): undefined reference to `__umoddi3' >> kernel/built-in.o: In function `do_gettimeofday': >> (.text+0x19774): undefined reference to `__udivdi3' >> kernel/built-in.o: In function `do_gettimeofday': >> (.text+0x19797): undefined reference to `__umoddi3' >> kernel/built-in.o: In function `update_wall_time': >> (.text+0x19ee9): undefined reference to `__udivdi3' >> kernel/built-in.o: In function `update_wall_time': >> (.text+0x19f13): undefined reference to `__umoddi3' >> make: *** [.tmp_vmlinux1] Error 1 > > make mrproper first? >
Yep. booting from 6.3 livecd export LFS=/mnt/lfs chroot "$LFS" /usr/bin/env -i HOME=/root TERM="$TERM" PS1='\u:\w\$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login root:/sources/linux-2.6.22.5# make mrproper make LANG=en_US.iso88591 LC_ALL= menuconfig save file with no changes (defaults worked last time) make kernel/built-in.o: In function `getnstimeofday': (.text+0x196b9): undefined reference to `__umoddi3' kernel/built-in.o: In function `do_gettimeofday': (.text+0x19774): undefined reference to `__udivdi3' kernel/built-in.o: In function `do_gettimeofday': (.text+0x19797): undefined reference to `__umoddi3' kernel/built-in.o: In function `update_wall_time': (.text+0x19ee9): undefined reference to `__udivdi3' kernel/built-in.o: In function `update_wall_time': (.text+0x19f13): undefined reference to `__umoddi3' make: *** [.tmp_vmlinux1] Error 1 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
