Messages in this thread |  | | Date | Tue, 27 Aug 2002 01:59:57 +0200 | From | Vojtech Pavlik <> | Subject | Re: Lack of Input-Core causes link errors |
| |
On Mon, Aug 26, 2002 at 04:57:41PM -0700, Dave Hansen wrote: > Current bk tree won't compile without initcore compiled in. Adding it > makes the link errors go away. I saw a comment in Linus's changelog about > this, is there a fix in progress? > > drivers/built-in.o: In function `kd_nosound': > drivers/built-in.o(.text+0x1603f): undefined reference to `input_event' > drivers/built-in.o(.text+0x16058): undefined reference to `input_event' > drivers/built-in.o: In function `kd_mksound': > drivers/built-in.o(.text+0x160e7): undefined reference to `input_event' > drivers/built-in.o: In function `kbd_bh': > drivers/built-in.o(.text+0x16cca): undefined reference to `input_event' > drivers/built-in.o(.text+0x16cd8): undefined reference to `input_event' > drivers/built-in.o(.text+0x16ce9): more undefined references to > `input_event' follow > drivers/built-in.o: In function `kbd_connect': > drivers/built-in.o(.text+0x170e3): undefined reference to `input_open_device' > drivers/built-in.o: In function `kbd_disconnect': > drivers/built-in.o(.text+0x170ff): undefined reference to `input_close_device' > drivers/built-in.o: In function `kbd_init': > drivers/built-in.o(.text.init+0x1c57): undefined reference to > `input_register_handler'
Yes. Input core will always be built in. (Linus's choice out of other possible.)
-- Vojtech Pavlik SuSE Labs - 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/
|  |