This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Error from GCC
- From: John Love-Jensen <eljay at adobe dot com>
- To: Nimrod Stoler <nimrods at lipman dot co dot il>, "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Date: Tue, 03 Dec 2002 06:47:53 -0600
- Subject: Re: Error from GCC
Hi Nimrod,
Is version.c allocating 4294967290 bytes?
Is version.c allocating -6 bytes? (Same thing.)
Is that in the BSS (zero initialized), DATA (mutable) or TEXT (constant)
sections?
Do you have 4 GB of RAM?
Are you running on a 64-bit processor, such as an Itanium, Hammer, or SPARC?
--Eljay