r/src/sys/xen/gnttab.c:(.text+0xe47): undefined reference to
`xenpci_alloc_space'
Thanks,
Michael
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?
Arghh, my fault. I did n
ab_resume':
> /usr/src/sys/xen/gnttab.c:(.text+0xe47): undefined reference to
> `xenpci_alloc_space'
>
> Thanks,
> Michael
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/fre
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'