Niels Larsen wrote:
LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o(.text+0x34d7e): In function `vt_ioctl': : undefined reference to `accent_table_size' drivers/built-in......... ** :-)
My guess is you need to work on your kernel config. Save a copy of the .config in the kernel source, delete the kernel source, untar a fresh one, copy the .config in after you have done make mrproper. make menuconfig and change some options (something to do with the keyboard or character devices menu?). Repeat until it works
Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
