* PVOPS Build Failure: CONFIG_PCI_XEN flag not produced
@ 2009-11-11 12:28 Phil Winterfield (winterfi)
2009-11-11 15:07 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 2+ messages in thread
From: Phil Winterfield (winterfi) @ 2009-11-11 12:28 UTC (permalink / raw)
To: xen-users-request, xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 955 bytes --]
The builds are failing after pulling yesterdays 11/10 pvops tree. It
appears that the CONFIG_PCI_XEN flag is not being produced by make
menuconfig.
The build error is:
arch/x86/built-in.o: In function `pci_swiotlb_init':
/root/kernels/linux-2.6-xen/arch/x86/kernel/pci-swiotlb.c:54: undefined
reference to `xen_wants_swiotlb'
make: *** [.tmp_vmlinux1] Error 1
Which should have been defined by:
drivers/pci/Makefile:31:obj-$(CONFIG_PCI_XEN) += xen-iommu.o
CONFIG_PCI_XEN does not get produced in the default .config file from
'make menuconfig'.
I am performing the following build steps:
cd /usr/src/kernels
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-xen
cd linux-2.6-xen
git checkout origin/xen-tip/master -b xen-tip/master
make menuconfig
make
make modules_install install
Suggestions? Workarounds?
Thanks
[-- Attachment #1.2: Type: text/html, Size: 5707 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PVOPS Build Failure: CONFIG_PCI_XEN flag not produced
2009-11-11 12:28 PVOPS Build Failure: CONFIG_PCI_XEN flag not produced Phil Winterfield (winterfi)
@ 2009-11-11 15:07 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-11-11 15:07 UTC (permalink / raw)
To: Phil Winterfield (winterfi); +Cc: xen-devel, xen-users-request
> git checkout origin/xen-tip/master -b xen-tip/master
You are getting the wrong branch (what instructions pointed you to use the xen-tip/master?)
It should be origin/xen/master, not xen-tip/master
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-11 15:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11 12:28 PVOPS Build Failure: CONFIG_PCI_XEN flag not produced Phil Winterfield (winterfi)
2009-11-11 15:07 ` Konrad Rzeszutek Wilk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.