Thread: how do I make sure CONFIG_PROC_KCORE and CONFIG_DEBUG_INFO are enabled
how make sure config_proc_kcore , config_debug_info enabled
in running kernel.
/proc/config.gz contains config of current kernel.code:zcat /proc/config.gz | grep config_proc_kcore
edit: actually, ubuntu kernel not create /proc/config.gz, so
code:grep config_proc_kcore /boot/config-`uname -r`
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk how do I make sure CONFIG_PROC_KCORE and CONFIG_DEBUG_INFO are enabled
Ubuntu
Comments
Post a Comment