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]

Compilation error in SYSCALL.c.X


    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

----------------------------------------------------------------------------------------------------------------------
Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers and
is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:mailadmin@wipro.com and delete this mail
from your records.
----------------------------------------------------------------------------------------------------------------------


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