Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow to generate vmlinux with debug symbols.
Hi All, I want to use the debugger. Therefore, I'm want to generate a vmlinux with debug symbols. Have the following settings in Menuconfig. Linux Kernel v2.6.30 Configration
Ke...
Altera_Forum
Honored Contributor
15 years agoHi All,
Worked by "make mrproper" and "make clean". The following is a reference.Linux Kernel v2.6.30 Configration
Kernel hacking --->
kernel debugging
Compile the kernel with debug info
uClinux Distribution v4.0 Configration
Debug Build --->
build debugable libraries
build debugable applications
Thanks to all.