2.4.3-ac8 build error with CONFIG_DEBUG_KERNEL not set

Steven Cole (scole@lanl.gov)
Tue, 17 Apr 2001 16:37:17 -0600


I got the following with CONFIG_DEBUG_KERNEL not set:

kernel/kernel.o(__ksymtab+0xc80): undefined reference to `handle_sysrq'
kernel/kernel.o(__ksymtab+0xc88): undefined reference to `__handle_sysrq_nolock'
kernel/kernel.o(__ksymtab+0xc90): undefined reference to `__sysrq_lock_table'
kernel/kernel.o(__ksymtab+0xc98): undefined reference to `__sysrq_unlock_table'
kernel/kernel.o(__ksymtab+0xca0): undefined reference to `__sysrq_get_key_op'
kernel/kernel.o(__ksymtab+0xca8): undefined reference to `__sysrq_put_key_op'
make: *** [vmlinux] Error 1

However, with CONFIG_DEBUG_KERNEL and CONFIG_MAGIC_SYSRQ set to y,
I got a clean build.

Steven

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