码迷,mamicode.com
首页 > 其他好文 > 详细

How to make apq8084

时间:2014-12-05 12:25:44      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:io   ar   os   sp   on   ad   ef   as   linux   

1.first of all ,you will meet many problem no excute permisson,pls do :
chmod -R +x APQ8084/

2. build/core/base_rules.mk:130: *** external/webrtc/src/system_wrappers/source: MODULE.TARGET.STATIC_LIBRARIES.libwebrtc_system_wrappers already defined by external/webrtc/src/system_wrappers/source. Stop.

pls do:
"unset NDK_ROOT"
as Apparently there is a bug in the webrtc makefiles that causes it to ignore including STL if the NDK_ROOT environmental variable is previously defined (by ~/.bashrc, in my case). So just make sure NDK_ROOT is not defined at all when building

3. do not use shell named build.sh in APQ8084 root directory
improve compile speed by below operation:
a. modify ~/.bashrc, add "export USE_CCACHE = 1"
b. prebuilts/misc/linux-x86/ccache/ccache -M 50G

then compile:
source build/envsetup.sh;
lunch; pls choose apq8084
make -j8

How to make apq8084

标签:io   ar   os   sp   on   ad   ef   as   linux   

原文地址:http://www.cnblogs.com/biglucky/p/4146162.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!