________________________________________ From: kernelnewbies-bounce@xxxxxxxxxxxx [kernelnewbies-bounce@xxxxxxxxxxxx] On Behalf Of Tapas Mishra [mightydreams@xxxxxxxxx] Sent: Tuesday, August 31, 2010 7:07 PM To: mayur nande Cc: Kernel Newbies Subject: Re: gdb error for 32 bit Ubuntu No symbol table is loaded. Use the "file" command. On Tue, Aug 31, 2010 at 4:56 PM, mayur nande <mayur.nan@xxxxxxxxx> wrote: >> Hello, >> >> I guess you need to load the uncompressed kernel image (vmlinux) >> instead of the compressed one (vmlinuz). >Ok so for that what do I need to do? >Do you mean to say I need to compile a new kernel and then use that? Please try this out : Decompressing the vmlinuz and then getting vmlinux out of that. dd if=/boot/vmlinuz skip=`grep -a -b -o -m 1 -e $'\x1f\x8b\x08\x00' /boot/vmlinuz | cut -d: -f 1` bs=1 | zcat > /tmp/vmlinux Hope this helps. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ Smital Desai ______________________________________________________________________ This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. ______________________________________________________________________ -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ