From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: main.c:674: undefined reference to `xen_init_mtrr' Date: Thu, 06 Aug 2009 17:22:19 -0700 Message-ID: <4A7B73BB.90405@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Nathan Stratton Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 08/04/09 17:37, Nathan Stratton wrote: > > Trying to compile the latest bleeding edge rebase/master from the > Jeremy git tree and ran into: > > arch/x86/built-in.o: In function `mtrr_bp_init': > /usr/local/src/linux-2.6-xen/arch/x86/kernel/cpu/mtrr/main.c:674: > undefined reference to `xen_init_mtrr' > make: *** [.tmp_vmlinux1] Error 1 Thanks, that's a bug, bug the workaround is to also enable CONFIG_XEN_DOM0. However, rebase/master is *very* bleeding edge at the moment, so I don't think it will help solve your problem. J