This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/12514] Compile error


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12514



------- Additional Comments From rjstute at etaxmaven dot com  2003-10-05 07:39 -------
Subject: Re:  Compile error

I just did a make clean then recompiled and I get this.

stage2/xgcc -Bstage2/ -B/usr/local/i686-pc-linux-gnu/bin/ -DIN_GCC    -g
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wtradi
tional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o cc1plus \
      cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o
cp/decl2.o cp/error.o cp/lex.o cp/parse.o cp/ptree.o cp/rtti.o cp/spew.o
cp/typeck
.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o
cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o
cp/cp-lan
g.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o 
main.o libbackend.a libcpp.a   ../libiberty/libiberty.a
/usr/local/i686-pc-linux-gnu/bin/ld: BFD 2.14 20030612 internal error,
aborting at merge.c line 943 in _bfd_merged_section_offset

/usr/local/i686-pc-linux-gnu/bin/ld: Please report this bug.

collect2: ld returned 1 exit status
make[2]: *** [cc1plus] Error 1
make[2]: Leaving directory `/usr/inst/gcc323/gccout/gcc'
make[1]: *** [stage3_build] Error 2
make[1]: Leaving directory `/usr/inst/gcc323/gccout/gcc'
make: *** [bootstrap] Error 2
root@ETAX:/usr/inst/gcc323/gccout#

pinskia at gcc dot gnu dot org 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=12514
> 
> pinskia at gcc dot gnu dot org changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |WAITING
>   GCC build triplet|323                         |
>    GCC host triplet|323                         |
>  GCC target triplet|323                         |i686-pc-linux-gnu
>            Keywords|                            |ice-on-valid-code
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-05 05:48 -------
> How did you configure?
> Also linux on x86 is one of the most bootstrapped target, this looks like a memory
> problem, can you check you memory?
> Also 3.2.3 is an old release, can you try 3.3.1?
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]