Re: 2.5.52 compile error

eric lin (fsshl@centurytel.net)
Tue, 17 Dec 2002 23:39:33 -0700


Bob Miller wrote:
> On Tue, Dec 17, 2002 at 03:57:01PM -0500, rtilley wrote:
>
>>Using RH's default *i686.config to build a vanilla 2.5.52 kernel. It keeps
>>returning this error on 2 totally different x86 PCs:
>>
>>
>>drivers/built-in.o: In function `kd_nosound':
>>drivers/built-in.o(.text+0x1883f): undefined reference to `input_event'
>>drivers/built-in.o(.text+0x18861): undefined reference to `input_event'
>>drivers/built-in.o: In function `kd_mksound':
>>drivers/built-in.o(.text+0x1890a): undefined reference to `input_event'
>>drivers/built-in.o: In function `kbd_bh':
>>drivers/built-in.o(.text+0x197a2): undefined reference to `input_event'
>>drivers/built-in.o(.text+0x197c1): undefined reference to `input_event'
>>drivers/built-in.o(.text+0x197e0): more undefined references to `input_event'
>>follow
>>drivers/built-in.o: In function `kbd_connect':
>>drivers/built-in.o(.text+0x19d54): undefined reference to `input_open_device'
>>drivers/built-in.o: In function `kbd_disconnect':
>>drivers/built-in.o(.text+0x19d7f): undefined reference to `input_close_device'
>>drivers/built-in.o: In function `kbd_init':
>>drivers/built-in.o(.init.text+0x12c1): undefined reference to
>>`input_register_handler'
>>make: *** [.tmp_vmlinux1] Error 1
>>
>>
>>Where is the fix for this?
>>
>
> At your finger tips ;-). Turn on CONFIG_INPUT via "Input device support"
> off the main page.
I did not know what is that mean (off the man page)?
>
Is that at menuconfig
or
should modify any source code?

-- 
Sincere Eric
www.linuxspice.com
linux pc for sale

- 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/