undefined reference to xenpci_alloc_space
Justin T. Gibbs
gibbs at scsiguy.com
Fri Oct 11 03:39:04 UTC 2013
On Oct 10, 2013, at 12:40 PM, Michael Schmiedgen <schmiedgen at gmx.net> wrote:
> Hi List,
>
> is it intended that kernel does not build if
>
> device xenpci
>
> is omitted in the kernel config? I get the following error:
>
> linking kernel
> gnttab.o: In function `gnttab_resume':
> /usr/src/sys/xen/gnttab.c:(.text+0xe47): undefined reference to `xenpci_alloc_space'
>
> Thanks,
> Michael
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
>
XENHVM depends on xenpci, so you must remove XENHVM if you remove
xenpci. Perhaps we should make a change similar to the attached
patch in order to make this clear?
--
Justin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: GENERIC.diff
Type: application/octet-stream
Size: 2002 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20131010/1ce7845e/attachment.obj>
More information about the freebsd-current
mailing list