This is the mail archive of the gcc-help@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: 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


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