On Wed, Sep 15, 2004 at 02:25:43PM -0400, David Robinson wrote: > I would appreciate some help compiling on a Qube 2. I have the 2.4.27 > kernel source and patches. I do the following from inside the patch tree: > > fakeroot debian/rules patch > > Then I go into build-tmp and do this: > > make menuconfig (grabbing and tweaking config from config/mipsel) > make dep vmlinux
As the Qube does not have any keyboard interface:
> .... but the compile dies after a while with these errors:
>
> drivers/char/char.o(.text+0x1e360): In function `setkeycode':
> : undefined reference to `kbd_setkeycode'
> drivers/char/char.o(.text+0x1e37c): In function `getkeycode':
> : undefined reference to `kbd_getkeycode'
> drivers/char/char.o(.text+0x1e434): In function `handle_scancode':
> : undefined reference to `kbd_translate'
> drivers/char/char.o(.text+0x1e6c0): In function `handle_scancode':
> : undefined reference to `kbd_unexpected_up'
> drivers/char/char.o(.text+0x1f6a8): In function `kbd_bh':
> : undefined reference to `kbd_leds'
> drivers/char/char.o(.text.init+0x1cc): In function `console_init':
> : undefined reference to `arc_console_init'
> drivers/char/char.o(.text.init+0x1d7c): In function `kbd_init':
> : undefined reference to `kbd_init_hw'
> make: *** [vmlinux] Error 1
>
> Any suggestions?
Look for Input stuff and keyboard stuff in your config - It seems you
enabled stuff which is not there ...
Probably CONFIG_VT ?
Flo
--
Florian Lohoff [EMAIL PROTECTED] +49-171-2280134
Heisenberg may have been here.
pgpr9zsx99D7g.pgp
Description: PGP signature

