This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Error compiling 3.0.2 on Solaris2.8
- To: gcc-help at gcc dot gnu dot org
- Subject: Error compiling 3.0.2 on Solaris2.8
- From: "Joyce Lyon" <joycedl at nortelnetworks dot com>
- Date: Tue, 30 Oct 2001 04:00:56 -0500
- Organization: Nortel Networks
I am ultimately trying to build a cross compiler for the power pc target
and the solaris2.8 host. As suggested, I am attempting to build the
native compiler first. My configuration call from my gcc-3.0.2-build
directory was as follows:
../gcc-3.0.2/configure -prefix=/home/joycedl/GNU/native
-exec-prefix=/home/joycedl/GNU/native
I get the following error when I call make bootstrap:
./genconfig ../../gcc-3.0.2/gcc/config/sparc/sparc.md > tmp-config.h
ld.so.1: ./genconfig: fatal: relocation error: file ./genconfig: symbol
__deregister_frame_info: referenced symbol not found
Killed
Can anyone explain what's going on here and how I can get past this?
Thanks,
Joyce