2.1.129 and ac3 and SMP alpha

Greg J. Siekas (siekas@mailhost.tcs.tulane.edu)
Sun, 22 Nov 1998 12:08:40 -0600 (CST)


Trying to compile 2.1.129ac3 for SMP on an alpha I get the following
errors.

gcc -D__KERNEL__ -I/usr/src/linux-2.1.129/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe -mno-fp-regs
-ffixed-8 -mcpu=ev4 -c -o process.o process.c
process.c:56: incompatible types in initialization
process.c:56: initializer element for `init_mmap.vm_next' is not constant
process.c:56: warning: missing braces around initializer for
`init_mmap.vm_page_prot'
process.c:56: warning: initialization makes integer from pointer without a
cast
process.c:56: warning: initialization makes integer from pointer without a
cast
make[1]: *** [process.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.1.129/arch/alpha/kernel'
make: *** [_dir_arch/alpha/kernel] Error 2

cheers,
Greg

-
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.tux.org/lkml/