linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in  BUILD
@ 2010-07-14 23:33 Jeffrey Merkey
  2010-07-15 21:17 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 3+ messages in thread
From: Jeffrey Merkey @ 2010-07-14 23:33 UTC (permalink / raw)
  To: linux-kernel

[root@cloudstream linux-2.6.29.6]#
[root@cloudstream linux-2.6.29.6]#
[root@cloudstream linux-2.6.29.6]#
[root@cloudstream linux-2.6.29.6]# make bzImage modules modules_install install
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-x86
  CALL    scripts/checksyscalls.sh
  CHK     include/linux/compile.h
  AS      arch/x86/xen/xen-asm_64.o
arch/x86/xen/xen-asm_64.S: Assembler messages:
arch/x86/xen/xen-asm_64.S:48: Error: suffix or operands invalid for `mov'
arch/x86/xen/xen-asm_64.S:55: Error: suffix or operands invalid for `test'
arch/x86/xen/xen-asm_64.S:72: Error: suffix or operands invalid for `mov'
arch/x86/xen/xen-asm_64.S:90: Error: suffix or operands invalid for `test'
arch/x86/xen/xen-asm_64.S:110: Error: suffix or operands invalid for `setz'
arch/x86/xen/xen-asm_64.S:116: Error: suffix or operands invalid for `cmp'
make[1]: *** [arch/x86/xen/xen-asm_64.o] Error 1
make: *** [arch/x86/xen] Error 2
[root@cloudstream linux-2.6.29.6]#

 Jeff Merkey

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in  BUILD
  2010-07-14 23:33 Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in BUILD Jeffrey Merkey
@ 2010-07-15 21:17 ` Jeremy Fitzhardinge
  2010-07-16  4:27   ` Jeffrey Merkey
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Fitzhardinge @ 2010-07-15 21:17 UTC (permalink / raw)
  To: Jeffrey Merkey; +Cc: linux-kernel

On 07/14/2010 04:33 PM, Jeffrey Merkey wrote:
> [root@cloudstream linux-2.6.29.6]#
> [root@cloudstream linux-2.6.29.6]#
> [root@cloudstream linux-2.6.29.6]#
> [root@cloudstream linux-2.6.29.6]# make bzImage modules modules_install install
>   CHK     include/linux/version.h
>   CHK     include/linux/utsrelease.h
>   SYMLINK include/asm -> include/asm-x86
>   CALL    scripts/checksyscalls.sh
>   CHK     include/linux/compile.h
>   AS      arch/x86/xen/xen-asm_64.o
> arch/x86/xen/xen-asm_64.S: Assembler messages:
> arch/x86/xen/xen-asm_64.S:48: Error: suffix or operands invalid for `mov'
> arch/x86/xen/xen-asm_64.S:55: Error: suffix or operands invalid for `test'
> arch/x86/xen/xen-asm_64.S:72: Error: suffix or operands invalid for `mov'
> arch/x86/xen/xen-asm_64.S:90: Error: suffix or operands invalid for `test'
> arch/x86/xen/xen-asm_64.S:110: Error: suffix or operands invalid for `setz'
> arch/x86/xen/xen-asm_64.S:116: Error: suffix or operands invalid for `cmp'
> make[1]: *** [arch/x86/xen/xen-asm_64.o] Error 1
> make: *** [arch/x86/xen] Error 2
> [root@cloudstream linux-2.6.29.6]#
>   

Do you have a particular reason to be using those kernels?  They're very
old.

    J

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken  x86_64 in BUILD
  2010-07-15 21:17 ` Jeremy Fitzhardinge
@ 2010-07-16  4:27   ` Jeffrey Merkey
  0 siblings, 0 replies; 3+ messages in thread
From: Jeffrey Merkey @ 2010-07-16  4:27 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: linux-kernel

building all versions of MDB (Merkey Debugger) on the kernels I missed
during my divorce.   Was busy with other things.  They are almost all
done.

Jeff

On Thu, Jul 15, 2010 at 3:17 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> On 07/14/2010 04:33 PM, Jeffrey Merkey wrote:
>> [root@cloudstream linux-2.6.29.6]#
>> [root@cloudstream linux-2.6.29.6]#
>> [root@cloudstream linux-2.6.29.6]#
>> [root@cloudstream linux-2.6.29.6]# make bzImage modules modules_install install
>>   CHK     include/linux/version.h
>>   CHK     include/linux/utsrelease.h
>>   SYMLINK include/asm -> include/asm-x86
>>   CALL    scripts/checksyscalls.sh
>>   CHK     include/linux/compile.h
>>   AS      arch/x86/xen/xen-asm_64.o
>> arch/x86/xen/xen-asm_64.S: Assembler messages:
>> arch/x86/xen/xen-asm_64.S:48: Error: suffix or operands invalid for `mov'
>> arch/x86/xen/xen-asm_64.S:55: Error: suffix or operands invalid for `test'
>> arch/x86/xen/xen-asm_64.S:72: Error: suffix or operands invalid for `mov'
>> arch/x86/xen/xen-asm_64.S:90: Error: suffix or operands invalid for `test'
>> arch/x86/xen/xen-asm_64.S:110: Error: suffix or operands invalid for `setz'
>> arch/x86/xen/xen-asm_64.S:116: Error: suffix or operands invalid for `cmp'
>> make[1]: *** [arch/x86/xen/xen-asm_64.o] Error 1
>> make: *** [arch/x86/xen] Error 2
>> [root@cloudstream linux-2.6.29.6]#
>>
>
> Do you have a particular reason to be using those kernels?  They're very
> old.
>
>    J
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-16  4:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-14 23:33 Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in BUILD Jeffrey Merkey
2010-07-15 21:17 ` Jeremy Fitzhardinge
2010-07-16  4:27   ` Jeffrey Merkey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).