When compiling xen using "make -C xen": make -C arch/x86 make[1]: Entering directory `/home/xin/xeno-unstable.bk/xen/arch/x86'' gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Wall -Werror -Wno-pointer-arith -pipe -I/home/xin/xeno-unstable.bk/xen/include -I/home/xin/xeno-unstable.bk/xen/include/asm-x86/mach-default -O3 -fomit-frame-pointer -msoft-float -m64 -mno-red-zone -fpic -fno-reorder-blocks -fno-asynchronous-unwind-tables -DNDEBUG -c smpboot.c -o smpboot.o {standard input}: Assembler messages: {standard input}:1028: Error: Incorrect register `%rdi'' used with `l'' suffix {standard input}:1074: Error: Incorrect register `%r15'' used with `l'' suffix make[1]: *** [smpboot.o] Error 1 make[1]: Leaving directory `/home/xin/xeno-unstable.bk/xen/arch/x86'' make: *** [/home/xin/xeno-unstable.bk/xen/xen] Error 2 make: Leaving directory `/home/xin/xeno-unstable.bk/xen'' -Xin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-May-25 12:50 UTC
Re: [Xen-devel] Xen bk rev1.1548 can not compile on x86_64
On 25 May 2005, at 13:14, Li, Xin B wrote:> When compiling xen using "make -C xen": > {standard input}: Assembler messages: > {standard input}:1028: Error: Incorrect register `%rdi'' used with `l'' > suffix > {standard input}:1074: Error: Incorrect register `%r15'' used with `l'' > suffix > make[1]: *** [smpboot.o] Error 1 > make[1]: Leaving directory `/home/xin/xeno-unstable.bk/xen/arch/x86'' > make: *** [/home/xin/xeno-unstable.bk/xen/xen] Error 2 > make: Leaving directory `/home/xin/xeno-unstable.bk/xen''Forgot to test the x86/64 build. Should be fixed now. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Nakajima, Jun
2005-May-25 14:34 UTC
RE: [Xen-devel] Xen bk rev1.1548 can not compile on x86_64
Keir Fraser wrote:> On 25 May 2005, at 13:14, Li, Xin B wrote: > >> When compiling xen using "make -C xen": >> {standard input}: Assembler messages: >> {standard input}:1028: Error: Incorrect register `%rdi'' used with >> `l'' suffix {standard input}:1074: Error: Incorrect register `%r15'' >> used with `l'' suffix make[1]: *** [smpboot.o] Error 1 >> make[1]: Leaving directory `/home/xin/xeno-unstable.bk/xen/arch/x86'' >> make: *** [/home/xin/xeno-unstable.bk/xen/xen] Error 2 >> make: Leaving directory `/home/xin/xeno-unstable.bk/xen'' > > Forgot to test the x86/64 build. Should be fixed now.I checked if xen/x86-64 xenlinux boots fine, and Latest ChangeSet: 2005/05/25 14:43:27 1.1552 429480ffbijN4G0QJScaV1h7mcJ23Q worked fine. Jun> > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel