David, Thanks I downloaded and installed git. Used git to get the linux source And did a build and got: CC arch/mips/au1000/common/prom.o AS arch/mips/au1000/common/int-handler.o CC arch/mips/au1000/common/irq.o CC arch/mips/au1000/common/puts.o CC arch/mips/au1000/common/time.o CC arch/mips/au1000/common/reset.o CC arch/mips/au1000/common/au1xxx_irqmap.o CC arch/mips/au1000/common/clocks.o CC arch/mips/au1000/common/platform.o CC arch/mips/au1000/common/power.o CC arch/mips/au1000/common/setup.o AS arch/mips/au1000/common/sleeper.o CC arch/mips/au1000/common/cputable.o CC arch/mips/au1000/common/dma.o CC arch/mips/au1000/common/dbdma.o CC arch/mips/au1000/common/gpio.o CC arch/mips/au1000/common/pci.o arch/mips/au1000/common/pci.c: In function `au1x_pci_setup': include/asm-mips/mach-au1x00/ioremap.h:15: sorry, unimplemented: inlining failed in call to '__fixup_bigphys_addr': function body not available arch/mips/au1000/common/pci.c:28: sorry, unimplemented: called from here make[1]: *** [arch/mips/au1000/common/pci.o] Error 1 make: *** [arch/mips/au1000/common] Error 2 Kyle -----Original Message----- From: David Daney [mailto:ddaney@xxxxxxxxxx] Sent: Friday, October 07, 2005 4:28 PM To: Kyle Unice Cc: ppopov@xxxxxxxxxxxxxxxxx; 'Brett Foster'; linux-mips@xxxxxxxxxxxxxx Subject: Re: Cross-compiling Linux problem Kyle Unice wrote: > I am using gcc-3.4.4 and the cvs checkout of linux-mips.org tree. > Kyle Not withstanding Maciej's comment about the real problem being the broken header file, I give you a quote from http://www.linux-mips.org/wiki/Git : "At this time only the linux.git repository is in production use.... all other archives are only historical." You might consider getting your code from the git repository as the CVS repository is no longer being maintained. David Daney