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: No luck building GCC on sparc-linux using --with-gc=zone


Art Haas wrote:
failed. Is the '--with-gc=zone' option something that non-X86 builds
should avoid?

It should work for any target with mmap I think. However, it is fairly new, so it may still have some portability problems.


The default is for gcc to not dump core when it ICEs. Core files just confuse average users. We only generate a core file if we have an unhandled signal that causes a core dump. To debug the problem, you need to run cc1 (or cc1plus or whatever) under gdb, and put a breakpoint on fancy_abort. The gcc .gdbinit file will do this for you automatically if you run gdb in the build tree.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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