Hello All I am trying to build a 2.6.29 kernel with menuconfig and had some problems. After menuconfig I have the attached .config and make fails with the following ( + more warnings about __LINUX_ARM_ARCH__ not defined): opt/balloon-menuconf/build/kernel/linux-2.6.29.1/arch/arm/include/asm/glue.h:119:2: error: #error Unknown data abort handler type /opt/balloon-menuconf/build/kernel/linux-2.6.29.1/arch/arm/include/asm/glue.h:146:2: error: #error Unknown prefetch abort handler type In file included from include/linux/mm_types.h:14, from include/linux/sched.h:61, from arch/arm/kernel/asm-offsets.c:13: /opt/balloon-menuconf/build/kernel/linux-2.6.29.1/arch/arm/include/asm/page.h:108:2: error: #error Unknown user operations model /opt/balloon-menuconf/build/kernel/linux-2.6.29.1/arch/arm/include/asm/page.h:200:31: warning: "__LINUX_ARM_ARCH__" is not defined make[3]: *** [arch/arm/kernel/asm-offsets.s] Error 1 make[2]: *** [prepare0] Error 2 make[2]: Leaving directory `/opt/balloon-menuconf/build/kernel/linux-2.6.29.1' make[1]: *** [/opt/balloon-menuconf/menuconfig/../build/kernel/zImageBoot] Error 2 make[1]: Leaving directory `/opt/balloon-menuconf/menuconfig/package/kernel' make: *** [zImageBoot] Error 2 Menuconfig did work for me a while back.... -- Charles