Problem compiling custom kernel

Kyle Evans kevans at freebsd.org
Mon Jan 11 15:41:24 UTC 2021


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


More information about the freebsd-current mailing list