android compilation

Posted by user1241903 on Stack Overflow See other posts from Stack Overflow or by user1241903
Published on 2012-09-17T09:37:00Z Indexed on 2012/09/17 9:37 UTC
Read the original article Hit count: 237

Filed under:
|

I am trying to compile android source v2.3.4. When I give "make -j32", I am getting result like this.I am using fedora 14(32 bit).

[root@localhost WORKING_DIRECTORY]# make -j32


 ============================================


 PLATFORM_VERSION_CODENAME=REL

 PLATFORM_VERSION=2.3.4

 TARGET_PRODUCT=full

 TARGET_BUILD_VARIANT=eng

 TARGET_SIMULATOR=false

 TARGET_BUILD_TYPE=release

 TARGET_BUILD_APPS=

 TARGET_ARCH=arm

 HOST_ARCH=x86

 HOST_OS=linux

 HOST_BUILD_TYPE=release

 BUILD_ID=GRJ22


 ============================================

 Checking build tools versions...

 build/core/main.mk:76: ************************************************************

 build/core/main.mk:77: You are attempting to build on a 32-bit system.

 build/core/main.mk:78: Only 64-bit build environments are supported beyond froyo/2.2.

 build/core/main.mk:79: ************************************************************

 build/core/main.mk:80: *** stop.  Stop.


 [root@localhost WORKING_DIRECTORY]# 

Please help me to solve this issue. How to compile android source code on 32 bit os?.

Thank You Rajendra

© Stack Overflow or respective owner

Related posts about android

Related posts about compilation