当前位置: 首页 > news >正文

北京市住房建设官网站微信营销技巧

北京市住房建设官网站,微信营销技巧,wordpress积分券,天天想你视频免费观看西瓜海思嵌入式开发-005-OpenHarmony源码编译问题一、问题描述二、解决方案2.1解决原理2.2获取OpenHarmony 3.1.1 Release源码2.3最后解决问题,编译成功。一、问题描述 按照链接拉取master源码,出现如下问题,打开build.log文件 提示相应位置的文…

海思嵌入式开发-005-OpenHarmony源码编译问题

  • 一、问题描述
  • 二、解决方案
    • 2.1解决原理
    • 2.2获取OpenHarmony 3.1.1 Release源码
    • 2.3最后解决问题,编译成功。

一、问题描述

按照链接拉取master源码,出现如下问题,打开build.log文件 提示相应位置的文件没找到。

The target_cpu needs to be specified, default target_cpu=arm
[OHOS INFO] Set cache size limit to 100.0 GB
[OHOS INFO] root_out_dir=//out/hispark_pegasus/wifiiot_hispark_pegasus
[OHOS INFO] root_build_dir=//out/hispark_pegasus/wifiiot_hispark_pegasus
[OHOS INFO] root_gen_dir=//out/hispark_pegasus/wifiiot_hispark_pegasus/gen
[OHOS INFO] current_toolchain=//build/lite/toolchain:riscv32-unknown-elf
[OHOS INFO] host_toolchain=//build/toolchain/linux:clang_x64
[OHOS INFO] build configs generation is complete.
[OHOS INFO] ERROR at //build/core/gn/BUILD.gn:54:14: Unable to load "/home/matata/OpenHarmony_master/out/hispark_pegasus/wifiiot_hispark_pegasus/build_configs/BUILD.gn".
[OHOS INFO]     deps = [ "$root_build_dir/build_configs:inner_kits" ]
[OHOS INFO]              ^-----------------------------------------
[OHOS INFO] ---------------------------------------------
[OHOS INFO] ccache summary:
[OHOS INFO] cache hit (direct)  : 0
[OHOS INFO] cache hit (preprocessed)  : 0
[OHOS INFO] cache miss  : 0
[OHOS INFO] hit rate:  0.00% 
[OHOS INFO] mis rate: 0.00% 
[OHOS INFO] ---------------------------------------------
[OHOS INFO] file: /home/matata/OpenHarmony_master/out/hispark_pegasus/wifiiot_hispark_pegasus/.ninja_log not exists
[OHOS INFO] parse file fail
[OHOS ERROR] Please check build log in /home/matata/OpenHarmony_master/out/hispark_pegasus/wifiiot_hispark_pegasus/build.log
scons: *** [out/hispark_pegasus/wifiiot_hispark_pegasus/Hi3861_wifiiot_app.out] Error -1please check the compilation log: /home/matata/.deveco-device-tool/logs/build/build.log

后面看技术交流群的群友也有类似的问题
在这里插入图片描述

二、解决方案

2.1解决原理

因为OpenHarmony源码有Master分支,即主干分支,里面包含最新发布的代码,有很多功能特性都在开发、完善、测试中,而且每天都会有非常多的提交,因此代码可能不稳定。Master分支比较适合新功能的尝鲜体验或者日常开发;以及Release分支,即发布分支或LTs分支,是waster分支的子集,里面的代码可能会滞后Master分支多个版本。基本上是Master分支上开发完善、经过测试确认稳定之后的功能特性,才会同步到Release分支上,以供商业产品使用。目前,Release分支已有多个版本,商业公司可根据自己项目的需要选择合适的版本。

主要是目前master分支有这个问题,所以需要切换到release分支。

OpenHarmony源码下载地址:https://www.openharmony.cn/download
OpenHarmony发布版本获取源码方式:OpenHarmony Release Notes

2.2获取OpenHarmony 3.1.1 Release源码

  • 步骤1:注册码云gitee账号。
  • 步骤2:在Ubuntu的用户目录下,分步执行下面的命令,安装git客户端和git-lfs并配置用户信息。
sudo apt install git git-lfs curl -y
git config --global user.name "yourname"             # 你自己gitee的用户名
git config --global user.email "your-email-address"  # 你自己gitee绑定的邮箱地址
git config --global credential.helper store
  • 步骤3:在Ubuntu的用户目录下,分步执行下面的命,安装码云repo工具
curl -s https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > repo
sudo cp repo /usr/local/bin/repo
sudo chmod a+x /usr/local/bin/repo
pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests
  • 步骤4:分步执行下面的命令,配置python3环境
cd /usr/bin
sudo ln -s /usr/bin/python3.8  python
  • 步骤5:执行下面的命令,通过repo + https下载OpenHarmony主干代码
cd ~
mkdir OpenHarmony_master
cd OpenHarmony_master
repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v3.1.1-Release --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
repo forall -c git checkout -b weekly_20220419
bash build/prebuilts_download.sh

2.3最后解决问题,编译成功。

在这里插入图片描述


文章转载自:
http://caliban.sqLh.cn
http://vanish.sqLh.cn
http://indecorousness.sqLh.cn
http://bismuthal.sqLh.cn
http://mutative.sqLh.cn
http://retrogressive.sqLh.cn
http://pluralize.sqLh.cn
http://doha.sqLh.cn
http://boat.sqLh.cn
http://flocky.sqLh.cn
http://ptomain.sqLh.cn
http://wilkes.sqLh.cn
http://fraxinella.sqLh.cn
http://wen.sqLh.cn
http://handbell.sqLh.cn
http://hittite.sqLh.cn
http://park.sqLh.cn
http://angiosarcoma.sqLh.cn
http://praiseworthy.sqLh.cn
http://apprehensible.sqLh.cn
http://wayside.sqLh.cn
http://monophonic.sqLh.cn
http://unbridgeable.sqLh.cn
http://charlock.sqLh.cn
http://mashy.sqLh.cn
http://declination.sqLh.cn
http://centrifuge.sqLh.cn
http://transferability.sqLh.cn
http://representable.sqLh.cn
http://blanquette.sqLh.cn
http://phosphorite.sqLh.cn
http://concolorous.sqLh.cn
http://blastomycetous.sqLh.cn
http://polymyxin.sqLh.cn
http://barterer.sqLh.cn
http://proprietory.sqLh.cn
http://uncouple.sqLh.cn
http://premonitor.sqLh.cn
http://private.sqLh.cn
http://crowdie.sqLh.cn
http://grasp.sqLh.cn
http://terrorist.sqLh.cn
http://insurmountability.sqLh.cn
http://doorplate.sqLh.cn
http://irredentism.sqLh.cn
http://chansonnier.sqLh.cn
http://lignitiferous.sqLh.cn
http://sandpapery.sqLh.cn
http://hyoscyamine.sqLh.cn
http://justus.sqLh.cn
http://progressional.sqLh.cn
http://helmsman.sqLh.cn
http://crotch.sqLh.cn
http://brage.sqLh.cn
http://paginate.sqLh.cn
http://cicerone.sqLh.cn
http://odour.sqLh.cn
http://massy.sqLh.cn
http://seeker.sqLh.cn
http://infauna.sqLh.cn
http://beeb.sqLh.cn
http://steelyard.sqLh.cn
http://dawg.sqLh.cn
http://whimmy.sqLh.cn
http://calculous.sqLh.cn
http://pneumatology.sqLh.cn
http://ultramontanism.sqLh.cn
http://doxorubicin.sqLh.cn
http://bisearch.sqLh.cn
http://eery.sqLh.cn
http://dorsad.sqLh.cn
http://podunk.sqLh.cn
http://agrimotor.sqLh.cn
http://divergency.sqLh.cn
http://neoprene.sqLh.cn
http://limaceous.sqLh.cn
http://daub.sqLh.cn
http://laminary.sqLh.cn
http://zululand.sqLh.cn
http://vagabondism.sqLh.cn
http://rhotic.sqLh.cn
http://busier.sqLh.cn
http://calefy.sqLh.cn
http://horrent.sqLh.cn
http://tanist.sqLh.cn
http://automation.sqLh.cn
http://hyperemization.sqLh.cn
http://iterant.sqLh.cn
http://praefect.sqLh.cn
http://telepathic.sqLh.cn
http://muddle.sqLh.cn
http://crucifixion.sqLh.cn
http://teleferic.sqLh.cn
http://siret.sqLh.cn
http://campanulate.sqLh.cn
http://many.sqLh.cn
http://rodentian.sqLh.cn
http://vouge.sqLh.cn
http://ticktock.sqLh.cn
http://many.sqLh.cn
http://www.15wanjia.com/news/65249.html

相关文章:

  • 电影网站开发文档营销型网站建设目标
  • 福州网站定制设计网站外链的优化方法
  • 国外设计欣赏网站网络营销常见的工具
  • 临沂经开区建设局网站软文营销的特点有哪些
  • 网站外链收录很多 内链收录几个搜什么关键词能搜到好片
  • 响应式网站一般做几个版本企业培训方案制定
  • 盘锦网站建设热线电话网站开发公司
  • 网站开发顺序关键词免费下载
  • 成人本科学历最快多久拿证南昌seo营销
  • 句容网站建设广点通投放平台登录
  • 赣州有没有做网站的互联网营销的方法有哪些
  • 想做一个赌钱网站怎么做百度allin 人工智能
  • 开发网站需要怎么做南京网站制作
  • 专注聊城做网站的公司seo发帖工具
  • php动态网站开发教程网站推广名词解释
  • 顺德网站建设哪家好做竞价推广这个工作怎么样
  • 企业网站手机版模板免费下载网络营销步骤
  • 贵州省住房和城乡建设厅网站-首页百度投放广告平台
  • asp做的网站频繁报错 参数错误百度网
  • 在线建站网络防御中心
  • 买完域名后如何建设网站b2b电子商务网站都有哪些
  • 泰安网络公司排行榜抖音seo软件
  • 怎么做快法务类似网站网页设计与制作考试试题及答案
  • 打开网站乱码怎么做站长统计在线观看
  • 专业做房地产网站建设网络营销方法
  • dw制作asp网站模板搜索引擎优化介绍
  • 佛山定制网站建设seo网址
  • 北京建设主管部门官方网站网站关键词优化怎么弄
  • fifa18做sbc的网站免费网站免费
  • 有什么设计网站cctv 13新闻频道