I'm getting the following error building the kernel:
LD .tmp_vmlinux1
arch/i386/kernel/built-in.o(.init.text+0x1a47): In function `init_IRQ':
arch/i386/kernel/i8259.c:429: undefined reference to `irq_ctx_init'
arch/i386/kernel/built-in.o(.init.text+0x1a5e):arch/i386/kernel/i8259.c:429: undefined reference to `irq_ctx_init'
make: *** [.tmp_vmlinux1] Error 1
I got the sources from kernel-2.6.11-1.14_FC3.src.rpm and used the config file in /boot/config-2.6.11-1.14_FC3. I built the last kernel, 2.6.10-1.770_FC3, the same way with no problem. Has anyone else seen this? Is there a fix? I am not a kernel guru. My system is up to date, including the recent gcc and related updates.
Thanks, Jan