From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Parameshwari B." To: gcc@gcc.gnu.org Subject: Compilation error in SYSCALL.c.X Date: Thu, 18 Oct 2001 23:05:00 -0000 Message-id: <3BCFC47A.F7F52ADE@wipro.com> X-SW-Source: 2001-10/msg01047.html HI team, I have written the machine description for a new processor and the machine dependent macros needed for them in gcc2.95.3 version. When I try with the native compiler version-2.96 it does not give any error and the cross compiler build goes thru successfully. When the same thing is tried with the native compiler version 2.95.3, it gives an fatal error as below. ---------------error message in promt ------------------ cat ./sys-types.h ./sys-protos.h > SYSCALLS.c /a/thulasi/usr/people/thulasi0/param/ctc/src/gcc/gcc/xgcc -B/a/thulasi/usr/people/thulasi0/param/ctc/src/gcc/gcc/ -B/usr/people/thulasi0/param/ctc/src/gpp-elf//gpp-elf/bin/ -I/usr/people/thulasi0/param/ctc/src/gpp-elf//gpp-elf/include -DCROSS_COMPILE -DIN_GCC -g -O2 -I./include -I. -I. -I./config -I./../include \ -aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c xgcc: Internal compiler error: program cc1 got fatal signal 11 make[1]: *** [SYSCALLS.c.X] Error 1 make[1]: Leaving directory `/a/thulasi/usr/people/thulasi0/param/ctc/src/gcc/gcc ---------------error message in promt ------------------ Help me in this regards. -rgds B.Param