This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/11195] New: Gcc ELF file format NOT compatible with AXD *.axf
- From: "wolfgang dot betz at tin dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jun 2003 15:33:00 -0000
- Subject: [Bug debug/11195] New: Gcc ELF file format NOT compatible with AXD *.axf
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11195
Summary: Gcc ELF file format NOT compatible with AXD *.axf
Product: gcc
Version: 3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: debug
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: wolfgang.betz@tin.it
CC: gcc-bugs@gcc.gnu.org
Any executable file built from objects compiled
with "-gdwarf-2" by arm-linux-gcc 3.2 crashes the ARM Ltd.
debugger AXD when trying to load them. The same
files compiled with arm-linux-gcc 2.95.5 work perfectly.
The AXD debugger crashes with the uninteligible
error message ("DBE Warning 00255: WIN32 exception code 0xc0000005 was caught
in dbess_image\dbt_image.cpp:160";
even if the message says it is a warning, the debugger
becomes unusable and must be closed and restarted).
Release:
3.2
Environment:
Cross-compiler configured for --target=arm-linux,
hosted on i686-pc-cygwin. However, it does not seem
likely that the host may have any influence.
How-To-Repeat:
Compile any file with "-gdwarf-2" option using arm-linux-gcc
3.2 and try to load it with ARM Ltd. AXD debugger.
Ciao Wolfgang