Hi Andy, I succed in branch to stable, but i have problem in compiling! I used the passages sugget by the wiki:
| git clone git://git.openmoko.org/git/kernel.git linux-2.6 | cd linux-2.6 | git checkout -b mystable origin/andy-tracking (in this situation origin/stable) | mkdir GTA02 | cp arch/arm/configs/gta02-moredrivers-defconfig GTA02/.config | ./build GTA02 dummy Making the same operation i suceed building andy-tracking kernel instead i have the following errors with stable branch: :~/src/openmoko_stable/linux-2.6$ ./build GTA02 dummy + export CROSS_COMPILE=/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/ + make -f synthesize-gta-module-configs.mak make: *** No rule to make target `defconfig-2.6.24-maxmodules', needed by `defconfig-gta01'. Stop. + make ARCH=arm silentoldconfig scripts/kconfig/conf -s arch/arm/Kconfig *** *** You have not yet configured your kernel! *** (missing kernel .config file) *** *** Please run some configurator (e.g. "make oldconfig" or *** "make menuconfig" or "make xconfig"). *** make[1]: *** [silentoldconfig] Error 1 make: *** [silentoldconfig] Error 2 + VERSION= + [ -d .git ] + git show --pretty=oneline + + cut -d -f1 head -n1 + cut -b1-16 + HEAD=1b5294f61e016952 + git branch + grep ^* + cut -d -f2 + BRANCH=mystable + VERSION=-mystable_1b5294f61e016952 + make -j5 ARCH=arm EXTRAVERSION=-mystable_1b5294f61e016952 scripts/kconfig/conf -s arch/arm/Kconfig *** *** You have not yet configured your kernel! *** (missing kernel .config file) *** *** 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 make: *** No rule to make target `include/config/auto.conf', needed by `include/asm-arm/.arch'. Stop. make: *** Waiting for unfinished jobs.... + exit 1 P.S. I have also edit the ./build script for the toolchain directory and in directory GTA02 i have copy .config file! Tkank for your help! -- View this message in context: http://n2.nabble.com/Kingston-SDC4-don%27t-work-with-OM2008.9%27s-kernel-tp2109232p2162577.html Sent from the Openmoko Kernel mailing list archive at Nabble.com.
