This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Compiling gcc 3.3.3 on solaris 2.6
- From: "Balaji Srinivasa" <Balaji at bladelogic dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 18 Mar 2004 11:37:45 -0500
- Subject: Compiling gcc 3.3.3 on solaris 2.6
Hi all,
This is perplexing me. I am trying to build gcc 3.3.3 on solaris 2.6
using gcc 2.95.2 and I get this error.
It happens in the case of both 3.2.3 and 3.3.3. What am I doing wrong?
Attached my config.status and my errors.
Any response appreciated!
thx
balaji
------config.status---------
#!/bin/sh
# This file was generated automatically by configure. Do not edit.
# This directory was configured as follows:
../configure
--with-gcc-version-trigger=/home/balaji/gcc-3.3.3/gcc/version.c
--host=sparc-sun-solaris2.6 --prefix=/home/balaji/gcc
--with-ld=/usr/ccs/bin/ld --with-as=/usr/ccs/bin/as --disable-libgcj
--enable-languages=c,c++,objc --disable-nls --norecursion
# using "mh-frag"
--------error-----------------
stage1/xgcc -Bstage1/ -B/home/balaji/gcc/sparc-sun-solaris2.6/bin/ -c
-g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/ggc-page.c -o ggc-page.o
stage1/xgcc -Bstage1/ -B/home/balaji/gcc/sparc-sun-solaris2.6/bin/ -c
-g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include \
../../gcc/config/sparc/sparc.c -o sparc.o
rm -rf libbackend.a
ar rc libbackend.a alias.o bb-reorder.o bitmap.o builtins.o
caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o
cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o
cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o
dominance.o dwarf2asm.o dwarf2out.o
dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o
flow.o fold-const.o function.o gcse.o genrtl.o
ggc-common.o global.o graph.o gtype-desc.o
haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o
insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o
integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o
loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o
profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o
real.o recog.o reg-stack.o regclass.o regmove.o regrename.o
reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o
sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o
sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o
stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o
tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o
vmsdbgout.o xcoffout.o et-forest.o ggc-page.o sparc.o
ranlib libbackend.a
stage1/xgcc -Bstage1/ -B/home/balaji/gcc/sparc-sun-solaris2.6/bin/ -g
-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -o cc1 \
c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o
c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o
c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a
main.o libbackend.a ../libiberty/libiberty.a
stage1/xgcc -Bstage1/ -B/home/balaji/gcc/sparc-sun-solaris2.6/bin/ -c
-g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/gcov.c -o gcov.o
stage1/xgcc -Bstage1/ -B/home/balaji/gcc/sparc-sun-solaris2.6/bin/ -g
-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H gcov.o intl.o version.o ../libiberty/libiberty.a -o
gcov
make: Fatal error: Don't know how to make target `cp/call.c'
Current working directory /home/balaji/gcc-3.3.3/objdir/gcc
*** Error code 1
make: Fatal error: Command failed for target `stage2_build'
Current working directory /home/balaji/gcc-3.3.3/objdir/gcc
*** Error code 1
make: Fatal error: Command failed for target `bootstrap'