public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc-4.0.0 compile on IBM-AIX 5.2 powerpc architecture
@ 2005-09-16  9:06 digvijoy Chatterjee
  2005-09-16 19:09 ` David Edelsohn
  0 siblings, 1 reply; 2+ messages in thread
From: digvijoy Chatterjee @ 2005-09-16  9:06 UTC (permalink / raw)
  To: gcc-help


Hi list,

I am building gcc-4.0.0 for AIX 5.2 powerpc and am running out of memory
perhaps..please help



$home/obj-AIX >../gcc-4.0.0/configure

$home/obj-AIX >makeAIX  (gnu make 3.80)


stops at 
makeAIX[1]: Entering directory `/home/digz/obj-gcc4/gcc'
build/genattrtab ../../gcc-4.0.0/gcc/config/rs6000/rs6000.md > tmp-
attrtab.c

out of memory allocating 12016 bytes after a total of 4161654652 bytes
makeAIX[1]: *** [s-attrtab] Error 1
makeAIX[1]: Leaving directory `/home/digz/obj-gcc4/gcc'
makeAIX: *** [all-gcc] Error 2

Digz



**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

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

* Re: gcc-4.0.0 compile on IBM-AIX 5.2 powerpc architecture
  2005-09-16  9:06 gcc-4.0.0 compile on IBM-AIX 5.2 powerpc architecture digvijoy Chatterjee
@ 2005-09-16 19:09 ` David Edelsohn
  0 siblings, 0 replies; 2+ messages in thread
From: David Edelsohn @ 2005-09-16 19:09 UTC (permalink / raw)
  To: digvijoy Chatterjee; +Cc: gcc-help

> I am building gcc-4.0.0 for AIX 5.2 powerpc and am running out of memory
> perhaps..please help
> 
> build/genattrtab ../../gcc-4.0.0/gcc/config/rs6000/rs6000.md > tmp-attrtab.c
> 
> out of memory allocating 12016 bytes after a total of 4161654652 bytes

	The GCC "Host/Target specific installation note for GCC" is a good
resource for this type of question:

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

Make sure that the data and stack limits are set large enough for the
processes that will build GCC.

David

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

end of thread, other threads:[~2005-09-16 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-16  9:06 gcc-4.0.0 compile on IBM-AIX 5.2 powerpc architecture digvijoy Chatterjee
2005-09-16 19:09 ` David Edelsohn

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