public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Still problem with compilation gcc 3.0
@ 2001-06-19  4:07 Piotr Kasztelowicz
  2001-06-19 13:25 ` Robert Mcnulty junior
  0 siblings, 1 reply; 3+ messages in thread
From: Piotr Kasztelowicz @ 2001-06-19  4:07 UTC (permalink / raw)
  To: gcc; +Cc: gcc-help

Hello

acording to suggestion I have installe binutils 2.11.1,
neverless the compilation on Solaris 2.5 with gcc 2.95.2
failed. It me ist difficult to believe, that 156MB RAM
is on ultraSPARC to less

Please say howto

----

all-sh -c"  "LDFLAGS="  "LIBCFLAGS=-g -O2"  "LIBCFLAGS_FOR_TARGET=-g -O2"
"MAKE
=make"  "MAKEINFO=makeinfo "  "PICFLAG="  "PICFLAG_FOR_TARGET="
"SHELL=/bin/sh"
  "EXPECT=expect"  "RUNTEST=runtest"  "RUNTESTFLAGS="
"exec_prefix=/usr/local"
 "infodir=/usr/local/info"  "libdir=/usr/local/lib"  "prefix=/usr/local"
"toold
ir=/usr/local/sparc-sun-solaris2.6"  "AR=ar"  "AS=as"  "CC=gcc"  "CXX=c++"
"LD=
ld"  "LIBCFLAGS=-g -O2"  "NM=nm"  "PICFLAG="  "RANLIB=true"  "DESTDIR="
DO=all m
ulti-do
Bootstrapping the compiler
make CC="gcc" libdir=/usr/local/lib LANGUAGES="c" \
        CFLAGS="-g" MAKEINFO="makeinfo" \
        MAKEINFOFLAGS=""
(cd intl && make all)
(cd po && make all)
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
genrt
l.o    dbxout.o sdbout.o dwarfout.o dwarf2asm.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
r
eg-stack.o regrename.o insn-opinit.o insn-recog.o insn-extract.o
ins
n-output.o insn-emit.o lcm.o profile.o insn-attrtab.o sparc.o    convert.o
mbcha
r.o splay-tree.o graph.o sbitmap.o resource.o    hash.o predict.o lists.o
ggc-co
mmon.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 sched-ebb.o params.o
ar: could not allocate memory.
*** Error code 1
make: Fatal error: Command failed for target `libbackend.a'
Current working directory /export/home/pekasz/src/gcc-3.0/objdir/gcc
*** Error code 1
make: Fatal error: Command failed for target `stage1_build'
Current working directory /export/home/pekasz/src/gcc-3.0/objdir/gcc
*** Error code 1
make: Fatal error: Command f

---

Best Wishes

Piotr

---
Piotr Kasztelowicz                 <Piotr.Kasztelowicz@lodz.ptkardio.pl>
[ http://www.am.torun.pl/~pekasz ]

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

* RE: Still problem with compilation gcc 3.0
  2001-06-19  4:07 Still problem with compilation gcc 3.0 Piotr Kasztelowicz
@ 2001-06-19 13:25 ` Robert Mcnulty junior
  2001-06-20 10:09   ` Robert Mcnulty junior
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Mcnulty junior @ 2001-06-19 13:25 UTC (permalink / raw)
  To: Piotr Kasztelowicz, gcc; +Cc: gcc-help

Agaim your ar is failing to allocate memory

-----Original Message-----
From: gcc-owner@gcc.gnu.org [ mailto:gcc-owner@gcc.gnu.org]On Behalf Of
Piotr Kasztelowicz
Sent: Tuesday, June 19, 2001 6:04 AM
To: gcc@gcc.gnu.org
Cc: gcc-help@gcc.gnu.org
Subject: Still problem with compilation gcc 3.0


Hello

acording to suggestion I have installe binutils 2.11.1,
neverless the compilation on Solaris 2.5 with gcc 2.95.2
failed. It me ist difficult to believe, that 156MB RAM
is on ultraSPARC to less
snip----

----

all-sh -c"  "LDFLAGS="  "LIBCFLAGS=-g -O2"  "LIBCFLAGS_FOR_TARGET=-g -O2"
"MAKE
=make"  "MAKEINFO=makeinfo "  "PICFLAG="  "PICFLAG_FOR_TARGET="
"SHELL=/bin/sh"
  "EXPECT=expect"  "RUNTEST=runtest"  "RUNTESTFLAGS="
"exec_prefix=/usr/local"
 "infodir=/usr/local/info"  "libdir=/usr/local/lib"  "prefix=/usr/local"
"toold
ir=/usr/local/sparc-sun-solaris2.6"  "AR=ar"  "AS=as"  "CC=gcc"  "CXX=c++"
"LD=
ld"  "LIBCFLAGS=-g -O2"  "NM=nm"  "PICFLAG="  "RANLIB=true"  "DESTDIR="
DO=all m
ulti-do
Bootstrapping the compiler
make CC="gcc" libdir=/usr/local/lib LANGUAGES="c" \
        CFLAGS="-g" MAKEINFO="makeinfo" \
        MAKEINFOFLAGS=""
(cd intl && make all)
(cd po && make all)
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
genrt
l.o    dbxout.o sdbout.o dwarfout.o dwarf2asm.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
r
eg-stack.o regrename.o insn-opinit.o insn-recog.o insn-extract.o
ins
n-output.o insn-emit.o lcm.o profile.o insn-attrtab.o sparc.o    convert.o
mbcha
r.o splay-tree.o graph.o sbitmap.o resource.o    hash.o predict.o lists.o
ggc-co
mmon.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 sched-ebb.o params.o
ar: could not allocate memory.

right here. the problem is ar.
Report this to binutils mailing list.


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

* RE: Still problem with compilation gcc 3.0
  2001-06-19 13:25 ` Robert Mcnulty junior
@ 2001-06-20 10:09   ` Robert Mcnulty junior
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Mcnulty junior @ 2001-06-20 10:09 UTC (permalink / raw)
  To: Robert Mcnulty junior, Piotr Kasztelowicz, gcc; +Cc: gcc-help

I meant that ar is failing to use the computer's resources.
He should try and build binutils again.


-----Original Message-----
From: gcc-owner@gcc.gnu.org [ mailto:gcc-owner@gcc.gnu.org]On Behalf Of
Robert Mcnulty junior
Sent: Tuesday, June 19, 2001 3:25 PM
To: Piotr Kasztelowicz; gcc@gcc.gnu.org
Cc: gcc-help@gcc.gnu.org
Subject: RE: Still problem with compilation gcc 3.0


Agaim your ar is failing to allocate memory

-----Original Message-----
From: gcc-owner@gcc.gnu.org [ mailto:gcc-owner@gcc.gnu.org]On Behalf Of
Piotr Kasztelowicz
Sent: Tuesday, June 19, 2001 6:04 AM
To: gcc@gcc.gnu.org
Cc: gcc-help@gcc.gnu.org
Subject: Still problem with compilation gcc 3.0


Hello

acording to suggestion I have installe binutils 2.11.1,
neverless the compilation on Solaris 2.5 with gcc 2.95.2
failed. It me ist difficult to believe, that 156MB RAM
is on ultraSPARC to less
snip----

----

all-sh -c"  "LDFLAGS="  "LIBCFLAGS=-g -O2"  "LIBCFLAGS_FOR_TARGET=-g -O2"
"MAKE
=make"  "MAKEINFO=makeinfo "  "PICFLAG="  "PICFLAG_FOR_TARGET="
"SHELL=/bin/sh"
  "EXPECT=expect"  "RUNTEST=runtest"  "RUNTESTFLAGS="
"exec_prefix=/usr/local"
 "infodir=/usr/local/info"  "libdir=/usr/local/lib"  "prefix=/usr/local"
"toold
ir=/usr/local/sparc-sun-solaris2.6"  "AR=ar"  "AS=as"  "CC=gcc"  "CXX=c++"
"LD=
ld"  "LIBCFLAGS=-g -O2"  "NM=nm"  "PICFLAG="  "RANLIB=true"  "DESTDIR="
DO=all m
ulti-do
Bootstrapping the compiler
make CC="gcc" libdir=/usr/local/lib LANGUAGES="c" \
        CFLAGS="-g" MAKEINFO="makeinfo" \
        MAKEINFOFLAGS=""
(cd intl && make all)
(cd po && make all)
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
genrt
l.o    dbxout.o sdbout.o dwarfout.o dwarf2asm.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
r
eg-stack.o regrename.o insn-opinit.o insn-recog.o insn-extract.o
ins
n-output.o insn-emit.o lcm.o profile.o insn-attrtab.o sparc.o    convert.o
mbcha
r.o splay-tree.o graph.o sbitmap.o resource.o    hash.o predict.o lists.o
ggc-co
mmon.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 sched-ebb.o params.o
ar: could not allocate memory.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
right here. the problem is ar.
Report this to binutils mailing list.



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

end of thread, other threads:[~2001-06-20 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-19  4:07 Still problem with compilation gcc 3.0 Piotr Kasztelowicz
2001-06-19 13:25 ` Robert Mcnulty junior
2001-06-20 10:09   ` Robert Mcnulty junior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).