public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Error building gcc 4.0.0 on AIX Box
@ 2005-05-10  8:44 Carlo Corridore
  2005-05-13 21:19 ` David Edelsohn
  0 siblings, 1 reply; 3+ messages in thread
From: Carlo Corridore @ 2005-05-10  8:44 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

I'm trying to build gcc 4.0.0 on my Aix 4.3.3 Box
using a Gcc 3.3.3.
The error i have sems to be a system error on available resources
on my IBM RS6000. It looks like this:

gmake[1]: Entering directory
`/home/sinn/COMUNE/develop/gcc-4.0.0/objdir/gcc'
build/genattrtab ../../gcc/config/rs6000/rs6000.md > tmp-attrtab.c

out of memory allocating 80016 bytes after a total of 4161621084 bytes
gmake[1]: *** [s-attrtab] Error 1
gmake[1]: Leaving directory `/home/sinn/COMUNE/develop/gcc-4.0.0/objdir/gcc'
gmake: *** [all-gcc] Error 2


Any help would be appreciated.

Thanks.

[-- Attachment #2: carlo.vcf --]
[-- Type: text/x-vcard, Size: 346 bytes --]

begin:vcard
fn:Carlo Corridore
n:Corridore;Carlo
org:Alenia Aeronautica Nola;Sistemi di Integrazione
adr:;;Via Boscofangone Zona A.S.I.;Polvica di Nola;NA;80035;Italy
email;internet:carlo@alenianola.finmeccanica.it
title:Systems & Integration Manager
tel;work:++39-81-315-4103
tel;fax:++39-81-315-4044
x-mozilla-html:FALSE
version:2.1
end:vcard


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

* Re: Error building gcc 4.0.0 on AIX Box
  2005-05-10  8:44 Error building gcc 4.0.0 on AIX Box Carlo Corridore
@ 2005-05-13 21:19 ` David Edelsohn
  2005-05-16  8:23   ` Carlo Corridore
  0 siblings, 1 reply; 3+ messages in thread
From: David Edelsohn @ 2005-05-13 21:19 UTC (permalink / raw)
  To: Carlo Corridore; +Cc: gcc-help

> out of memory allocating 80016 bytes after a total of 4161621084 bytes

http://gcc.gnu.org/install/specific.html#x-ibm-aix

"out of memory" bootstrap failures may indicate a problem with process
resource limits (ulimit). Hard limits are configured in the
/etc/security/limits system configuration file.

David

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

* Re: Error building gcc 4.0.0 on AIX Box
  2005-05-13 21:19 ` David Edelsohn
@ 2005-05-16  8:23   ` Carlo Corridore
  0 siblings, 0 replies; 3+ messages in thread
From: Carlo Corridore @ 2005-05-16  8:23 UTC (permalink / raw)
  To: gcc-help; +Cc: David Edelsohn

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

This is what solved the problem:

ulimit -S -d unlimited


I changed only the data area system limit.


Thanks.


David Edelsohn wrote:
>>out of memory allocating 80016 bytes after a total of 4161621084 bytes
> 
> 
> http://gcc.gnu.org/install/specific.html#x-ibm-aix
> 
> "out of memory" bootstrap failures may indicate a problem with process
> resource limits (ulimit). Hard limits are configured in the
> /etc/security/limits system configuration file.
> 
> David
> 
> 

[-- Attachment #2: carlo.vcf --]
[-- Type: text/x-vcard, Size: 346 bytes --]

begin:vcard
fn:Carlo Corridore
n:Corridore;Carlo
org:Alenia Aeronautica Nola;Sistemi di Integrazione
adr:;;Via Boscofangone Zona A.S.I.;Polvica di Nola;NA;80035;Italy
email;internet:carlo@alenianola.finmeccanica.it
title:Systems & Integration Manager
tel;work:++39-81-315-4103
tel;fax:++39-81-315-4044
x-mozilla-html:FALSE
version:2.1
end:vcard


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

end of thread, other threads:[~2005-05-16  8:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-10  8:44 Error building gcc 4.0.0 on AIX Box Carlo Corridore
2005-05-13 21:19 ` David Edelsohn
2005-05-16  8:23   ` Carlo Corridore

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).