Chinaunix

标题: Compiling the Android source code for ARMv4T [打印本页]

作者: challenger800    时间: 2009-12-06 23:15
标题: Compiling the Android source code for ARMv4T

                                最近在研究android-x86的编译,已经编译OK,接下来就是armv4t的编译工作了,目前Eclair对armv4t的支持还在开发当中,build/core/combo/arch/arm/armv4t.mk:10: ARMv4t support is currently a work in progress. It does not work right now!
修改build/core/combo/linux-arm.mk,默认支持armv5te
ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
TARGET_ARCH_VARIANT := armv5te改为 armv4t
endif
或者直接编译运行:make TARGET_ARCH_VARIANT=armv4t即可。
还有问题我会随时更行
参考:http://www.ok-labs.com/blog/entry/compiling-the-android-source-code-for-armv4t/
               
               
               
               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/92408/showart_2112422.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2