Precompiled header size limit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Can anyone tell me whether there is/was a maximum size limit for precompiled header files?

I'm currently facing a problem using GCC 4.3.2 for mips32 target having a very large precompiled header. Due to some recent code changes the size of my precompiled header (pch) file exceeded 128MB (it's a large project). Although the generation of the pch file worked fine, using this pch file later on in the compilation process of any cpp file failed. GCC ends with an error, but did not return an error message.
With a pch file smaller than 128MB, compilation using this pch was fine.

My workarround currently is to decrease the size of the pch by including less header files.
Is this effect known, did anyone else face the same problem?

Thanks for any answers, best,
  Steffen



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux