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

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

bfd internal error in ld


From: Michael Rauch
Subject: bfd internal error in ld
Date: Fri, 29 Sep 2000 19:43:48 +0200
User-agent: Mutt/1.2.5i

Hi, 

I've tried to install the recent version of binutils (2.10) on our 
computers, but ld said that it encountered an internal error and
wrote: "Please report this bug.". So here are the details:
(I'm following the order in the info manual)

$ ld --version
GNU ld 2.10
Copyright 2000 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
  Supported emulations:
   sparcnbsd

No changes to the sources (binutils-2.10.tar.gz), downloaded from a GNU
mirror, built with 
./configure --prefix=/usr/local/DIR/binutils-2.10; gmake; gmake install

Operating system: NetBSD 1.4.1 sparc (SparcClassic)

gcc version: 2.95.2

Input file: attachment #1 (simple hello_world program helloworld.c)

What I typed into the shell, and what I got back (I've used gcc -v, in case
it might help you): attachment #2 (gcc.out)

If you need any further information, please mail me. 


Michael

-- 
Michael Rauch                        
Fachschaft Math/Phys/Info TU Muenchen
#include <stdio.h>
int main (argc, argv)
 int argc;
 char *argv[];
 {
   printf ("hello, world\n");
   exit(0);
 } 
address@hidden: /usr/soft/mrauch/hello_world $ gcc -v helloworld.c
Reading specs from 
/usr/local/DIR/gcc-2.95.2/lib/gcc-lib/sparc-unknown-netbsd1.4.1/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/local/DIR/gcc-2.95.2/lib/gcc-lib/sparc-unknown-netbsd1.4.1/2.95.2/cpp 
-lang-c -v -D__GNUC__=2 -D__GNUC_MINOR__=95 -Dunix -Dsparc -D__NetBSD__ 
-D__unix__ -D__sparc__ -D__NetBSD__ -D__unix -D__sparc -Asystem(unix) 
-Asystem(NetBSD) -Acpu(sparc) -Amachine(sparc) helloworld.c /var/tmp/ccTciOGY.i
GNU CPP version 2.95.2 19991024 (release) (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 
/usr/local/DIR/gcc-2.95.2/lib/gcc-lib/sparc-unknown-netbsd1.4.1/2.95.2/../../../../sparc-unknown-netbsd1.4.1/include
 /usr/local/DIR/gcc-2.95.2/lib/gcc-lib/sparc-unknown-netbsd1.4.1/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 
/usr/local/DIR/gcc-2.95.2/lib/gcc-lib/sparc-unknown-netbsd1.4.1/2.95.2/include/g++
End of omitted list.
 /usr/local/DIR/gcc-2.95.2/lib/gcc-lib/sparc-unknown-netbsd1.4.1/2.95.2/cc1 
/var/tmp/ccTciOGY.i -quiet -dumpbase helloworld.c -version -o 
/var/tmp/ccXAlbP1.s
GNU C version 2.95.2 19991024 (release) (sparc-unknown-netbsd1.4.1) compiled by 
GNU C version 2.95.2 19991024 (release).
 as -o /var/tmp/ccZ5qXuB.o /var/tmp/ccXAlbP1.s
 
/usr/local/DIR/gcc-2.95.2/lib/gcc-lib/sparc-unknown-netbsd1.4.1/2.95.2/collect2 
-e start -dc -dp /usr/lib/crt0.o 
-L/usr/local/DIR/gcc-2.95.2/lib/gcc-lib/sparc-unknown-netbsd1.4.1/2.95.2 
-L/usr/local/DIR/gcc-2.95.2/lib /var/tmp/ccZ5qXuB.o -lgcc -lc -lgcc
/usr/local/DIR/binutils-2.10_bug/bin/ld: BFD internal error, aborting at 
aoutx.h line 4727 in aout_reloc_index_to_section

/usr/local/DIR/binutils-2.10_bug/bin/ld: Please report this bug.

collect2: ld returned 1 exit status

reply via email to

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