[parisc-linux] Failure when compile 2.4.19-pa20

jsoe0708@tiscali.be jsoe0708@tiscali.be
Wed, 25 Sep 2002 17:56:08 +0200


Hi all,

I got USB part of .config from debian-configs/32 (I work on a b180) and try
to compile 2.4.19-pa20 but it failled:

`gcc -print-libgcc-file-name` /usr/src/linux-2.4.19/arch/parisc/lib/lib.a
/usr/src/linux-2.4.19/lib/lib.a  \
        --end-group \
        -o vmlinux
drivers/usb/usbdrv.o: In function `hidinput_hid_event':
drivers/usb/usbdrv.o(.text.hidinput_hid_event+0x80): undefined reference
to `input_event'
drivers/usb/usbdrv.o(.text.hidinput_hid_event+0xb0): undefined reference
to `input_event'
drivers/usb/usbdrv.o: In function `.L951':
drivers/usb/usbdrv.o(.text.hidinput_hid_event+0xfc): undefined reference
to `input_event'
drivers/usb/usbdrv.o: In function `.L939':
drivers/usb/usbdrv.o(.text.hidinput_hid_event+0x13c): undefined reference
to `input_event'
drivers/usb/usbdrv.o: In function `.L959':
drivers/usb/usbdrv.o(.text.hidinput_hid_event+0x174): undefined reference
to `input_event'
drivers/usb/usbdrv.o(.text.hidinput_hid_event+0x1ac): more undefined references
to `input_event' follow
drivers/usb/usbdrv.o: In function `hidinput_connect':
drivers/usb/usbdrv.o(.text.hidinput_connect+0x16c): undefined reference to
`input_register_device'
drivers/usb/usbdrv.o: In function `hidinput_disconnect':
drivers/usb/usbdrv.o(.text.hidinput_disconnect+0x10): undefined reference
to `input_unregister_device'
make: *** [vmlinux] Error 1

Well, I do not need USB for this HW so I will remove for next try.

HTH,

Joel