On Tue, Feb 04, 2003 at 09:33:00AM -0600, Jason Ormes wrote: > I downloaded the linux_2_4 branch from the cvs repository and am > trying to build a kernel for an origin 200. I'm using > binutils-mips64-linux-2.13.1-1 and egcs-mips64-linux-1.1.2-4 on a redhat > 8.0 system. I am getting these errors in ip27-init.c when trying to > build the kernel. > > mips64-linux-gcc -D__KERNEL__ -I/home/jason/mips/linux/include -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > -fomit-frame-pointer -I /home/jason/mips/linux/include/asm/gcc -mabi=64 > -G 0 -mno-abicalls -fno-pic -Wa,--trap -pipe -mcpu=r8000 -mips4 -Wa,-32 > -Wa,-mgp64 -nostdinc -iwithprefix include -DKBUILD_BASENAME=ip27_init > -c -o ip27-init.o ip27-init.c > ip27-init.c:48: parse error before `boot_cpumask' > ip27-init.c:48: warning: type defaults to `int' in declaration of > `boot_cpumask' [...] You're trying to build a uniprocessor kernel. That's currently not supported. Just enable CONFIG_SMP. Do you actually have a uniprocessor Origin? Ralf