[Clfs-support] [CLFS-embedded] Error inside the book: 6.3. Linux-4.4.21
Michele Bucca
michele.bucca at gmail.com
Tue Feb 14 04:11:20 PST 2017
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
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