Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 08:31:07 +0200
From:      Michael Schmiedgen <schmiedgen@gmx.net>
To:        "Justin T. Gibbs" <gibbs@scsiguy.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: undefined reference to xenpci_alloc_space
Message-ID:  <52579B2B.1070903@gmx.net>
In-Reply-To: <3E0575B1-D8F9-49B6-85C1-6594F03A26B2@scsiguy.com>
References:  <5256F4BA.80209@gmx.net> <3E0575B1-D8F9-49B6-85C1-6594F03A26B2@scsiguy.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/11/13 05:39, Justin T. Gibbs wrote:
> On Oct 10, 2013, at 12:40 PM, Michael Schmiedgen <schmiedgen@gmx.net> wrote:
>>
>> 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
>
> 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 not inspect changes to kernel config
carefully enough. Thanks for the hint.

   Michael





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52579B2B.1070903>