Hi All I am trying to build a ROM can run on ZTE(San Francisco) phones. I downloaded the kernel code (android-msm-2.6.35) and built it using:
$ make ARCH=arm CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm- eabi-4.4.0/bin/arm-eabi- msm_defconfig $ make ARCH=arm CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm- eabi-4.4.0/bin/arm-eabi- but I got this error: arch/arm/mach-msm/pm.c: In function 'msm_pm_init': arch/arm/mach-msm/pm.c:773: warning: assignment from incompatible pointer type arch/arm/mach-msm/pm.c:779: error: 'RESET_VECTOR' undeclared (first use in this function) arch/arm/mach-msm/pm.c:779: error: (Each undeclared identifier is reported only once arch/arm/mach-msm/pm.c:779: error: for each function it appears in.) make[1]: *** [arch/arm/mach-msm/pm.o] Error 1 make: *** [arch/arm/mach-msm] Error 2 How can I solve this problem? Thanks! Shuo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

