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]

[2.1.109] fails to compile on Alpha (fwd)


Hello,

	This is for Jeff, who requested a more detailed bug report from
someone else posting about problems compiling kernels using egcs-1.0.3.
This is a forward of a message I sent to linux-kernel, minus a section on
the results of trying egcs-19980714 (which works, but fails to due to a
kernel breakage).

-bp
--
B. James Phillippe <bryan@terran.org>
Linux Software Engineer, WGT Inc.
http://earth.terran.org/~bryan

---------- Forwarded message ----------
Subject: [2.1.109] fails to compile on Alpha
Date: Fri, 17 Jul 1998 01:06:30 -0700 (PDT)
From: "B. James Phillippe" <bryan@terran.org>
To: Linux kernel <linux-kernel@vger.rutgers.edu>

Hello,

	Using egcs-1.0.3a:

gcc -D__KERNEL__ -I/usr/home/bryan/linux/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8   -c -o vmscan.o
vmscan.c
vmscan.c: In function `kswapd':
vmscan.c:536: warning: unused variable `tried'
gcc -D__KERNEL__ -I/usr/home/bryan/linux/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8   -c -o page_io.o
page_io.c
gcc -D__KERNEL__ -I/usr/home/bryan/linux/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8   -c -o page_alloc.o
page_alloc.c
page_alloc.c: In function `__free_page':
page_alloc.c:170: internal error--unrecognizable insn:
(jump_insn 300 292 301 (return) -1 (nil)
    (nil))
gcc: Internal compiler error: program cc1 got fatal signal 6
make[2]: *** [page_alloc.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.1.109/mm'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.1.109/mm'
make: *** [linuxsubdirs] Error 2
% {standard input}: Assembler messages:
{standard input}:177: Warning: Missing .end or .bend at end of file

-bp
--
B. James Phillippe <bryan@terran.org>
Linux Software Engineer, WGT Inc.
http://earth.terran.org/~bryan





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