[Bug 248116] unable to build monolithic kernel with 'device ena'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jul 19 21:58:20 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248116
Bug ID: 248116
Summary: unable to build monolithic kernel with 'device ena'
Product: Base System
Version: 11.4-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: bugs at FreeBSD.org
Reporter: kudzu at tenebras.com
Created attachment 216584
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216584&action=edit
tarball with kernconf and output of 'make kernel'
This kernconf compiled on 11.3 and fails on 11.4
The attached tarball has the kernel conf and the output of make kernel
The error occurs when attempting to link the kernel:
linking kernel
ena.o: In function `ena_up':
ena.c:(.text+0x159a): undefined reference to `ena_deferred_mq_start'
ena.c:(.text+0x1f55): undefined reference to `ena_cleanup'
ena.o: In function `ena_attach':
ena.c:(.text+0x513a): undefined reference to `ena_mq_start'
ena.c:(.text+0x5149): undefined reference to `ena_qflush'
*** Error code 1
Stop.
make[2]: stopped in /usr/obj/usr/src/sys/MAMELON
*** Error code 1
Stop.
make[1]: stopped in /usr/src
*** Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list