ld: error: undefined symbol: hid_locate

Vladimir Kondratyev vladimir at kondratyev.su
Fri Jan 8 11:48:56 UTC 2021


On 08.01.2021 12:43, Rozhuk Ivan wrote:
> Hi!
> 
> Trying to build 429c7d1ab4, got:
> 
> 
> linking kernel.full
> ld: error: undefined symbol: hid_locate
>>>> referenced by uhid.c:727 (/usr/src/sys/dev/usb/input/uhid.c:727)
>>>>               uhid.o:(uhid_probe)
>>>> referenced by uhid.c:730 (/usr/src/sys/dev/usb/input/uhid.c:730)
>>>>               uhid.o:(uhid_probe)
>>>> referenced by ukbd.c:992 (/usr/src/sys/dev/usb/input/ukbd.c:992)
>>>>               ukbd.o:(ukbd_parse_hid)
>>>> referenced 16 more times
> 
Add "device hid" to your kernel config file. It is mentioned in 20210107
UPDATING entry.


More information about the freebsd-current mailing list