[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compiling



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

... 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?

Thanks,

David Robinson



Reply to: