All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robin van Leeuwen <rvl@rldsoftware.nl>
To: xen-devel@lists.xensource.com, xen-users@lists.xensource.com
Subject: i386 domU on amd64 (xen-unstable)
Date: Sat, 03 Dec 2005 16:42:00 +0100	[thread overview]
Message-ID: <4391BCC8.6080205@rldsoftware.nl> (raw)

Hi,

I want to run a i386 domU on my AMD64. I created a LVM partition with Debian
Sarge i386 on it, and set everything up. Now for the compilation of the 
kernel
for i386. In "linux-2.6.12-xenU/" , make ARCH=xen menuconfig, i did:

   Processor Type (X86) (which was selected, and compiled with X86_64 
before)
   Processor family (Opteron/Athlon64/Hammer/K8)
   [*] Generic x86 support

if i do a "make ARCH=xen" i get :

arch/i386/kernel/asm-offsets.c: In function 'foo':
arch/i386/kernel/asm-offsets.c:27: error: 'struct sigcontext' has no 
member named 'eax'
arch/i386/kernel/asm-offsets.c:28: error: 'struct sigcontext' has no 
member named 'ebx'
arch/i386/kernel/asm-offsets.c:29: error: 'struct sigcontext' has no 
member named 'ecx'
arch/i386/kernel/asm-offsets.c:30: error: 'struct sigcontext' has no 
member named 'edx'
arch/i386/kernel/asm-offsets.c:31: error: 'struct sigcontext' has no 
member named 'esi'
arch/i386/kernel/asm-offsets.c:32: error: 'struct sigcontext' has no 
member named 'edi'
arch/i386/kernel/asm-offsets.c:33: error: 'struct sigcontext' has no 
member named 'ebp'
arch/i386/kernel/asm-offsets.c:34: error: 'struct sigcontext' has no 
member named 'esp'
arch/i386/kernel/asm-offsets.c:35: error: 'struct sigcontext' has no 
member named 'eip'
arch/i386/kernel/asm-offsets.c:42: error: 'struct cpuinfo_x86' has no 
member named 'hard_math'
arch/i386/kernel/asm-offsets.c:67: error: 'struct tss_struct' has no 
member named 'esp0'
arch/i386/kernel/asm-offsets.c:71: error: 'FIX_VSYSCALL' undeclared 
(first use in this function)
arch/i386/kernel/asm-offsets.c:71: error: (Each undeclared identifier is 
reported only once
arch/i386/kernel/asm-offsets.c:71: error: for each function it appears in.)
make[1]: *** [arch/i386/kernel/asm-offsets.s] Error 1
make: *** [arch/i386/kernel/asm-offsets.s] Error 2


what should i do?

Kind regards,

Robin

                 reply	other threads:[~2005-12-03 15:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4391BCC8.6080205@rldsoftware.nl \
    --to=rvl@rldsoftware.nl \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-users@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.