登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
Gitee 618 年中盛典开启:企业版新购最高送一年,PocketClaw 首次限时折扣
代码拉取完成,页面将自动刷新
仓库状态说明
开源项目
>
OpenHarmony
>
OpenHarmony 教程指南
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1.4K
Star
7.6K
Fork
8.1K
OpenHarmony
/
docs
关闭
代码
Issues
1352
Pull Requests
580
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
编译失败(missing libclang_rt.builtins.a)
已完成
#I49M1Y
任务
Quan Yin
创建于
2021-09-11 12:28
**【任务描述】** repo command: ``` repo init -u git@gitee.com:openharmony/manifest.git -b master --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` compile command: ``` ./build.sh --product-name Hi3516DV300 ``` compile output: ``` ++++++++++++++++++++++++++++++++++++++++ 2021-09-11 12:20:10 --product-name Hi3516DV300 build standard system... --------------------------------------- --product-name Hi3516DV300 --device-name hi3516dv300 --target-os ohos --target-cpu arm build_ohos_cmd: build/build_scripts/build_ohos.sh product_name=Hi3516DV300 target_os=ohos target_cpu=arm gn_args=is_standard_system=true build_target=images ++++++++++++++++++++++++++++++++++++++++ 2021-09-11 12:20:11 product_name=Hi3516DV300 target_os=ohos target_cpu=arm gn_args=is_standard_system=true build_target=images pre_process Python 3.8.5 OPTIONS=product_name PARAM=Hi3516DV300 ------------------- OPTIONS=target_os PARAM=ohos ------------------- OPTIONS=target_cpu PARAM=arm ------------------- OPTIONS=gn_args PARAM=is_standard_system=true ------------------- OPTIONS=build_target PARAM=images ------------------- product_name=Hi3516DV300 target_os=ohos target_cpu=arm gn_args=is_standard_system=true build_target=images root_out_dir=//out/ohos-arm-release root_build_dir=//out/ohos-arm-release root_gen_dir=//out/ohos-arm-release/gen current_toolchain=//build/toolchain/ohos:ohos_clang_arm host_toolchain=//build/toolchain/linux:clang_x64 args: Namespace(build_platform_name='phone', build_xts=False, example_subsystem_file=None, gn_root_out_dir='/home/cbguser/project/OpenHarmony/out/ohos-arm-release', ignore_api_check=['xts', 'common', 'subsystem_examples'], platforms_config_file='/home/cbguser/project/OpenHarmony/out/build_configs/standard_system/platforms.build', scalable_build=False, source_root_dir='/home/cbguser/project/OpenHarmony/', subsystem_config_file='/home/cbguser/project/OpenHarmony/out/build_configs/subsystem_config.json', target_cpu='arm', target_os='ohos') build configs generation is complete. build_l2 = false OHOS_PROFILER_DIR = //developtools/profiler/ OHOS_PROFILER_3RDPARTY_DIR = //third_party/ OHOS_PROFILER_3RDPARTY_GRPC_DIR = //third_party//grpc OHOS_PROFILER_3RDPARTY_PROTOBUF_DIR = //third_party//protobuf OHOS_PROFILER_3RDPARTY_GOOGLETEST_DIR //third_party//googletest build_tests = false enable_debuginfo = false enable_coverage = false product_name : , Hi3516DV300 hi3516dv300_group in arm buffer manager use target: proto_out_dir //out/ohos-arm-release/gen/cpp/developtools/profiler/protos/services gen/cpp/developtools/profiler/protos/services proto_out_dir //out/ohos-arm-release/gen/cpp/developtools/profiler/protos/types/plugins/bytrace_plugin gen/cpp/developtools/profiler/protos/types/plugins/bytrace_plugin build_l2 = false OHOS_PROFILER_DIR = //developtools/profiler/ OHOS_PROFILER_3RDPARTY_DIR = //third_party/ OHOS_PROFILER_3RDPARTY_GRPC_DIR = //third_party//grpc OHOS_PROFILER_3RDPARTY_PROTOBUF_DIR = //third_party//protobuf OHOS_PROFILER_3RDPARTY_GOOGLETEST_DIR //third_party//googletest build_tests = false enable_debuginfo = false enable_coverage = false ----------------------------------protobuf_cc platform: ohos platform: ohos platform: windows platform: mac platform: ohos ----------------------------------protobuf_cc ABSEIL_DIR = //third_party/abseil-cpp/ Done. Made 8140 targets from 1406 files in 32557ms Starting Ninja... python version: Python 3.8.5 build_target: images ninja: Entering directory `/home/cbguser/project/OpenHarmony/out/ohos-arm-release' ninja: error: '../../prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/10.0.1/lib/arm-linux-ohosmusl/libclang_rt.builtins.a', needed by 'utils/utils_base/libutilsecurec_shared.z.so', missing and no known rule to make it build: ninja error used: 33 seconds pycache statistics manage pycache contents pycache daemon exit post_process ``` So the main error message is: ``` ninja: error: '../../prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/10.0.1/lib/arm-linux-ohosmusl/libclang_rt.builtins.a', needed by 'utils/utils_base/libutilsecurec_shared.z.so', missing and no known rule to make it ``` Which step did I miss? Please show me solution ASAP, thank you. **【解决方案】** **【任务来源】**
**【任务描述】** repo command: ``` repo init -u git@gitee.com:openharmony/manifest.git -b master --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` compile command: ``` ./build.sh --product-name Hi3516DV300 ``` compile output: ``` ++++++++++++++++++++++++++++++++++++++++ 2021-09-11 12:20:10 --product-name Hi3516DV300 build standard system... --------------------------------------- --product-name Hi3516DV300 --device-name hi3516dv300 --target-os ohos --target-cpu arm build_ohos_cmd: build/build_scripts/build_ohos.sh product_name=Hi3516DV300 target_os=ohos target_cpu=arm gn_args=is_standard_system=true build_target=images ++++++++++++++++++++++++++++++++++++++++ 2021-09-11 12:20:11 product_name=Hi3516DV300 target_os=ohos target_cpu=arm gn_args=is_standard_system=true build_target=images pre_process Python 3.8.5 OPTIONS=product_name PARAM=Hi3516DV300 ------------------- OPTIONS=target_os PARAM=ohos ------------------- OPTIONS=target_cpu PARAM=arm ------------------- OPTIONS=gn_args PARAM=is_standard_system=true ------------------- OPTIONS=build_target PARAM=images ------------------- product_name=Hi3516DV300 target_os=ohos target_cpu=arm gn_args=is_standard_system=true build_target=images root_out_dir=//out/ohos-arm-release root_build_dir=//out/ohos-arm-release root_gen_dir=//out/ohos-arm-release/gen current_toolchain=//build/toolchain/ohos:ohos_clang_arm host_toolchain=//build/toolchain/linux:clang_x64 args: Namespace(build_platform_name='phone', build_xts=False, example_subsystem_file=None, gn_root_out_dir='/home/cbguser/project/OpenHarmony/out/ohos-arm-release', ignore_api_check=['xts', 'common', 'subsystem_examples'], platforms_config_file='/home/cbguser/project/OpenHarmony/out/build_configs/standard_system/platforms.build', scalable_build=False, source_root_dir='/home/cbguser/project/OpenHarmony/', subsystem_config_file='/home/cbguser/project/OpenHarmony/out/build_configs/subsystem_config.json', target_cpu='arm', target_os='ohos') build configs generation is complete. build_l2 = false OHOS_PROFILER_DIR = //developtools/profiler/ OHOS_PROFILER_3RDPARTY_DIR = //third_party/ OHOS_PROFILER_3RDPARTY_GRPC_DIR = //third_party//grpc OHOS_PROFILER_3RDPARTY_PROTOBUF_DIR = //third_party//protobuf OHOS_PROFILER_3RDPARTY_GOOGLETEST_DIR //third_party//googletest build_tests = false enable_debuginfo = false enable_coverage = false product_name : , Hi3516DV300 hi3516dv300_group in arm buffer manager use target: proto_out_dir //out/ohos-arm-release/gen/cpp/developtools/profiler/protos/services gen/cpp/developtools/profiler/protos/services proto_out_dir //out/ohos-arm-release/gen/cpp/developtools/profiler/protos/types/plugins/bytrace_plugin gen/cpp/developtools/profiler/protos/types/plugins/bytrace_plugin build_l2 = false OHOS_PROFILER_DIR = //developtools/profiler/ OHOS_PROFILER_3RDPARTY_DIR = //third_party/ OHOS_PROFILER_3RDPARTY_GRPC_DIR = //third_party//grpc OHOS_PROFILER_3RDPARTY_PROTOBUF_DIR = //third_party//protobuf OHOS_PROFILER_3RDPARTY_GOOGLETEST_DIR //third_party//googletest build_tests = false enable_debuginfo = false enable_coverage = false ----------------------------------protobuf_cc platform: ohos platform: ohos platform: windows platform: mac platform: ohos ----------------------------------protobuf_cc ABSEIL_DIR = //third_party/abseil-cpp/ Done. Made 8140 targets from 1406 files in 32557ms Starting Ninja... python version: Python 3.8.5 build_target: images ninja: Entering directory `/home/cbguser/project/OpenHarmony/out/ohos-arm-release' ninja: error: '../../prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/10.0.1/lib/arm-linux-ohosmusl/libclang_rt.builtins.a', needed by 'utils/utils_base/libutilsecurec_shared.z.so', missing and no known rule to make it build: ninja error used: 33 seconds pycache statistics manage pycache contents pycache daemon exit post_process ``` So the main error message is: ``` ninja: error: '../../prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/10.0.1/lib/arm-linux-ohosmusl/libclang_rt.builtins.a', needed by 'utils/utils_base/libutilsecurec_shared.z.so', missing and no known rule to make it ``` Which step did I miss? Please show me solution ASAP, thank you. **【解决方案】** **【任务来源】**
评论 (
4
)
登录
后才可以发表评论
状态
已完成
待办的
进行中
已完成
已拒绝
负责人
未设置
weichaox
weichaox
负责人
协作者
+负责人
+协作者
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(2)
其他
1
https://gitee.com/openharmony/docs.git
git@gitee.com:openharmony/docs.git
openharmony
docs
docs
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册