Your usage of CROSS_COMPILE looks weird to me. I think you need to do: $ export PATH=../prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/: $PATH $ cd kernel $ make mrproper $ make ARCH=arm CROSS_COMPILE=arm-eabi- omap_generic_1710_defconfig $ make ARCH=arm CROSS_COMPILE=arm-eabi-
Then look in arch/arm/boot/ - Maxime On Jan 7, 8:28 pm, "Abhishek Jain" <[email protected]> wrote: > my steps are > > $cd kernel > > $make mrproper > > $make ARCH=arm > CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/arm-eabi- > omap_generic_1710_defconfig > > $make ARCH=arm > CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/arm-eabi- > > please let me know if the above steps are correct and will give me the > zImage for Android Kernel. > > I am not interested in building the full android source code; Only the linux > kernel part of it. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
