On Fri, Jan 05, 2001 at 09:39:54PM +0100, Maciej W. Rozycki wrote: > You are trying to assemble i386 instructions -- probably your include/asm > symlink is incorrect. Make sure the ARCH make variable is set to "mips", > i.e. either run `make ARCH=mips <whatever>' or modify the top-level > Makefile (the one from our CVS appears to have ARCH hardcoded to "mips" > already). The MIPS sources have ARCH hardwired to mips so his problem means he's trying to compile some other source tree - which probably will fail even with your hints. Ralf