This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
debug information
- To: bug-gcc at gnu dot org
- Subject: debug information
- From: kenny dot liew at quantel dot com
- Date: Fri, 23 Jun 2000 10:02:01 +0100
- Organization: Quantel Ltd.
---------------------- Forwarded by Kenny Liew/Quantel Research on 06/23/2000 09:59 AM
---------------------------
Kenny Liew
06/22/2000 01:31 PM
To: bug-gcc@gnu.org
cc:
Subject: debug information
Hi,
I've tried to include debug information in the file generated in the linker, with the format
"OUTPUT(output.bin coff-arm-little)" for Strongarm target.
The problem is, when I tried to include the debug information in the file, by doing objcopy, an
error came out saying:
"don't know how to write debugging information for binary".
This appears to be the same for all formats supported (arm),e.g. srecord, hex etc, which i find a
bit puzzling.
Out of my wits, I'm not sure if it's the linker. Please advise.
Thanks,
Kenny