public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/11195] New: Gcc ELF file format NOT compatible with AXD *.axf
@ 2003-06-15 15:33 wolfgang.betz@tin.it
  2003-06-16  0:23 ` [Bug debug/11195] " drow@mvista.com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wolfgang.betz@tin.it @ 2003-06-15 15:33 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debug/11195] Gcc ELF file format NOT compatible with AXD *.axf
  2003-06-15 15:33 [Bug debug/11195] New: Gcc ELF file format NOT compatible with AXD *.axf wolfgang.betz@tin.it
@ 2003-06-16  0:23 ` drow@mvista.com
  2003-06-16  9:59 ` rearnsha@gcc.gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: drow@mvista.com @ 2003-06-16  0:23 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From drow@mvista.com  2003-06-16 00:23 -------
Subject: Re:  New: Gcc ELF file format NOT compatible with AXD *.axf

On Sun, Jun 15, 2003 at 03:33:00PM -0000, wolfgang.betz@tin.it wrote:
> 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).

Why do you believe that this is a bug in GCC, rather than a bug in
ARM's debugger?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debug/11195] Gcc ELF file format NOT compatible with AXD *.axf
  2003-06-15 15:33 [Bug debug/11195] New: Gcc ELF file format NOT compatible with AXD *.axf wolfgang.betz@tin.it
  2003-06-16  0:23 ` [Bug debug/11195] " drow@mvista.com
@ 2003-06-16  9:59 ` rearnsha@gcc.gnu.org
  2003-07-29 20:29 ` pinskia at physics dot uc dot edu
  2003-09-03  5:57 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rearnsha@gcc.gnu.org @ 2003-06-16  9:59 UTC (permalink / raw)
  To: gcc-bugs

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


rearnsha@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From rearnsha@gcc.gnu.org  2003-06-16 09:59 -------
gcc developers do not have access to the commercial AXD product.  If you think
there is a bug in gcc you need to show exactly what it is doing that is
incorrect (by the dwarf2 standard).

To the best of my knowledge ARM make no claims that AXD will eat debugging
information from any compiler other than their own.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debug/11195] Gcc ELF file format NOT compatible with AXD *.axf
  2003-06-15 15:33 [Bug debug/11195] New: Gcc ELF file format NOT compatible with AXD *.axf wolfgang.betz@tin.it
  2003-06-16  0:23 ` [Bug debug/11195] " drow@mvista.com
  2003-06-16  9:59 ` rearnsha@gcc.gnu.org
@ 2003-07-29 20:29 ` pinskia at physics dot uc dot edu
  2003-09-03  5:57 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 20:29 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debug/11195] Gcc ELF file format NOT compatible with AXD *.axf
  2003-06-15 15:33 [Bug debug/11195] New: Gcc ELF file format NOT compatible with AXD *.axf wolfgang.betz@tin.it
                   ` (2 preceding siblings ...)
  2003-07-29 20:29 ` pinskia at physics dot uc dot edu
@ 2003-09-03  5:57 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-03  5:57 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-03 05:57 -------
No feedback in 3 months (T-13 days but AXD does not say they will eat anyother 
debuging output from another close).


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-03  5:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-15 15:33 [Bug debug/11195] New: Gcc ELF file format NOT compatible with AXD *.axf wolfgang.betz@tin.it
2003-06-16  0:23 ` [Bug debug/11195] " drow@mvista.com
2003-06-16  9:59 ` rearnsha@gcc.gnu.org
2003-07-29 20:29 ` pinskia at physics dot uc dot edu
2003-09-03  5:57 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).