Dear all: I need some help with building the Android Kernel android-msm-2.6.32.
Here is what I did on my Ubuntu virtual machine: git clone git://android.git.kernel.org/kernel.msm.git cd msm git checkout -b android-msm-2.6.32 origin/android-msm-2.6.32 cat <host shared folder>/config>.config ; config file is pulled from my Nexus One on my Windows host. make ARCH=arm CROSS_COMPILE='<full path>/arm-none-linux-gnueabi-' Then I had the following error from the assembler arch/arm/mach-msm/idle-v7.S: Assembler messages: arch/arm/mach-msm/idle-v7.S:47: Error: selected processor does not support ARM mode `fmrx r1,fpexc' arch/arm/mach-msm/idle-v7.S:48: Error: selected processor does not support ARM mode `fmrx r2,fpscr' arch/arm/mach-msm/idle-v7.S:117: Error: selected processor does not support ARM mode `fmxr fpexc,r2' arch/arm/mach-msm/idle-v7.S:125: Error: selected processor does not support ARM mode `fmxr fpscr,r3' arch/arm/mach-msm/idle-v7.S:126: Error: selected processor does not support ARM mode `fmxr fpexc,r2' make[1]: *** [arch/arm/mach-msm/idle-v7.o] Error 1 Did I miss anything? Thank you for your help in advance. Jiaquan -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
