bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gas assertion failure on ARM


From: Pete Gonzalez
Subject: gas assertion failure on ARM
Date: Mon, 07 Jul 2003 03:00:51 -0400

[I am not a subscriber to the bug-binutils, so please CC any
responses to "address@hidden".]

I am using binutils 2.13.2.1 with a GCC 3.3 cross-compiler
running on Win32/Cygwin and generating code for the arm7tdmi
target CPU.

When I run this command:

        gcc -c crt0.S -g

I get this error message:

        crt0.S: Assembler messages:
        crt0.S:746: Internal error!
Assertion failure in size_inc_line_addr at ../../binutils-2.13.2.1/gas/dwarf2dbg
        .c line 611.
        Please report this bug.

(Line 746 is the end of the file.)

This problem did not exist with GCC 3.2.3; it only appeared recently
when I rebuilt the compiler using the GCC 3.3 release.  The error goes
away if I remove the "-g" option on the above command line.  Ordinary
C++ files seem to compile without problems.

I will eventually retry with the binutils 2.14 sources, but I didn't
see anything relevant in the NEWS file.

-Pete





reply via email to

[Prev in Thread] Current Thread [Next in Thread]