[2.1.109] fails to compile on Alpha

B. James Phillippe (bryan@terran.org)
Fri, 17 Jul 1998 01:06:30 -0700 (PDT)


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

Using egcs-2.91.50:

gcc -D__KERNEL__ -I/usr/home/bryan/linux/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -c -o string.o
string.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 vsprintf.o
vsprintf.c
vsprintf.c: In function `vsprintf':
vsprintf.c:142: warning: `base' might be used uninitialized in this
function
vsprintf.c:148: warning: `field_width' might be used uninitialized in this
function
vsprintf.c:149: warning: `precision' might be used uninitialized in this
function
vsprintf.c:151: warning: `qualifier' might be used uninitialized in this
function
rm -f lib.a
ar rcs lib.a errno.o ctype.o string.o vsprintf.o
make[2]: Leaving directory `/usr/src/linux-2.1.109/lib'
make[1]: Leaving directory `/usr/src/linux-2.1.109/lib'
make[1]: Entering directory `/usr/src/linux-2.1.109/arch/alpha/kernel'
gcc -D__KERNEL__ -I/usr/home/bryan/linux/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -DEXPORT_SYMTAB -c
alpha_ksyms.c
alpha_ksyms.c:67: `_memset_c_io' undeclared here (not in a function)
alpha_ksyms.c:67: initializer element for `__ksymtab__memset_c_io.value' is
not constant
alpha_ksyms.c:90: `__memsetw' undeclared here (not in a function)
alpha_ksyms.c:90: initializer element for `__ksymtab___memsetw.value' is
not constant
make[1]: *** [alpha_ksyms.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.1.109/arch/alpha/kernel'
make: *** [linuxsubdirs] Error 2

-bp

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

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html