From: Florin B. <bo...@gm...> - 2004-04-16 18:29:27
|
hello! i'm trying to compile linux-2.4.24 (patched with the uClinux-patch and ipodlinux from CVS) for the ipod from a debian-ppc (running on ibook). it stops with the following error: make[1]: Entering directory `/home/florin/work/ipod/down/linux-2.4.24/arch/armnommu/mach-ipod' make all_targets make[2]: Entering directory `/home/florin/work/ipod/down/linux-2.4.24/arch/armnommu/mach-ipod' arm-elf-gcc -D__KERNEL__ -I/home/florin/work/ipod/down/linux-2.4.24/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -fno-builtin -D__linux__ -DNO_MM -mapcs-32 -mtune=arm7tdmi -mshort-load-bytes -msoft-float -nostdinc -iwithprefix include -DKBUILD_BASENAME=arch -c -o arch.o arch.c arch.c:27: `MACH_TYPE_IPOD' undeclared here (not in a function) arch.c:27: initializer element is not constant arch.c:27: (near initialization for `__mach_desc_IPOD.nr') arch.c:30: warning: initialization from incompatible pointer type make[2]: *** [arch.o] Error 1 make[2]: Leaving directory `/home/florin/work/ipod/down/linux-2.4.24/arch/armnommu/mach-ipod' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory `/home/florin/work/ipod/down/linux-2.4.24/arch/armnommu/mach-ipod' make: *** [_dir_arch/armnommu/mach-ipod] Error 2 can anybody give me a hint? regards, florin. |