Re: Problem compiling custom kernel

From: Kyle Evans <kevans_at_freebsd.org>
Date: Mon, 11 Jan 2021 09:41:11 -0600
On Sat, Jan 9, 2021 at 8:34 AM Filippo Moretti <filippomore_at_yahoo.com> wrote:
>
> I tried to compile my custom kernel but I did get the following error,I enclose the beginning of dmesg output.So far I could always build kernel STING.I did switch to git and previously I could build it without issues.sincerelyFilippo
>
> [... snip ...]]
>
> --- kernel.full ---linking kernel.full
> ld: error: undefined symbol: hid_is_keyboard
> >>> referenced by ukbd.c:957 (/usr/src/sys/dev/usb/input/ukbd.c:957)
> >>>               ukbd.o:(ukbd_probe)
> ld: error: undefined symbol: hid_is_mouse
> >>> referenced by ukbd.c:958 (/usr/src/sys/dev/usb/input/ukbd.c:958)
> >>>               ukbd.o:(ukbd_probe)
> ...

Hi,

ukbd recently grew a dependency on the newly split uhid module. See
the 20210107 UPDATING entry for resolution.

Thanks,

Kyle Evans
Received on Mon Jan 11 2021 - 14:41:24 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:26 UTC