On Tue, Jan 08, 2019 at 10:36:22PM -0500, Jean-Marc Pigeon via lfs-dev wrote: > > Please could you confirm you were successful to compile > the Kernel because > CONFIG_DEBUG_INFO is NOT set. > within .config file. >
Sure, that is indeed not set. Help text from https://cateee.net/lkddb/web-lkddb/DEBUG_INFO.html If you say Y here the resulting kernel image will include debugging info resulting in a larger kernel image. This adds debug symbols to the kernel and modules (gcc -g), and is needed if you intend to use kernel crashdump or binary object tools like crash, kgdb, LKCD, gdb, etc on the kernel. Say Y here only if you plan to debug the kernel. If unsure, say N. -- Take three of these a minute for four minutes. Don't take with alcohol or you'll grow an extra head. -- The Doctor -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
