Hi Sharath,
If you use a recent version of binutils, build from the CVS sources,
you should also find that "objdump --debugging" now also works. I
recently added a patch to make it display DWARF debug information if it
fails to find any STAB debug information in a given file.
Cheers
Nic
Ian Lance Taylor wrote:
Sharath Manjunatha <[EMAIL PROTECTED]> writes:
And I am using the object compiled with 345 compiler.
I don't know what that compiler is.
That would be a Cisco gcc-3.4.5 release with some patches. Not that it
really matters.
Sharath, you can use readelf -w (aka read
Sharath Manjunatha <[EMAIL PROTECTED]> writes:
> I am using '--debugging' option for the objdump. Is that you are asking?
Yes, --debugging is the same as -g. Neither option supports DWARF.
> And I am using the object compiled with 345 compiler.
I don't know what that compiler is.
Ian
; To: [EMAIL PROTECTED]
> Cc: bug-binutils@gnu.org
> Subject: Re: FW: objdump says 'no recognized debugging informatio'
>
> Sharath Manjunatha <[EMAIL PROTECTED]> writes:
>
> > Can anybody tell me, why the below message comes while
> using "objdump&
Sharath Manjunatha <[EMAIL PROTECTED]> writes:
> Can anybody tell me, why the below message comes while using "objdump"
> on an object
>
> 1.o: no recognized debugging informatio
>
> 1.o is the object generated by gcc -c -g 1.c -o 1.o
Are you using objdump -g? Nobody ever added support for DW
forwarding to binutils
-Original Message-
From: Andrew Haley [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 01, 2008 4:21 PM
To: [EMAIL PROTECTED]
Cc: 'GCC-help'
Subject: Re: objdump says 'no recognized debugging informatio'
Sharath Manjunatha wrote:
>
> Hi ,
>
> Can anybody tell me, w