--- Ken Moffat <[EMAIL PROTECTED]> wrote:

>   No.  You should have built cross-tools which run
> on your x86 host and 
> compile for x86_64, then you used those to
> cross-compile tools which 
> will run as x86_64.  When you have used the
> cross-tools to build a 
> 64-bit kernel, and booted that (with your existing
> system), you should 
> be able to build the temporary tools (tcl, expect,
> etc) and the new 
> system.
> 
>   Ken

Here is what I am going to do before chroot:
[EMAIL PROTECTED]:~/tmp/linux-2.6.13$ make
CROSS_COMPILE=/cross-tools/bin/x86_64-pc-linux-gnu-
ARCH=x86_64 menuconfig
[EMAIL PROTECTED]:~/tmp/linux-2.6.13$ make
CROSS_COMPILE=/cross-tools/bin/x86_64-pc-linux-gnu-
ARCH=x86_64
[EMAIL PROTECTED]:~/tmp/linux-2.6.13$ make
CROSS_COMPILE=/cross-tools/bin/x86_64-pc-linux-gnu-
ARCH=x86_64 modules_install

Then I will copy the new kernel from x86_64, .config
and System.map to /boot. The last step will be to edit
lilo.conf and to run lilo.

Please correct me if any of the above commands is wrong.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to