This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Build failiure AIX: TOC Overflow


Hello,

building from CVS tree stopped with a TOC overflow error 

OS Version: AIX 4.2.2

initial compiler:
>gcc -v
Reading specs from
/usr/net/lib/gcc-lib/powerpc-ibm-aix4.2.1.0/2.95.1/specs
gcc version 2.95.1 19990816 (release)


----->snip<----------------------------------------------
gcc -c  -DIN_GCC    -g  -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/sched-deps.c -o sched-deps.o
gcc -c  -DIN_GCC    -g  -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/sched-rgn.c -o sched-rgn.o
rm -rf libbackend.a
ar rc libbackend.a diagnostic.o version.o tree.o print-tree.o
stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o
expmed.o explow.o optabs.o real.o builtins.o intl.o varasm.o rtl.o
print-rtl.o rtlanal.o emit-rtl.o genrtl.o dbxout.o sdbout.o dwarfout.o
dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o
loop.o doloop.o unroll.o flow.o combine.o varray.o regclass.o regmove.o
local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o
reorg.o haifa-sched.o final.o recog.o reg-stack.o regrename.o
insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o
lcm.o profile.o insn-attrtab.o rs6000.o  convert.o mbchar.o splay-tree.o
graph.o sbitmap.o resource.o hash.o predict.o lists.o ggc-common.o
ggc-page.o stringpool.o simplify-rtx.o ssa.o bb-reorder.o sibcall.o
conflict.o timevar.o ifcvt.o dominance.o dependence.o dce.o sched-vis.o
sched-deps.o sched-rgn.o hashtab.o
if [ -f ranlib ] || [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then
ranlib libbackend.a ; else true ; fi
gcc  -DIN_GCC    -g  -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-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-semantics.o c-dump.o
libcpp.a  toplev.o libbackend.a obstack.o alloca.o  ./intl/libintl.a   
-lld ../libiberty/libiberty.a
ld: 0711-781 ERROR: TOC overflow. TOC size: 67284       Maximum size:
65536
collect2: ld returned 12 exit status
gmake[2]: *** [cc1] Error 1
gmake[2]: Leaving directory `/work/gcc_CVS/gcc/objdir/gcc'
gmake[1]: *** [stage_a] Error 2
gmake[1]: Leaving directory `/work/gcc_CVS/gcc/objdir/gcc'
gmake: *** [bootstrap] Error 2
---->end of building<----------------------------------------

-- 
mfg.
Andreas Conz

http://www.neuro.informatik.uni-kassel.de/~andreasc

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]