hello, It can not build kernel. what should I do? root@dab-desktop:/opt/FriendlyARM/linux-2.6.32.2# make HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/basic/hash HOSTCC scripts/kconfig/conf.o scripts/kconfig/conf.c: In function ‘conf_askvalue’: scripts/kconfig/conf.c:105: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result scripts/kconfig/conf.c: In function ‘conf_choice’: scripts/kconfig/conf.c:307: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result HOSTCC scripts/kconfig/kxgettext.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf -s arch/arm/Kconfig *** *** You have not yet configured your kernel! *** (missing kernel config file ".config") *** *** Please run some configurator (e.g. "make oldconfig" or *** "make menuconfig" or "make xconfig"). *** make[2]: *** [silentoldconfig] Error 1 make[1]: *** [silentoldconfig] Error 2 CHK include/linux/version.h UPD include/linux/version.h Generating include/asm-arm/mach-types.h make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
can not build kernel linux-2.6.32.2
Well there is plenty information how to build kernel for mini2440 around. What about use ARCH=arm and CROSS_COMPILE=arm-linux.... before make issue? Also seems you don't run make mini2440_defconfig. Please read more!
before I did root@dab-desktop:/opt/FriendlyARM# bash ARM-Linux-GCC-4.3.2.sh "ARM-Linux-GCC-4.3.2.sh" from http://code.google.com/p/s3c2440camera/ ???