PDA

View Full Version : Xen - The Prefect Setup


vandretta
24th January 2007, 23:33
Hi Guys,

Im new to this so i'll try my best........

Im having a problem compiling the domU kernel for the xen virtual boxes, the specific error is

root@ws02:~/xen/linux-2.6.11.12-xenU# make install
CHK include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
CHK usr/initramfs_list
CC arch/xen/i386/kernel/process.o
{standard input}: Assembler messages:
{standard input}:556: Error: suffix or operands invalid for `mov'
{standard input}:557: Error: suffix or operands invalid for `mov'
{standard input}:765: Error: suffix or operands invalid for `mov'
{standard input}:766: Error: suffix or operands invalid for `mov'
{standard input}:845: Error: suffix or operands invalid for `mov'
{standard input}:846: Error: suffix or operands invalid for `mov'
{standard input}:883: Error: suffix or operands invalid for `mov'
{standard input}:884: Error: suffix or operands invalid for `mov'
{standard input}:1138: Error: suffix or operands invalid for `mov'
{standard input}:1150: Error: suffix or operands invalid for `mov'
make[1]: *** [arch/xen/i386/kernel/process.o] Error 1
make: *** [arch/xen/i386/kernel] Error 2


i have NO idea what any of this means so any ideas would be welcome.

Thanks in advance

falko
25th January 2007, 21:25
Do you use Debian Sarge?
This thread ( http://lists.xensource.com/archives/html/xen-users/2005-09/msg00766.html ) seems to suggest that this kind of error happens if you use Debian testing or unstable.

vandretta
26th January 2007, 23:24
Im using Kubuntu 6.06.

Sorry for the late reply.

falko
27th January 2007, 15:42
All Ubuntu versions identify themselves as Debian testing/unstable. You should consider using Debian Sarge instead.

vandretta
1st February 2007, 21:59
Ok,

Thankyou Falco.