I have been trying to recompile the android linux kernel for the TI Sitara SK for the ICS distribution. When I execute the follow command
make CROSS_COMPILE=arm-eabi- am335x_evm_config
I get the following errors
HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf *** *** Can't find default configuration "arch/x86/configs/am335x_evm_android_defconfig"! *** make[1]: *** [am335x_evm_android_defconfig] Error 1 make: *** [am335x_evm_android_defconfig] Error 2
When I investigated I found that file am335x_evm_android_defconfig was missing in the arch/x86/configs/ directory
I found the a am335x_evm_android_defconfig in the JB download. So I copied that file reran and still got errors.
I am following the instruction the following link
TI Android ICS-4.0.3-DevKit-3.0.1 Developer Guide
Please kindly let me know how to fix this problem.
Thank you