博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to make apq8084
阅读量:5781 次
发布时间:2019-06-18

本文共 844 字,大约阅读时间需要 2 分钟。

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

转载地址:http://wecyx.baihongyu.com/

你可能感兴趣的文章
带三角的面包屑导航栏(新增递增数字)
查看>>
Web应用程序安全与风险
查看>>
codeforces 984 A. Game
查看>>
CSS居中
查看>>
One Person Game(概率+数学)
查看>>
CodeForces 258B Little Elephant and Elections :于1-m中找出七个数,使六个数里面的4和7个数比第七个数严格小:数位dp+dfs...
查看>>
MAP
查看>>
手把手教你测——上网快鸟
查看>>
用javascript获取地址栏参数
查看>>
一起谈.NET技术,你应该知道的15个Silverlight诀窍
查看>>
商教助手!解析夏普液晶高清宽屏投影机系列
查看>>
云南去年有望实现151万贫困人口净脱贫
查看>>
Java架构师面试题系列整理(大全)
查看>>
延伸产业链 中国产粮大省向“精深”问发展
查看>>
消费贷用户70%月收入低于5000元 80、90后是主要人群
查看>>
2018年内蒙古外贸首次突破1000亿元
查看>>
CTOR有助于BCH石墨烯技术更上一层楼
查看>>
被遗忘的CSS
查看>>
Webpack中的sourcemap以及如何在生产和开发环境中合理的设置sourcemap的类型
查看>>
做完小程序项目、老板给我加了6k薪资~
查看>>