From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Gonzalez Subject: Re: Latest Xen src 64bit: cannot compile Date: Thu, 04 May 2006 23:59:22 -0500 Message-ID: <445ADBAA.4080604@us.ibm.com> References: <445A53B4.3070702@us.ibm.com> <6df21879b8e34eb635446da4f713ab22@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <6df21879b8e34eb635446da4f713ab22@cl.cam.ac.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Xen Developers List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > > On 4 May 2006, at 20:19, Rick Gonzalez wrote: > >> Anybody having problems compiling latest changeset? >> >> This is what I'm seeing: >> >> >> -o intercept.o >> gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes >> -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix >> include -Werror -Wno-pointer-arith -pipe >> -I/usr/xen/xen-unstable.hg/xen/include >> -I/usr/xen/xen-unstable.hg/xen/include/asm-x86/mach-generic >> -I/usr/xen/xen-unstable.hg/xen/include/asm-x86/mach-default >> -msoft-float -mno-red-zone -fpic -fno-reorder-blocks >> -fno-asynchronous-unwind-tables -g -D__XEN__ -c io.c -o io.o >> make[6]: *** No rule to make target `instrlen.o', needed by >> `built_in.o'. Stop. > > Does your xen/arch/x86/hvm/Makefile contain a reference to instrlen.o? > That would be a problem, and no such reference is present in the main > repositories (instrlen.c lives in xen/arch/x86/hvm/svm, and it's that > directory's Makefile that references it). > > Maybe you need to clone a fresh repository. Keir, Thanks for the info and advise. :) I just got a fresh repository and it is working now. I'm not sure how it actually got bad. Anyway thanks, > > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >