Error building gcc 4.0.0 on AIX Box

2005-05-10 Thread Carlo Corridore
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 seems 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.
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:[EMAIL PROTECTED]
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



Re: Is there a way to generate a cross reference listing for a c/c++ program using gcc?

2005-05-16 Thread Carlo Corridore
Or probably using sourcenav software from sourcenav.sourceforge.net
Daniel Berlin wrote:
On Fri, 2005-05-13 at 14:49 -0500, Paul Albrecht wrote:
Eric writes:

-Wl,-Map=mapfile.map,--cref
I'm not looking for a cross-reference from a symbol to its memory location
in linked file, rather a cross-reference from a symbol definition in a
program source file to its line number references in all the program source
files.

It's probably easiest to snarf that from the debug information produced
in the executable with -g.


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:[EMAIL PROTECTED]
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