Hi, guys, I create local_manifest.xml: <?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="kernel" name="kernel/msm" revision="refs/heads/ android-msm-2.6.27"/> </manifest> and then sync to get the kernel source.
After that, I followed this to build the kernel: ------------------------------------------------------------------------------------------------------------------ cd ~/mydroid/kernel export ARCH=arm export CROSS_COMPILE=arm-eabi- export PATH=$PATH:~/mydroid/prebuilt/linux-x86/toolchain/arm- eabi-4.2.1/bin cp arch/arm/configs/msm_defconfig .config make oldconfig && make ---------------------------------------------------------------------------------------------------------------------- then I did a lot of configurations as it asked, I set most of that to "N". When it began to make, it showed an error:"the symlink include/asm points to asm-arm but asm-x86 was expected set ARCH or save .config and run 'make mrproper' to fix it". I wonder if I set the wrong configurations? How to set it? --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
