Linux MIPS Architecture development
 help / color / mirror / Atom feed
* an ld problem?
@ 1999-07-29  2:27 Tim Hockin
  1999-07-29 13:32 ` Ralf Baechle
       [not found] ` <19990729153427.E4730@uni-koblenz.de>
  0 siblings, 2 replies; 4+ messages in thread
From: Tim Hockin @ 1999-07-29  2:27 UTC (permalink / raw)
  To: linux

I'm trying to compile egcs-1.0.2-9 on a Cobalt (mipsel) box.  During the
libstdc++ build I we have the following:


compile string:
/home/src/redhat/BUILD/egcs-1.0.2/obj-mipsel-linux/gcc/xgcc
-B/home/src/redhat/BUILD/egcs-1.0.2/obj-mipsel-linux/gcc/ -O2
-fno-implicit-templates -Wl,-soname,libstdc++.so.2.8 -shared -o
libstdc++.so.2.8.0 `cat piclist` -lm

result:
collect2: ld terminated with signal 6 [Aborted], core dumped

I have traced it through ld to this point: (elf32-mips.c : line 1526)

                          asection *osec;

                          osec = sec->output_section;
                          indx = elf_section_data (osec)->dynindx;
                          if (indx == 0)
                            abort ();

where it aborts.  I am a bit bewildered.  Anyone have any ideas to
offer?  Help?

Tim

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

end of thread, other threads:[~1999-07-30 21:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-07-29  2:27 an ld problem? Tim Hockin
1999-07-29 13:32 ` Ralf Baechle
     [not found] ` <19990729153427.E4730@uni-koblenz.de>
1999-07-30  5:28   ` an ld problem? - possibly fixed Tim Hockin
1999-07-30 21:01     ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox