I got the same error : “heap.pas:30: module/unit `error' could not be compile.”
---------- From: Olivier Lecarme [SMTP:ol@i3s.unice.fr] Sent: Tuesday, February 15, 2000 12:06 AM To: gpc@gnu.de Cc: ol@i3s.unice.fr Subject: GPC on a DEC Alpha
I just applied, from scratch, the instructions given in the new FAQ we just got. The command "make bootstrap-lean" terminates with the following error messages :
../.././xgpc -B../.././ -c -I. -W -Wall -Wpointer-arith -Wwrite-strings -Wmissi ng-prototypes -Wmissing-declarations -O2 -g -O2 -DRTS_RELEASE_STRING="'__GPC_RTS _VERSION_`cat /net/packages/GNU/gcc-2.95.2/gcc/p/rts/rts_release`__'" -DBSD_RTS= 0 `if [ x@with_shared@ = xyes ] ; then echo -fPIC; fi` --unit-path=/net/packages /GNU/gcc-2.95.2/gcc/p/rts --automake /net/packages/GNU/gcc-2.95.2/gcc/p/rts/heap .pas /net/packages/GNU/gcc-2.95.2/gcc/p/rts/error.pas: In function `Geterrormessage': /net/packages/GNU/gcc-2.95.2/gcc/p/rts/error.pas:365: Internal compiler error in `copy_to_mode_reg', at gcc-2.95.2/gcc/explow.c:669 Please submit a full bug report. See URL:http://www.gnu.org/software/gcc/faq.html#bugreport for instructions. gpc1: ../.././xgpc exited with status 1 /net/packages/GNU/gcc-2.95.2/gcc/p/rts/heap.pas:30: module/unit `error' could no t be compiled make[3]: *** [heap.o] Error 1 make[3]: Leaving directory `/net/packages/GNU/gcc-build/gcc/p/rts' make[2]: *** [pascal.rts] Error 2 make[2]: Leaving directory `/net/packages/GNU/gcc-build/gcc' make[1]: *** [bootstrap-lean] Error 2 make[1]: Leaving directory `/net/packages/GNU/gcc-build/gcc' make: *** [bootstrap-lean] Error 2
In what direction should I try to understand what occurs, or to repair it?
Olivier Lecarme