gcc DWARF debug info for PowerPC
Richard Henderson
rth@redhat.com
Sat Jan 13 20:07:00 GMT 2001
On Wed, Jan 10, 2001 at 03:40:14PM -0500, Gregg K Gibson wrote:
> Analizing the debug info in the compiled binary, it looks like the
> addresses listed are absolute target addresses rather than just
> offsets into the binary file, which is causing RISCWatch to choke.
It is very likely that you have a custom link script, and
that you have omitted the bits that place dwarf sections
at VMA 0. GCC relies on this. Look at the default link
scripts for examples of how this should be done.
r~
More information about the Gcc
mailing list