This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to create kernel-debuginfo


I think the following steps are complete.
1. Config the kernel  with the following options enabled.
   CONFIG_DEBUG_INFO,
   (and other options for supporting Kprobe)
2. make && make install modules_install
3. link the output stuffs embedded with debuginfo to suitable positions
   ln -s /PathToBuildDir/vmlinux  /boot/vmlinux-`uname -r`
   ln -s /lib/modules/`uname -r`  /usr/lib/debug/lib/modules/`uname -r`

So, I think REAMDE of Sytemtap should be more clarifed.

On 8/28/06, sunzen w. <sunzen@gmail.com> wrote:
hi,
I'm trying systemtap-snapshot-20060826 on Linux 2.6.18-rc3.
The current problem for me is how to get the kernel-debuginfo for
Linux 2.6.18-rc3. I searched the network , but found no results ,
neither got any tips about creating a kernel-debuginfo by oneself.
Could anyone give me some guides about it? Any commit is appreciated.

Best regards.
--
sunzen
<<freedom & enjoyment>>

--
sunzen
<<freedom & enjoyment>>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]