出现如下问题:
Checking build tools versions...
build/core/main.mk:72:
************************************************************
build/core/main.mk:73: You are attempting to build on a 32-bit
system.
build/core/main.mk:74: Only 64-bit build environments are supported
beyond froyo/2.2.
build/core/main.mk:75:
************************************************************
解决方法:
1、找到源码下的build/core/main.mk
ifeq ($(BUILD_OS),linux)
build_arch := $(shell uname -m)
ifneq (64,$(findstring 64,$(build_arch))) //这是原来的,删除
ifneq (i686,$(findstring i686,$(build_arch)))//这是删除上一行后在原位置上新增的一行
$(warning
************************************************************)
$(warning You are attempting to build on a 32-bit system.)
$(warning Only 64-bit build environments are supported beyond
froyo/2.2.)
2、在Android源码中找到以下四个文件并打开:
external/clearsilver/cgi/Android.mk
external/clearsilver/java-jni/Android.mk
external/clearsilver/util/Android.mk
external/clearsilver/cs/Android.mk
找到:
LOCAL_CFLAGS 和 LOCAL_LDFLAGS
改成:
LOCAL_CFLAGS += -m32
LOCAL_LDFLAGS += -m32
这样就可以了!
分享到:
相关推荐
Git-2.21.0-64 for windows Git 2.23 Release Notes ====================== Updates since v2.22 ------------------- Backward compatibility note * The "--base" option of "format-patch" computed the ...
Sigrity-OptimizePI-PDN Impedance Checking Tutorial.rar 本教程介绍如何使用OptimizePI执行PDN阻抗检查。 PDN阻抗检查是一个专用的工作流程,用于快速验证设备的PDN阻抗是否符合目标阻抗,以及PDN是否具有可能导致...
- New build of Rebooter (64-bit Windows correction). - Clarifications in the help file. Release 5.3 build 1012 WIN32 release 17 October 2007 - Changed the Standard Network Test, "Test all available ...
When checking out deltachat-android, make sure also to check out the subproject deltachat-core: When using Git, you can do this initially by $ git clone --recursive ...
the uation techniques for an enhanced image
IBM AIX Based Systems (64-bit) IBM RS 6000 AIX 5L HACMP 5.4 and above. Symptoms Rootpre.sh was run. Output of rootpre.sh shows below message: Checking if group services should be configured.... ...
Make sure gclient is checking out tools necessary to target Android: your .gclient file should contain a line like: target_os = ['android', 'unix'] Make sure to re-run gclient sync after adding this ...
base64-arraybuffer 将base64数据编码/解码为ArrayBuffers 入门 使用以下命令安装模块: npm install base64-arraybuffer 原料药 该库在与ArrayBuffers之间对base64进行编码和解码 encode(buffer) -将ArrayBuffer...
标题 "threejs-impact-checking.7z" 暗示了一个使用Three.js库开发的JavaScript项目,可能是一个关于碰撞检测的小游戏。Three.js是一个流行的JavaScript库,专门用于在Web浏览器中创建3D图形,它提供了丰富的功能,...
The book begins with the basic principles for modeling concurrent and communicating systems, introduces different classes of properties (including safety and liveness), presents the notion of fairness...
GitHub-Jobs Android app for checking jobs.github.com
.\Samples\delphi\BroswerDemo Delphi Win32/Win64 Web Browser sample application (all Delphi versions) .\Samples\delphi\BroswerDemo\Resources Resource file, web pages and movie linked into browser demo ...
Native library checking: hadoop: true /taidl/hadoop/lib/native/libhadoop.so zlib: true /lib64/libz.so.1 snappy: true /taidl/hadoop/lib/native/libsnappy.so.1 lz4: true revision:99 bzip2: false openssl...
Operations return a value of type Int64 only when performed on an Int64 operand. Hence the following code produces incorrect results. var I: Integer; J: Int64; ... I := High(Integer); J :...
【标题】中的“Course-registration-Result-checking-system”是一个典型的高等教育管理系统的名称,旨在通过自动化流程来优化高校的课程注册及成绩查询工作。这个系统的主要目标是减轻教务部门手动处理此类事务的...
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --...
在使用新的ros导航包的时候,会提示-- Checking for module 'orocos-bfl' -- No package 'orocos-bfl' found CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message): A required package...
Later is supported when map2dbg.exe tool is placed in \Bin folder of EurekaLog installation (separate download is required) 5)....Added: Exception2HRESULT in EAppDLL to simplify developing DLLs with ...
【标题】"threejs-impact-checking_html+css_javascript_guidewdj_ThreeJS_" 提供的信息表明,这个项目是关于使用Three.js库创建一个HTML5应用,涉及到碰撞检测功能。Three.js是一个流行的JavaScript库,专门用于在...
- When x86-64 support is compiled in, you could enable/disable long mode 1G pages support without recompile using new CPUID option in .bochsrc. Configure options: --enable-mmx, --enable-sse, --...