Hi,
I don't know what happened but the problem is now much worse: I can't
link even the simplest possible program anymore if I it includes
debugging symbols. Happens on both my openmoko and sheevaplug:
lindi@ginger:~$ cat dummy.c
int main(int argc, char *argv[]) {
return 42;
}
lindi@ginger:~$ gcc -g dummy.c
/usr/bin/ld: internal error in value_from_output_section, at
../../gold/reloc.cc:1549
collect2: ld returned 1 exit status
lindi@ginger:~$ gcc dummy.c
lindi@ginger:~$
lindi@ginger:~$ binutils*
binutils 2.21.52.20110703-1
binutils-doc
binutils-gold 2.21.52.20110703-1
lindi@ginger:~$ cat /proc/cpuinfo
Processor : ARM920T rev 0 (v4l)
BogoMIPS : 199.47
Features : swp half thumb
CPU implementer : 0x41
CPU architecture: 4T
CPU variant : 0x1
CPU part : 0x920
CPU revision : 0
Hardware : GTA02
Revision : 0350
Serial : 0000000000000000
wallwart:~# gcc -g dummy.c
/usr/bin/ld: internal error in value_from_output_section, at
../../gold/reloc.cc:1549
collect2: ld returned 1 exit status
wallwart:~# dpkg-query -W binutils*
binutils 2.21.52.20110703-1
binutils-doc
binutils-gold 2.21.52.20110703-1
binutils-multiarch
wallwart:~# cat /proc/cpuinfo
Processor : Feroceon 88FR131 rev 1 (v5l)
BogoMIPS : 1192.75
Features : swp half thumb fastmult edsp
CPU implementer : 0x56
CPU architecture: 5TE
CPU variant : 0x2
CPU part : 0x131
CPU revision : 1
Hardware : Marvell eSATA SheevaPlug Reference Board
Revision : 0000
Serial : 0000000000000000
I'm upgrading my QEMU system next to see if fails too...
-Timo
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]