Compile error in 2.0.35

christophe leroy (christophe.leroy5@capway.com)
Sat, 14 Nov 1998 15:36:07 MET


While compiling kernel 2.0.35 without proc fs, I got this error.
With proc fs, it works !

gcc -D__KERNEL__ -I/mini/linux.2.0.35/include -D__ASSEMBLY__
-traditional -c delay.S -o delay.o
rm -f lib.a
ar rcs lib.a checksum.o semaphore.o delay.o
make[2]: Leaving directory `/mini/linux.2.0.35/arch/i386/lib'
make[1]: Leaving directory `/mini/linux.2.0.35/arch/i386/lib'
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 \
/mini/linux.2.0.35/arch/i386/lib/lib.a
/mini/linux.2.0.35/lib/lib.a /mini/linux.2.0.35/arch/i386/lib/lib.a
-o vmlin
kernel/kernel.o: In function `show_task':
kernel/kernel.o(.text+0x1ae9): undefined reference to `get_wchan'
make: *** [vmlinux] Error 1
ux

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/