2009/7/15 Rajinder Yadav <[email protected]>: > LFS_Book-SVN-20090708 : Section 5.6.1 > > $ uname -a > Linux K64x2 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC > 2009 x86_64 GNU/Linux > > > call to "make headers_check" leads to the following 'userspace' > warning message? I am at a lose what to do next? > > CHECK include/linux/wimax (1 files) > CHECK include/linux (350 files) > CHECK include/mtd (6 files) > /mnt/custom_linux/sources/linux-2.6.30.1/usr/include/mtd/jffs2-user.h:21: > extern's make no sense in userspace > CHECK include/rdma (1 files) > CHECK include/sound (9 files) > CHECK include/video (3 files) > CHECK include (0 files) > CHECK include/asm (52 files) > > -- > Kind Regards, > Rajinder Yadav > --
It's only a warning, directed at kernel hackers. You can ignore it. I was going to say "I'll be interested to see if the current book will produce a working x86_64 build" (I haven't built any LFS newer than 6.4), but then I remembered that it uses grub, so it won't (32-bit assembler code in grub). If /boot is a separate filesystem, you can use the version of grub installed by your host system. Lilo (with bin86) works on pure64 systems - see cross-lfs. ĸen -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
