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]
Other format: [Raw text]

Re: Problem compiling GCC 4.0 RC1 on powerpc-ibm-aix5.2.0.0


> : build/genattrtab /home/kate/gcc-4.0.0-20050410/src/gcc-4.0.0-20050410/gcc/config/rs6000/ rs6000.md > tmp-attrtab.c
> : 
> : out of memory allocating 12016 bytes after a total of 4161654476 bytes

You need to increase the application limits for data on your system.
That's what the above rather uninformative message is trying to say.
You might be able to do this with ulimit but most likely you need to
change the kernel limits.

This worked for me on AIX 4.3:

ginyu% ulimit -a
cpu time (seconds)         unlimited
file size (blocks)         unlimited
data seg size (kbytes)     unlimited
stack size (kbytes)        131072
core file size (blocks)    unlimited
resident set size (kbytes) unlimited
virtual memory size (kb)   unlimited
file descriptors           2000

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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