WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] kernel compile

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] kernel compile
From: Michael Hrivnak <mjhns@xxxxxxxxxxx>
Date: Thu, 19 Jan 2006 14:32:25 -0500
Delivery-date: Thu, 19 Jan 2006 19:41:05 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8.2
I'm having a tough time compiling a new kernel for xen 2.0.7.  Even without 
changing any options from the original .config, I get the following errors.  
I've tried with gcc4 and gcc3.4.  Any thoughts?  This is on Mandriva 2006.

I've found several accounts of similar errors via google, but no solutions.

Thanks,
Michael

/*-------------------------------
  INSTALL net/ipv4/netfilter/ip_tables.ko
  INSTALL net/ipv4/netfilter/ipt_MASQUERADE.ko
  INSTALL net/ipv4/netfilter/ipt_REJECT.ko
  INSTALL net/ipv4/netfilter/ipt_iprange.ko
  INSTALL net/ipv4/netfilter/iptable_filter.ko
  INSTALL net/ipv4/netfilter/iptable_nat.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 
-b /home/mhrivnak/xen-2.0/dist/install -r 2.6.11.12-xen0; fi
make[3]: Leaving directory `/home/mhrivnak/xen-2.0/linux-2.6.11-xen0'
make -C linux-2.6.11-xen0 ARCH=xen 
INSTALL_PATH=/home/mhrivnak/xen-2.0/dist/install install
make[3]: Entering directory `/home/mhrivnak/xen-2.0/linux-2.6.11-xen0'
  CHK     include/linux/version.h
make[4]: `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}:572: Error: suffix or operands invalid for `mov'
{standard input}:573: Error: suffix or operands invalid for `mov'
{standard input}:772: Error: suffix or operands invalid for `mov'
{standard input}:773: Error: suffix or operands invalid for `mov'
{standard input}:838: Error: suffix or operands invalid for `mov'
{standard input}:839: Error: suffix or operands invalid for `mov'
{standard input}:872: Error: suffix or operands invalid for `mov'
{standard input}:873: Error: suffix or operands invalid for `mov'
{standard input}:1055: Error: suffix or operands invalid for `mov'
{standard input}:1067: Error: suffix or operands invalid for `mov'
make[4]: *** [arch/xen/i386/kernel/process.o] Error 1
make[3]: *** [arch/xen/i386/kernel] Error 2
make[3]: Leaving directory `/home/mhrivnak/xen-2.0/linux-2.6.11-xen0'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/home/mhrivnak/xen-2.0'
make[1]: *** [linux-2.6-xen0-build] Error 2
make[1]: Leaving directory `/home/mhrivnak/xen-2.0'
make: *** [linux26] Error 2
-----------------------*/

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>