On Fri, 7 Oct 2005, Brett Foster wrote: > > include/asm-mips/mach-au1x00/ioremap.h:15: sorry, unimplemented: inlining > > failed > > in call to '__fixup_bigphys_addr': function body not available > > arch/mips/mm/ioremap.c:28: sorry, unimplemented: called from here > > make[1]: *** [arch/mips/mm/ioremap.o] Error 1 > > make: *** [arch/mips/mm] Error 2 > > > > > I once had this sort of problem when I forgot to specify the cross compiler > while invoking make and tried to compile a MIPS kernel on X86 gcc. In this case the header is truly broken -- "extern inline __attribute__((always_inline))" is self-contradicting. Maciej