From: <shs...@st...> - 2003-03-09 15:17:05
|
Quoting Mark Hurenkamp <Mar...@xs...>: > Hi Aivils, > > I've been trying to get your backstreat-ruby patch against 2.4.20 to > work, > but I seem to have problems getting it to build. > Can you give me any hints what is wrong? > > Here's the error log, and attached you find my kernel configuration. > > Mark. > > BTW, > Thanks for backporting ruby, it's great to have it available on 2.4.x! > > > ar rcs lib.a checksum.o old-checksum.o delay.o usercopy.o getuser.o > memcpy.o strstr.o mmx.o dec_and_lock.omake[2]: Leaving directory > `/extra/misc/linux/linux-2.4.20-bruby/arch/i386/lib'make[1]: Leaving > directory > `/extra/misc/linux/linux-2.4.20-bruby/arch/i386/lib'ld -m elf_i386 -T > /extra/misc/linux/linux-2.4.20-bruby/arch/i386/vmlinux.lds -e stext > arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o > init/version.o init/do_mounts.o \ --start-group \ > arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o > mm/mm.o fs/fs.o ipc/ipc.o \ drivers/acpi/acpi.o > drivers/char/char.o drivers/block/block.o > drivers/misc/misc.o drivers/net/net.o drivers/media/media.o > drivers/char/drm/drm.o drivers/ide/idedriver.o > drivers/cdrom/driver.o drivers/pci/driver.o > drivers/video/video.o > drivers/input/gameport/gamedrv.o > drivers/input/serio/seriodrv.o > drivers/md/mddev.o drivers/isdn/vmlinux-obj.o \ > net/network.o \ > /extra/misc/linux/linux-2.4.20-bruby/arch/i386/lib/lib.a > /extra/misc/linux/linux-2.4.20-bruby/lib/lib.a > /extra/misc/linux/linux-2.4.20-bruby/arch/i386/lib/lib.a \ > --end-group \ > -o vmlinux > drivers/char/char.o(.text+0x15652): In function `kd_nosound': > : undefined reference to `input_event' > drivers/char/char.o(.text+0x15674): In function `kd_nosound': > : undefined reference to `input_event' > drivers/char/char.o(.text+0x165cd): In function `kbd_bh': > : undefined reference to `input_event' > drivers/char/char.o(.text+0x165f3): In function `kbd_bh': > : undefined reference to `input_event' > drivers/char/char.o(.text+0x16617): In function `kbd_bh': > : undefined reference to `input_event' > drivers/char/char.o(.text+0x16c4a): In function `kbd_connect': > : undefined reference to `input_open_device' > drivers/char/char.o(.text+0x16c8d): In function `kbd_disconnect': > : undefined reference to `input_close_device' > drivers/char/char.o(.text+0x16ece): In function `write_kbd_phys': > : undefined reference to `input_find_handle' > drivers/char/char.o(.text.init+0xe8b): In function `kbd_init': > : undefined reference to `input_register_handler' > make: *** [vmlinux] Error 1 > > > > just curious, did you get it compile, in case you use built in input support? svetljo |