[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Kernel compile error



Hello, I tried to compile a kernel for the very first time a few minutes ago.  I did 'make menuconfig' to edit the configuration then it told me to do 'make dep;make clean' 'which I did. When I typed 'make vmlinux' it took compiled for about 17 minutes on my P100mhz and output the following:

.....
o wm_shrx.o wm_sqrt.o div_Xsig.o polynom_Xsig.o round_Xsig.o shr_Xsig.o
mul_Xsig.o fpu_debug.o
make[2]: Leaving directory /usr/src/linux-2.0.36/arch/i386/math-emu'
make[1]: Leaving directory /usr/src/linux-2.0.36/arch/i386/math-emu'
ld -m elf_i386 -Ttext 0x100000 -e stext arch/i386/kernel/head.o init/main.o
init/version.o \
        arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o
fs/fs.o ipc/ipc.o net/network.a \
        fs/filesystems.a \
        drivers/block/block.a drivers/char/char.a drivers/net/net.a
drivers/scsi/scsi.a drivers/block/paride/paride.a arch/i386/math-emu/math.a
\
        /usr/src/linux-2.0.36/arch/i386/lib/lib.a
/usr/src/linux-2.0.36/lib/lib.a /usr/src/linux-2.0.36/arch/i386/lib/lib.a -o
vmlinux
drivers/net/net.a(net_init.o): In function
ther_setup':
net_init.o(.text+0x362): undefined reference to
th_header_cache_bind'
net_init.o(.text+0x36c): undefined reference to
th_header_cache_update'
make: *** [vmlinux] Error 1


I had to copy this into a text editor and save to disk and open in windows and copy and paste to get it here, so the line breaks might not be in the right places.

What does this error mean, did the kernel compile or not, if so, where did it get put?


Thanks,  Jason Pierce jason pcsc net



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]