Hi, (1) What are the build errors?
(2) Compare custom .config with *emulator kernel .config*, using "meld" *emulator kernel .config : *can be obtained using adb pull /proc/config.gz extract config.gz, this will give .config (2b) Check the image specifier, I have built several times using Image in place of uImage. *(3) make ARCH=arm devkit8000_defconfig **Try This instead:* make menuconfig Check the command line, it should me make menuconfig, select the option of choosing custom config file, save the settings. The make ARCH=arm CROSS_COMPILE=<PATH TO cross compiler, bin, gcc> Image/uImage One of the three suggestions will click, other suggestions if pursued will provide insights into kernel build system. Good Luck rajainnov On Wed, Aug 3, 2011 at 5:50 PM, Gopi <[email protected]> wrote: > Hi All, > > > > > $ make ARCH=arm devkit8000_defconfig > > $ make ARCH=arm CROSS_COMPILE=../beagle-eclair/prebuilt/linux-x86/ > toolchain/arm-eabi-4.4.0/bin/arm-eabi- uImage > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-kernel -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
