Re: ppc cross compiling...

From: Matt Porter (porter@cox.net)
Date: Fri Feb 28 2003 - 07:56:11 EST


On Fri, Feb 28, 2003 at 12:24:29PM +0100, Nico Schottelius wrote:
> Hello!
>
> I am trying to cross compile 2.5.64 and get the following
> compile errors:
>
> make -f scripts/Makefile.build obj=arch/ppc/mm
> powerpc-linux-gcc -Wp,-MD,arch/ppc/mm/.4xx_mmu.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -I/usr/src/linux-2.5.50/arch/ppc -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -Wa,-m405 -fomit-frame-pointer -nostdinc -iwithprefix include -DKBUILD_BASENAME=4xx_mmu -DKBUILD_MODNAME=4xx_mmu -c -o arch/ppc/mm/4xx_mmu.o arch/ppc/mm/4xx_mmu.c
> arch/ppc/mm/4xx_mmu.c: In function `mmu_mapin_ram':
> arch/ppc/mm/4xx_mmu.c:99: `phys_addr_t' undeclared (first use in this function)

Whoa, wait a minute. Don't expect to have PPC (especially 4xx stuff) to
even build (much less run) in Linus' tree. A number of things that are
under heavy development have not been submitted. You need to grab
the PPC development tree, see http://penguinppc.org/dev/kernel.shtml
for instructions on pulling the linuxppc-2.5 tree. In this case
the phys_addr_t declaration in mmu.h hasn't found its way up.

Also, these questions are more appropriate for the linuxppc-dev or
linuxppc-embedded lists (http://lists.linuxppc.org/) where all the
PPC developers can be found.

Regards,

-- 
Matt Porter
porter@cox.net
This is Linux Country. On a quiet night, you can hear Windows reboot.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 28 2003 - 22:00:48 EST