From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin van Leeuwen Subject: xen unstable build domU kenel fails on entry.S Date: Sat, 03 Sep 2005 16:23:15 +0000 Message-ID: <4319CDF3.40202@ttg-edam.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org amd64:/usr/src/xen-unstable.hg#hg tip changeset: 6597:a1de77c1486c5f35884e9f578b7f33b6bd75c362 tag: tip user: shand@ubuntu.eng.hq.xensource.com date: Sat Sep 3 03:36:29 2005 summary: Enable 'live' migration from a tools pov; prior to this the 'live' flag was Which option in make ARCH=xen menuconfig should i disable to get rid of the following compile error of domU linux-2.6.12-domU? ------------------- arch/xen/x86_64/kernel/entry.S: Assembler messages: arch/xen/x86_64/kernel/entry.S:468: Error: CFI instruction used without previous .cfi_startproc arch/xen/x86_64/kernel/entry.S:468: Error: junk at end of line, first unrecognized character is `-' arch/xen/x86_64/kernel/entry.S:495: Error: CFI instruction used without previous .cfi_startproc arch/xen/x86_64/kernel/entry.S:495: Error: junk at end of line, first unrecognized character is `6' arch/xen/x86_64/kernel/entry.S:495: Error: CFI instruction used without previous .cfi_startproc arch/xen/x86_64/kernel/entry.S:495: Error: no such instruction: `rbx,5*8' arch/xen/x86_64/kernel/entry.S:495: Error: CFI instruction used without previous .cfi_startproc arch/xen/x86_64/kernel/entry.S:495: Error: no such instruction: `rbp,4*8' arch/xen/x86_64/kernel/entry.S:495: Error: CFI instruction used without previous .cfi_startproc arch/xen/x86_64/kernel/entry.S:495: Error: no such instruction: `r12,3*8' arch/xen/x86_64/kernel/entry.S:495: Error: CFI instruction used without previous .cfi_startproc arch/xen/x86_64/kernel/entry.S:495: Error: no such instruction: `r13,2*8' arch/xen/x86_64/kernel/entry.S:495: Error: CFI instruction used without previous .cfi_startproc arch/xen/x86_64/kernel/entry.S:495: Error: no such instruction: `r14,1*8' arch/xen/x86_64/kernel/entry.S:495: Error: CFI instruction used without previous .cfi_startproc arch/xen/x86_64/kernel/entry.S:495: Error: no such instruction: `r15,0*8' arch/xen/x86_64/kernel/entry.S:500: Error: CFI instruction used without previous .cfi_startproc arch/xen/x86_64/kernel/entry.S:500: Error: junk at end of line, first unrecognized character is `-' arch/xen/x86_64/kernel/entry.S:527: Error: .cfi_endproc without corresponding .cfi_startproc arch/xen/x86_64/kernel/entry.S:804: Error: previous CFI entry not closed (missing .cfi_endproc) make[4]: *** [arch/xen/x86_64/kernel/entry.o] Error 1 make[3]: *** [arch/xen/x86_64/kernel] Error 2 make[3]: Leaving directory `/usr/src/xen-unstable.hg/linux-2.6.12-xenU' make[2]: *** [build] Error 2 make[2]: Leaving directory `/usr/src/xen-unstable.hg' make[1]: *** [linux-2.6-xenU-build] Error 2 make[1]: Leaving directory `/usr/src/xen-unstable.hg' make: *** [kernels] Error 1 amd64:/usr/src/xen-unstable.hg# cd linux-2.6.12-xenU/ -------------------------------