2.1.[567] Minor Configuration Bug: CONFIG_MAGIC_SYSRQ && !CONFIG_VT

Jim Bray (jb@as220.org)
Fri, 26 Jun 1998 19:07:29 -0400 (EDT)


Making a kernel for a friend, I ran into the following. He had a rather
broken .config: for some reason, he had not selected CONFIG_VT. This is
seriously broken, but it is marginally worth noting that one cannot build
a kernel with CONFIG_MAGIC_SYSRQ and without CONFIG_VT (nor should one
want to).

-Jim http://as220.org/jb Software Libre O Morir!

make[1]: Leaving directory `/usr/src/linux-2.1.105/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux-2.1.105/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.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 \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.a drivers/misc/misc.a drivers/net/net.a \
/usr/src/linux-2.1.105/arch/i386/lib/lib.a /usr/src/linux-2.1.105/lib/lib.a /usr/src/linux-2.1.105/arch/i386/lib/lib.a \
-o vmlinux
drivers/char/char.a(sysrq.o): In function `handle_sysrq':
sysrq.o(.text+0x20b): undefined reference to `fg_console'
sysrq.o(.text+0x211): undefined reference to `reset_vc'
make: *** [vmlinux] Error 1

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu