This is somewhat of a gcc-help@ question, but I'll try to help anyway :)
First, did cc1 just do this to you or can you reliably duplicate the
segfault? If you can't duplicate this error, it's probably a sign of a
hardware problem. If you can, then there's a bug in your host
compiler...which is what version of gcc? I don't have a FC3 box at my
disposal (yet).
-- bsdfan3
Joel Sherrill wrote:
Hi,
I am building m68k-rtems (m68k-elf) right now
on the head and seeing a cc1 which has been running
17:37.05 according to top on a fast machine running
Fedora Core 3. It is a AMD Athlon(tm) 64 X2 Dual Core
Processor 3800+ at 2Ghz.
The last thing I see in the build log is this:
-c ../../gcc/gcc/crtstuff.c -DCRT_END \
-o crtend.o
../../gcc/gcc/crtstuff.c: In function '__do_global_ctors_aux':
../../gcc/gcc/crtstuff.c:519: internal compiler error: Segmentation fault
Is this a known issue?
--joel