From: Tim Hockin <thockin@cobaltnet.com>
To: linux@cthulhu.engr.sgi.com
Subject: an ld problem?
Date: Wed, 28 Jul 1999 19:27:10 -0700 [thread overview]
Message-ID: <379FBBFE.FB8C1734@cobaltnet.com> (raw)
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
next reply other threads:[~1999-07-29 2:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-07-29 2:27 Tim Hockin [this message]
1999-07-29 13:32 ` an ld problem? 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=379FBBFE.FB8C1734@cobaltnet.com \
--to=thockin@cobaltnet.com \
--cc=linux@cthulhu.engr.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.