Pete Wright
2018-06-22 02:43:44 UTC
howdy - just ran into an issue with building a kernel that has EVDEV
enabled causing this error:
--- kernel.full ---
linking kernel.full
ld: error: undefined symbol: ixl_iw_pf_init
building a standard GENERIC kernel works without issue. my "EVDEV" kern
conf has the following two lines added:
options EVDEV_SUPPORT # D10265 from phabricator
device evdev
Not sure if anyone else has seen this?
-pete
enabled causing this error:
--- kernel.full ---
linking kernel.full
ld: error: undefined symbol: ixl_iw_pf_init
referenced by if_ixl.c:900
(/usr/home/pete/git/freebsd/sys/dev/ixl/if_ixl.c:900) if_ixl.o:(ixl_if_init)
ld: error: undefined symbol: ixl_iw_pf_stopreferenced by if_ixl.c:920
(/usr/home/pete/git/freebsd/sys/dev/ixl/if_ixl.c:920) if_ixl.o:(ixl_if_stop)
ld: error: undefined symbol: ixl_iw_pf_attachreferenced by if_ixl.c:669
(/usr/home/pete/git/freebsd/sys/dev/ixl/if_ixl.c:669) if_ixl.o:(ixl_if_attach_post)
ld: error: undefined symbol: ixl_iw_pf_detachreferenced by if_ixl.c:711
(/usr/home/pete/git/freebsd/sys/dev/ixl/if_ixl.c:711) if_ixl.o:(ixl_if_detach)
*** [kernel.full] Error code 1building a standard GENERIC kernel works without issue. my "EVDEV" kern
conf has the following two lines added:
options EVDEV_SUPPORT # D10265 from phabricator
device evdev
Not sure if anyone else has seen this?
-pete
--
Pete Wright
***@nomadlogic.org
@nomadlogicLA
Pete Wright
***@nomadlogic.org
@nomadlogicLA