[Clfs-support] [CLFS-embedded] Error inside the book: 6.3. Linux-4.4.21

Michele Bucca michele.bucca at gmail.com
Tue Feb 14 11:57:02 PST 2017


2017-02-14 13:11 GMT+01:00 Michele Bucca <michele.bucca at gmail.com>:
> on the page that explains how to compile the kernel there's an error
>
> at a certain point the book suggests to use the following command to
> generate a default config as an alternative to:
>
> make ARCH=${CLFS_ARCH} CROSS_COMPILE=${CLFS_TARGET}- menuconfig
>
> the alternative command is:
>
> make ${CLFS_TARGET}_defconfig
>
> However it is WRONG! and it should be:
>
> make ${CLFS_ARCH}_defconfig

WRONG AGAIN: it should be

make i386_defconfig for x86
make x86_64_defconfig for x86_64
make (dunnowhat)_defconfig for arm (look in arch/arm/configs/ dir)

>
> the error can be fixed editing line 53 of the file at this link
>
> http://git.clfs.org/?p=clfs-embedded.git;a=blob;f=BOOK/bootable/common/kernel.xml;h=f159c4cc8617da83ee7aec1e8bf2b64067fc96e6;hb=HEAD



More information about the Clfs-support mailing list