Re: error: code model 'kernel' not supported in the 32 bit mode

2005-10-07 Thread saf
On Wed, Oct 05, 2005 at 05:03:30AM -0700, Max wrote: saf wrote: I tried to compile a Linux kernel in 64 bits mode. From old version of FAQ: ... deb http://debian-amd64.alioth.debian.org/biarch/ sarge main to your /etc/apt/sources.list which should already point to woody. I can't find

error: code model 'kernel' not supported in the 32 bit mode

2005-10-05 Thread saf
and when I try to compile it with: $ make V=1 ARCH=x86_64 I got the error message: arch/x86_64/kernel/asm-offsets.c:1: error: code model 'kernel' not supported in the 32 bit mode Why does he make this error? Here the exact output: melanie:/usr/src/linux-2.6.13.2# make V=1 ARCH=x86_64 if test ! /usr

Re: error: code model 'kernel' not supported in the 32 bit mode

2005-10-05 Thread Max
saf wrote: I tried to compile a Linux kernel in 64 bits mode. From old version of FAQ: === *Crosscompiling a 64bit kernel on a 32bit host* In order to get full advantage of the x86_64 architecture, you need to build a kernel which supports the 64bit extensions. You should use the latest