From mboxrd@z Thu Jan 1 00:00:00 1970 From: aftnix@gmail.com (arif) Date: Sun, 02 Dec 2012 18:38:59 +0600 Subject: Debug symbols in kernel modules In-Reply-To: References: Message-ID: <50BB4BE3.90606@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On 10/07/2012 06:46 AM, Mulyadi Santosa wrote: > On Sat, Oct 6, 2012 at 6:31 PM, Aft nix wrote: >> Hi, >> >> When i write a makefile to build a kernel module how should i make >> sure that it contains debugging symbols? > > IIRC, it's in kernel hacking section during make config/menuconfig/xconfig. > > Find "kernel debug" or something like that. Then check the resulting > config. You should find that CONFIG_DEBUG_INFO=y > > Or...if it's a stock kernel from your distro repository, just install > the kernel debug symbol package. > Thanks for the reply.