From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: linux-2.6.xen.hg Date: Wed, 23 Nov 2005 21:07:38 +0100 Message-ID: <20051123200737.GA6106@snarc.org> References: <9e246b4d0511231140x508565fj553cf14abcaa2ece@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <9e246b4d0511231140x508565fj553cf14abcaa2ece@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tim Durack Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Wed, Nov 23, 2005 at 02:40:27PM -0500, Tim Durack wrote: > Is linux-2.6-xen.hg still too bleeding edge to actually build successfully? it should build for what we support. > drivers/built-in.o: In function `get_new_vector':msi.c:(.text+0x8d82): > undefined reference to `interrupt' > :msi.c:(.text+0x8d8e): undefined reference to `set_intr_gate' > > This is after I do a make menuconfig, select XEN subarch and privileged > domain (I also have to disable a RIO character driver to get beyond an early > build failure.) you need to desactivate PCI_MSI. Currently Xen doesn't support MSI see: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=49 I'll make sure that we cannot select it for now on. which RIO character driver are you trying to build and what is the build failure ? Cheers, -- Vincent Hanquez