On Tue, 6 Sep 2005, Basel Al-Mustafa wrote:

Hello,

don't attempt to use a 32-bit config.

Where can I find a 64-bit config that I can use as a
starting point?

 If you set ARCH then the kernel will use a 64-bit config.

make CROSS_COMPILING=x86_64-pc-linux-gnu-
ARCH=x86_64 menuconfig

  Note the '-' at the end of the CROSS_COMPILING,
this should match the
prefix given to your cross-compile tools (gcc, ld),

Are you refering to the MACHTYPE variable? Could you
give me more hints?
[EMAIL PROTECTED]:~$ echo $MACHTYPE
i486-slackware-linux-gnu


No, I'm referring to LFS_TARGET. I've assumed you were building for something like x64_64-pc-linux-gnu, either as multilib or as pure64. So, your cross-compiler should be /cross-tools/bin/x86_64-pc-linux-gnu-gcc.

Also, these cross-tools need to be on your PATH, so
do the native tools.

  In the config, you haven't cross-built
module-init-tools so you have to
build everything in, which is why it is important to
identify what you
use.

I am confused here.


 You are trying to build a 64-bit system, aren't you ?

Ken
--
 das eine Mal als Tragödie, das andere Mal als Farce
-- 
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