登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
代码拉取完成,页面将自动刷新
仓库状态说明
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
58
Star
130
Fork
1.6K
OpenHarmony
/
build
关闭
代码
Issues
219
Pull Requests
125
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
[Bug]: RK3568编译报错
进行中
#I803H6
任务
冥焱破晓
创建于
2023-09-10 19:09
### 发生了什么问题? ``` [OHOS INFO] [16826/63820] ACTION //foundation/communication/netmanager_ext/frameworks/js/napi/sharing:sharing__check(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16827/63820] ACTION //foundation/communication/netmanager_ext/frameworks/js/napi/sharing:sharing__notice(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16828/63820] ACTION //foundation/communication/netmanager_ext/frameworks/js/napi/vpn:vpn__check(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16829/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient:ethernet_manager_if__check(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16830/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient:ethernet_parcel__notice(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16831/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient:ethernet_manager_if__notice(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16832/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient:ethernet_parcel__check(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16833/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient:mdns_manager_if__check(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16834/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient:mdns_manager_if__notice(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16835/63820] ACTION //device/board/hihope/rk3568/kernel:kernel(//build/toolchain/ohos:ohos_clang_arm) [OHOS ERROR] [16820/63820] ACTION //foundation/communication/netmanager_base/services/netmanagernative/bpf:netsys(//build/toolchain/ohos:ohos_clang_arm) [OHOS ERROR] FAILED: obj/foundation/communication/netmanager_base/services/netmanagernative/bpf/netsys.o [OHOS ERROR] /usr/bin/env ../../build/scripts/bpf.py --clang-path ../../prebuilts/clang/ohos/linux-x86_64/llvm/bin/clang --output-file obj/foundation/communication/netmanager_base/services/netmanagernative/bpf/netsys.o --include-dirs obj/build/templates/bpf/arm-linux-ohos/usr/include obj/build/templates/bpf/arm-linux-ohos ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/include ../../third_party/libbpf/src --input-file ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/src/netsys.c [OHOS ERROR] Traceback (most recent call last): [OHOS ERROR] File "/home/jamo/workspace/openharmony/out/rk3568/../../build/scripts/bpf.py", line 63, in <module> [OHOS ERROR] sys.exit(main(sys.argv[1:])) [OHOS ERROR] File "/home/jamo/workspace/openharmony/out/rk3568/../../build/scripts/bpf.py", line 51, in main [OHOS ERROR] build_utils.call_and_write_depfile_if_stale( [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/scripts/util/build_utils.py", line 717, in call_and_write_depfile_if_stale [OHOS ERROR] md5_check.call_and_record_if_stale(on_stale_md5, [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/scripts/util/md5_check.py", line 121, in call_and_record_if_stale [OHOS ERROR] function(*args) [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/scripts/util/build_utils.py", line 707, in on_stale_md5 [OHOS ERROR] function(*args) [OHOS ERROR] File "/home/jamo/workspace/openharmony/out/rk3568/../../build/scripts/bpf.py", line 52, in <lambda> [OHOS ERROR] lambda: bpf_compile(options, cmd), [OHOS ERROR] File "/home/jamo/workspace/openharmony/out/rk3568/../../build/scripts/bpf.py", line 40, in bpf_compile [OHOS ERROR] build_utils.check_output(cmd, env=my_env) [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/scripts/util/build_utils.py", line 245, in check_output [OHOS ERROR] raise called_process_error(cwd, args, stdout + stderr) [OHOS ERROR] util.build_utils.called_process_error: Command failed: ( cd /home/jamo/workspace/openharmony/out/rk3568; ../../prebuilts/clang/ohos/linux-x86_64/llvm/bin/clang -v -g -c -O2 -target bpf -I obj/build/templates/bpf/arm-linux-ohos/usr/include -I obj/build/templates/bpf/arm-linux-ohos -I ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/include -I ../../third_party/libbpf/src -c ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/src/netsys.c -o obj/foundation/communication/netmanager_base/services/netmanagernative/bpf/netsys.o ) [OHOS ERROR] OHOS (dev) clang version 15.0.4 (llvm-project d1aa604d90b55a96aa22af9992d170fccbd41938) [OHOS ERROR] Target: bpf [OHOS ERROR] Thread model: posix [OHOS ERROR] InstalledDir: /home/jamo/workspace/openharmony/out/rk3568/../../prebuilts/clang/ohos/linux-x86_64/llvm/bin [OHOS ERROR] (in-process) [OHOS ERROR] "/home/jamo/workspace/openharmony/prebuilts/clang/ohos/linux-x86_64/llvm/bin/clang-15" -cc1 -triple bpf -emit-obj --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name netsys.c -mrelocation-model static -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -mllvm -treat-scalable-fixed-error-as-warning -debug-info-kind=constructor -dwarf-version=5 -debugger-tuning=gdb -v -fcoverage-compilation-dir=/home/jamo/workspace/openharmony/out/rk3568 -resource-dir /home/jamo/workspace/openharmony/prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/15.0.4 -I obj/build/templates/bpf/arm-linux-ohos/usr/include -I obj/build/templates/bpf/arm-linux-ohos -I ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/include -I ../../third_party/libbpf/src -O2 -fdebug-compilation-dir=/home/jamo/workspace/openharmony/out/rk3568 -ferror-limit 19 -fgnuc-version=4.2.1 -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o obj/foundation/communication/netmanager_base/services/netmanagernative/bpf/netsys.o -x c ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/src/netsys.c [OHOS ERROR] clang -cc1 version 15.0.4 based upon LLVM 15.0.4 default target x86_64-unknown-linux-gnu [OHOS ERROR] #include "..." search starts here: [OHOS ERROR] #include <...> search starts here: [OHOS ERROR] obj/build/templates/bpf/arm-linux-ohos/usr/include [OHOS ERROR] obj/build/templates/bpf/arm-linux-ohos [OHOS ERROR] ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/include [OHOS ERROR] ../../third_party/libbpf/src [OHOS ERROR] /usr/local/include [OHOS ERROR] /home/jamo/workspace/openharmony/prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/15.0.4/include [OHOS ERROR] /usr/include [OHOS ERROR] End of search list. [OHOS ERROR] In file included from ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/src/netsys.c:19: [OHOS ERROR] In file included from /home/jamo/workspace/openharmony/prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/15.0.4/include/stdint.h:52: [OHOS ERROR] /usr/include/stdint.h:26:10: fatal error: 'bits/libc-header-start.h' file not found [OHOS ERROR] #include <bits/libc-header-start.h> [OHOS ERROR] ^~~~~~~~~~~~~~~~~~~~~~~~~~ [OHOS ERROR] 1 error generated. [OHOS ERROR] [OHOS ERROR] [16835/63820] ACTION //device/board/hihope/rk3568/kernel:kernel(//build/toolchain/ohos:ohos_clang_arm) [OHOS ERROR] FAILED: ../kernel/src_tmp/linux-5.10/boot_linux ../kernel/checkpoint/compile_check [OHOS ERROR] /usr/bin/env ../../device/board/hihope/rk3568/kernel/build_kernel.sh ../../kernel/linux/linux-5.10 /home/jamo/workspace/openharmony/out/rk3568/packages/phone/images /home/jamo/workspace/openharmony/device/board/hihope/rk3568 vendor/hihope/rk3568 /home/jamo/workspace/openharmony rockchip rk3568 hihope root default disable_lto_O0 enable_ramdisk [OHOS ERROR] ~/workspace/openharmony/kernel/linux/linux-5.10 ~/workspace/openharmony/out/rk3568 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] 0a1,139 [OHOS ERROR] > kernel/linux/build: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 704b47835f53ebb58d734e6b70471a008ab006c0 [OHOS ERROR] > Merge: 8168267 48ffbd9 [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Wed Aug 2 09:33:09 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !194 tokenid用例补充 [OHOS ERROR] > Merge pull request !194 from 万晓庆/master [OHOS ERROR] > [OHOS ERROR] > commit 48ffbd998ba01fff24eb363382798cd8ebe26791 [OHOS ERROR] > Author: wanxiaoqing <wanxiaoqing@huawei.com> [OHOS ERROR] > Date: Wed Aug 2 12:02:59 2023 +0800 [OHOS ERROR] > [OHOS ERROR] > tokenid用例补充 [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: wanxiaoqing <wanxiaoqing@huawei.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > kernel/linux/linux-5.10: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 478b339c08d78442efd76559c5c50f5254c5b3b5 [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Thu Aug 31 08:33:10 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !1026 CVE合入 [OHOS ERROR] > Merge pull request !1026 from Wanxiaoqing/master [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > kernel/linux/patches: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 98a84405425a390f0fea49fc88a03cf385aa4d31 [OHOS ERROR] > Merge: 0762641 dd9eadc [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Mon Aug 14 04:31:03 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !386 LTS 5.10 补丁升级适配 [OHOS ERROR] > Merge pull request !386 from 万晓庆/master [OHOS ERROR] > [OHOS ERROR] > commit dd9eadc3a4a329c92e0a5028a755646db03d8957 [OHOS ERROR] > Author: wanxiaoqing <wanxiaoqing@huawei.com> [OHOS ERROR] > Date: Fri Aug 11 15:14:21 2023 +0800 [OHOS ERROR] > [OHOS ERROR] > LTS 5.10 补丁升级适配 [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: wanxiaoqing <wanxiaoqing@huawei.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > kernel/linux/config: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 925f65c0455376cc9fc49ebf4abf27842f3663be [OHOS ERROR] > Merge: 1539288 3aedd06 [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Fri Sep 8 09:55:47 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !355 内核支持fsverity能力 [OHOS ERROR] > Merge pull request !355 from ligongshao/master [OHOS ERROR] > [OHOS ERROR] > commit 3aedd069b2c213291e9a1c08811d05c097a3f586 [OHOS ERROR] > Author: ligongshao <flamingsword1953@163.com> [OHOS ERROR] > Date: Wed Sep 6 10:37:28 2023 +0800 [OHOS ERROR] > [OHOS ERROR] > 支持fsverity [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: ligongshao <flamingsword1953@163.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > third_party/bounds_checking_function: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit cbfb477f4197a899eca3cfeb5e791d4a66c71ac1 [OHOS ERROR] > Merge: a1bd4c2 b7d29cc [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Fri Aug 4 03:25:09 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !47 解决openharmony L2最小系统无法开机 [OHOS ERROR] > Merge pull request !47 from 刘家辉/master [OHOS ERROR] > [OHOS ERROR] > commit b7d29cc896ef9717fe6a061074c0b3532a7de29a [OHOS ERROR] > Author: liujiahui <liujiahui19@huawei.com> [OHOS ERROR] > Date: Thu Aug 3 16:21:09 2023 +0800 [OHOS ERROR] > [OHOS ERROR] > add libsec_shared to ramdisk [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: liujiahui <liujiahui19@huawei.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > device/soc/hisilicon/common/platform/wifi: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 46f6a838bb8bc32c29a9d528a3ef9f278b5b8a49 [OHOS ERROR] > Merge: dc792c3 9c9023e [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Mon Jul 31 08:14:31 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !338 update 3516 liteos display libs for removing key in buffer handle [OHOS ERROR] > Merge pull request !338 from KevinQian/master [OHOS ERROR] > [OHOS ERROR] > commit 9c9023e7475aaddcf28eaf45951ae7985b46feb2 [OHOS ERROR] > Author: kevin-qian <kevin.qian@hisilicon.com> [OHOS ERROR] > Date: Mon Jul 31 07:54:56 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > update 3516 liteos display lib for deleting key in buffer handle [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: kevin-qian <kevin.qian@hisilicon.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > third_party/FreeBSD/sys/dev/evdev: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 2b61e12f148a692344c5b0981a51790b68ad164e [OHOS ERROR] > Merge: 1c55656 cf394ef [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Mon Aug 28 14:38:55 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !76 Import strtoimax, strtoumax and strtoul [OHOS ERROR] > Merge pull request !76 from qijinquan/strtoimax [OHOS ERROR] > [OHOS ERROR] > commit 1c556566cff4edac89afbecfc39b0f0c28d5b9b5 [OHOS ERROR] > Merge: 31fd732 59489cc [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Mon Aug 28 13:48:13 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !72 Optimize frexpl performance. [OHOS ERROR] > Merge pull request !72 from qijinquan/frexpl [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > drivers/hdf_core: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 696b7c367acbaf17866f898279b8b424afeb5a76 [OHOS ERROR] > Merge: 4190f93c fa132e6d [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Sat Sep 9 10:12:28 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !1976 fix:compiler error of hdi code int small and standard system [OHOS ERROR] > Merge pull request !1976 from yue/master [OHOS ERROR] > [OHOS ERROR] > commit fa132e6dae84886e69ee864844959db91d244efd [OHOS ERROR] > Author: yueyan <yueyan8@huawei.com> [OHOS ERROR] > Date: Fri Sep 8 19:41:52 2023 +0800 [OHOS ERROR] > [OHOS ERROR] > fix:compiler error of hdi code in small system [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: yueyan <yueyan8@huawei.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > prebuilts/clang/ohos/linux-x86_64/llvm/bin: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > f1202dc8ccccf503e873a3c04f334dca clang [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] kernel or it's deps changed, start source update. [OHOS ERROR] patching file arch/arm64/kernel/vmlinux.lds.S [OHOS ERROR] Hunk #1 succeeded at 201 with fuzz 2. [OHOS ERROR] patching file drivers/Kconfig [OHOS ERROR] patching file drivers/Makefile [OHOS ERROR] Hunk #1 succeeded at 192 with fuzz 1 (offset 1 line). [OHOS ERROR] patching file drivers/hdf/Makefile [OHOS ERROR] patching file drivers/hid/Makefile [OHOS ERROR] patching file drivers/hid/hid-core.c [OHOS ERROR] Hunk #2 succeeded at 1528 (offset 3 lines). [OHOS ERROR] Hunk #3 succeeded at 1939 (offset 3 lines). [OHOS ERROR] Hunk #4 succeeded at 2110 (offset 3 lines). [OHOS ERROR] Hunk #5 succeeded at 2128 (offset 3 lines). [OHOS ERROR] Hunk #6 succeeded at 2216 (offset 3 lines). [OHOS ERROR] patching file drivers/hid/hid-input.c [OHOS ERROR] Hunk #2 succeeded at 1433 (offset 13 lines). [OHOS ERROR] Hunk #3 succeeded at 1892 (offset 13 lines). [OHOS ERROR] Hunk #4 succeeded at 2013 (offset 13 lines). [OHOS ERROR] patching file drivers/input/misc/Makefile [OHOS ERROR] patching file drivers/input/misc/rk805-pwrkey.c [OHOS ERROR] patching file drivers/input/mousedev.c [OHOS ERROR] patching file drivers/usb/core/notify.c [OHOS ERROR] patching file drivers/usb/dwc3/gadget.c [OHOS ERROR] Hunk #1 succeeded at 3690 (offset 57 lines). [OHOS ERROR] Hunk #2 succeeded at 3698 (offset 57 lines). [OHOS ERROR] patching file include/linux/hid.h [OHOS ERROR] Hunk #1 succeeded at 624 (offset 2 lines). [OHOS ERROR] patching file include/linux/usb.h [OHOS ERROR] Hunk #1 succeeded at 2024 (offset 5 lines). [OHOS ERROR] /home/jamo/workspace/openharmony/out/kernel/src_tmp/linux-5.10 [OHOS ERROR] patching file Documentation/devicetree/bindings/devfreq/event/rockchip-dfi.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/display/bridge/analogix_dp.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml [OHOS ERROR] patching file Documentation/devicetree/bindings/iommu/rockchip,iommu.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml [OHOS ERROR] patching file Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml [OHOS ERROR] patching file Documentation/devicetree/bindings/nvmem/rockchip-otp.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/power/rockchip-io-domain.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/soc/rockchip/power_domain.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/sound/rt5651.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/spi/spi-rockchip.yaml [OHOS ERROR] patching file Documentation/devicetree/bindings/thermal/rockchip-thermal.txt [OHOS ERROR] patching file arch/arm/boot/dts/rk3036.dtsi [OHOS ERROR] patching file arch/arm/boot/dts/rk3066a-rayeager.dts [OHOS ERROR] patching file arch/arm/boot/dts/rk3066a.dtsi [OHOS ERROR] patching file arch/arm/boot/dts/rk3188.dtsi [OHOS ERROR] Hunk #1 succeeded at 738 (offset -1 lines). [OHOS ERROR] patching file arch/arm/boot/dts/rk322x.dtsi [OHOS ERROR] patching file arch/arm/boot/dts/rk3288.dtsi [OHOS ERROR] patching file arch/arm/boot/dts/rv1108.dtsi [OHOS ERROR] patching file arch/arm/kernel/psci_smp.c [OHOS ERROR] patching file arch/arm/kernel/reboot.c [OHOS ERROR] patching file arch/arm64/Kconfig.platforms [OHOS ERROR] patching file arch/arm64/Makefile [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/Makefile [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-d6-anx6345.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-r35-mb-rk618-dual-lvds.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-r35-mb-rk618-hdmi-lvds.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-r35-mb-rk618-hdmi.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-r35-mb-rk618-lvds.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-r35-mb.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-android.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ddr4p416dd6-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-dram-default-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-lvds-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-robot-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-robot-no-gpu-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v11-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v11-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr4-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ext-rk618-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ext-rk618.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ext-rk618.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-robot-no-gpu.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-robot.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-z7-a0-rk618-dsi.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-dram-default-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-evb-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-evb-x4-second.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-evb-x4.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-evb.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-fpga.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808k.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-ai-va-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-amic-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-amic-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-dmic-i2s-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-dmic-i2s-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-dmic-pdm-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-dmic-pdm-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-ext-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-v11.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-fpga.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-voice-module-board-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308b-evb-amic-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308b-evb-ext-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308b-evb-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308k.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-863-cif-sensor.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10-rkisp1.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-86v-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v11-i2s-dmic.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v12.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10-robot-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10-robot-no-gpu-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v11-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-linux.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-android.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-box-liantong-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-box-liantong.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-box-liantong.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-box-plus-dram-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-dram-2layer-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-dram-default-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-evb-android-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-evb-android.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-evb-android.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-evb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-rock64-android-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-rock64-android.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-rock64-android.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-rock64.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-808-evb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-808.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-android.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-cif-sensor.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-dram-default-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-p9-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-p9.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-p9.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-px5-evb-android.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-r88-dcdc.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-sheep-lvds.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-sheep.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-sziauto-rk618.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-tablet.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-xikp-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-xikp.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-xikp.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368a-817-tablet-bnd.dts [OHOS ERROR] ../../device/board/hihope/rk3568/kernel/build_kernel.sh: line 102: DEFCONFIG_FORM_FILE: command not found [OHOS ERROR] warning no form config file [OHOS ERROR] ../../device/board/hihope/rk3568/kernel/build_kernel.sh: line 106: DEFCONFIG_PROC_FILE: command not found [OHOS ERROR] warning no prod config file [OHOS ERROR] Using /home/jamo/workspace/openharmony/kernel/linux/config/linux-5.10/type/standard_defconfig as base [OHOS ERROR] Merging /home/jamo/workspace/openharmony/kernel/linux/config/linux-5.10/rk3568/arch/arm64_defconfig [OHOS ERROR] Merging /home/jamo/workspace/openharmony/kernel/linux/config/linux-5.10/base_defconfig [OHOS ERROR] # [OHOS ERROR] # merged configuration written to /home/jamo/workspace/openharmony/out/kernel/src_tmp/linux-5.10/arch/arm64/configs/.config (needs make) [OHOS ERROR] # [OHOS ERROR] make[1]: Entering directory '/home/jamo/workspace/openharmony/out/kernel/OBJ/linux-5.10' [OHOS ERROR] GEN Makefile 。。。。 [OHOS ERROR] error: Cannot resolve BTF IDs for CONFIG_DEBUG_INFO_BTF, please install libelf-dev, libelf-devel or elfutils-libelf-devel [OHOS ERROR] make[2]: *** [/home/jamo/workspace/openharmony/out/kernel/src_tmp/linux-5.10/Makefile:1295: prepare-resolve_btfids] Error 1 [OHOS ERROR] make[2]: *** Waiting for unfinished jobs.... [OHOS ERROR] HOSTCC scripts/dtc/dtc-parser.tab.o [OHOS ERROR] HOSTCC scripts/dtc/dtc-lexer.lex.o [OHOS ERROR] HOSTLD scripts/dtc/dtc [OHOS ERROR] make[1]: *** [arch/arm64/Makefile:208: rk3568-toybrick-x0-linux.img] Error 2 [OHOS ERROR] make[1]: Leaving directory '/home/jamo/workspace/openharmony/out/kernel/OBJ/linux-5.10' [OHOS ERROR] make: *** [Makefile:185: __sub-make] Error 2 [OHOS ERROR] Traceback (most recent call last): [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/services/ninja.py", line 49, in _execute_ninja_cmd [OHOS ERROR] SystemUtil.exec_command( [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/util/system_util.py", line 63, in exec_command [OHOS ERROR] raise OHOSException( [OHOS ERROR] exceptions.ohos_exception.OHOSException: Please check build log in /home/jamo/workspace/openharmony/out/rk3568/build.log [OHOS ERROR] [OHOS ERROR] During handling of the above exception, another exception occurred: [OHOS ERROR] [OHOS ERROR] Traceback (most recent call last): [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/containers/status.py", line 47, in wrapper [OHOS ERROR] return func(*args, **kwargs) [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/modules/ohos_build_module.py", line 67, in run [OHOS ERROR] raise exception [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/modules/ohos_build_module.py", line 65, in run [OHOS ERROR] super().run() [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/modules/interface/build_module_interface.py", line 72, in run [OHOS ERROR] raise exception [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/modules/interface/build_module_interface.py", line 70, in run [OHOS ERROR] self._target_compilation() [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/modules/ohos_build_module.py", line 103, in _target_compilation [OHOS ERROR] self.target_compiler.run() [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/services/ninja.py", line 38, in run [OHOS ERROR] self._execute_ninja_cmd() [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/services/ninja.py", line 52, in _execute_ninja_cmd [OHOS ERROR] raise OHOSException('ninja phase failed', '4000') [OHOS ERROR] exceptions.ohos_exception.OHOSException: ninja phase failed [OHOS ERROR] [OHOS ERROR] Code: 4000 [OHOS ERROR] [OHOS ERROR] Reason: ninja phase failed [OHOS ERROR] [OHOS ERROR] Solution: Please check the compile log at out/{compiling product}/build.log, If you could analyze build logs. [OHOS ERROR] Or you can try the following steps to solve this problem: [OHOS ERROR] 1. cd to OHOS root path [OHOS ERROR] 2. run 'hb clean --all' or 'rm -rf out build/resources/args/*.json'. [OHOS ERROR] 3. repo sync [OHOS ERROR] 4. repo forall -c 'git lfs pull' [OHOS ERROR] 5. bash build/prebuilts_download.sh [OHOS ERROR] 6. rebuild your product or component [OHOS ERROR] [OHOS ERROR] If you still cannot solve this problem, you could post this problem on: [OHOS ERROR] https://gitee.com/openharmony/build/issues [OHOS ERROR] =====build error===== ``` ### 期望行为是什么? 修复编译问题 ### 如何复现该缺陷 主目录下依次运行 ``` repo sync repo forall -c 'git lfs pull' ./build/prebuilts_download.sh ./build.sh --product-name rk3568 --ccache ``` ### 其他补充信息 ### 版本或分支信息 - [x] master - [ ] Release 3.2 - [ ] Release 3.1 - [ ] Release 3.0
### 发生了什么问题? ``` [OHOS INFO] [16826/63820] ACTION //foundation/communication/netmanager_ext/frameworks/js/napi/sharing:sharing__check(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16827/63820] ACTION //foundation/communication/netmanager_ext/frameworks/js/napi/sharing:sharing__notice(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16828/63820] ACTION //foundation/communication/netmanager_ext/frameworks/js/napi/vpn:vpn__check(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16829/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient:ethernet_manager_if__check(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16830/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient:ethernet_parcel__notice(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16831/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient:ethernet_manager_if__notice(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16832/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient:ethernet_parcel__check(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16833/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient:mdns_manager_if__check(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16834/63820] ACTION //foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient:mdns_manager_if__notice(//build/toolchain/ohos:ohos_clang_arm) [OHOS INFO] [16835/63820] ACTION //device/board/hihope/rk3568/kernel:kernel(//build/toolchain/ohos:ohos_clang_arm) [OHOS ERROR] [16820/63820] ACTION //foundation/communication/netmanager_base/services/netmanagernative/bpf:netsys(//build/toolchain/ohos:ohos_clang_arm) [OHOS ERROR] FAILED: obj/foundation/communication/netmanager_base/services/netmanagernative/bpf/netsys.o [OHOS ERROR] /usr/bin/env ../../build/scripts/bpf.py --clang-path ../../prebuilts/clang/ohos/linux-x86_64/llvm/bin/clang --output-file obj/foundation/communication/netmanager_base/services/netmanagernative/bpf/netsys.o --include-dirs obj/build/templates/bpf/arm-linux-ohos/usr/include obj/build/templates/bpf/arm-linux-ohos ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/include ../../third_party/libbpf/src --input-file ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/src/netsys.c [OHOS ERROR] Traceback (most recent call last): [OHOS ERROR] File "/home/jamo/workspace/openharmony/out/rk3568/../../build/scripts/bpf.py", line 63, in <module> [OHOS ERROR] sys.exit(main(sys.argv[1:])) [OHOS ERROR] File "/home/jamo/workspace/openharmony/out/rk3568/../../build/scripts/bpf.py", line 51, in main [OHOS ERROR] build_utils.call_and_write_depfile_if_stale( [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/scripts/util/build_utils.py", line 717, in call_and_write_depfile_if_stale [OHOS ERROR] md5_check.call_and_record_if_stale(on_stale_md5, [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/scripts/util/md5_check.py", line 121, in call_and_record_if_stale [OHOS ERROR] function(*args) [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/scripts/util/build_utils.py", line 707, in on_stale_md5 [OHOS ERROR] function(*args) [OHOS ERROR] File "/home/jamo/workspace/openharmony/out/rk3568/../../build/scripts/bpf.py", line 52, in <lambda> [OHOS ERROR] lambda: bpf_compile(options, cmd), [OHOS ERROR] File "/home/jamo/workspace/openharmony/out/rk3568/../../build/scripts/bpf.py", line 40, in bpf_compile [OHOS ERROR] build_utils.check_output(cmd, env=my_env) [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/scripts/util/build_utils.py", line 245, in check_output [OHOS ERROR] raise called_process_error(cwd, args, stdout + stderr) [OHOS ERROR] util.build_utils.called_process_error: Command failed: ( cd /home/jamo/workspace/openharmony/out/rk3568; ../../prebuilts/clang/ohos/linux-x86_64/llvm/bin/clang -v -g -c -O2 -target bpf -I obj/build/templates/bpf/arm-linux-ohos/usr/include -I obj/build/templates/bpf/arm-linux-ohos -I ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/include -I ../../third_party/libbpf/src -c ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/src/netsys.c -o obj/foundation/communication/netmanager_base/services/netmanagernative/bpf/netsys.o ) [OHOS ERROR] OHOS (dev) clang version 15.0.4 (llvm-project d1aa604d90b55a96aa22af9992d170fccbd41938) [OHOS ERROR] Target: bpf [OHOS ERROR] Thread model: posix [OHOS ERROR] InstalledDir: /home/jamo/workspace/openharmony/out/rk3568/../../prebuilts/clang/ohos/linux-x86_64/llvm/bin [OHOS ERROR] (in-process) [OHOS ERROR] "/home/jamo/workspace/openharmony/prebuilts/clang/ohos/linux-x86_64/llvm/bin/clang-15" -cc1 -triple bpf -emit-obj --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name netsys.c -mrelocation-model static -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -mllvm -treat-scalable-fixed-error-as-warning -debug-info-kind=constructor -dwarf-version=5 -debugger-tuning=gdb -v -fcoverage-compilation-dir=/home/jamo/workspace/openharmony/out/rk3568 -resource-dir /home/jamo/workspace/openharmony/prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/15.0.4 -I obj/build/templates/bpf/arm-linux-ohos/usr/include -I obj/build/templates/bpf/arm-linux-ohos -I ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/include -I ../../third_party/libbpf/src -O2 -fdebug-compilation-dir=/home/jamo/workspace/openharmony/out/rk3568 -ferror-limit 19 -fgnuc-version=4.2.1 -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o obj/foundation/communication/netmanager_base/services/netmanagernative/bpf/netsys.o -x c ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/src/netsys.c [OHOS ERROR] clang -cc1 version 15.0.4 based upon LLVM 15.0.4 default target x86_64-unknown-linux-gnu [OHOS ERROR] #include "..." search starts here: [OHOS ERROR] #include <...> search starts here: [OHOS ERROR] obj/build/templates/bpf/arm-linux-ohos/usr/include [OHOS ERROR] obj/build/templates/bpf/arm-linux-ohos [OHOS ERROR] ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/include [OHOS ERROR] ../../third_party/libbpf/src [OHOS ERROR] /usr/local/include [OHOS ERROR] /home/jamo/workspace/openharmony/prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/15.0.4/include [OHOS ERROR] /usr/include [OHOS ERROR] End of search list. [OHOS ERROR] In file included from ../../foundation/communication/netmanager_base/services/netmanagernative/bpf/src/netsys.c:19: [OHOS ERROR] In file included from /home/jamo/workspace/openharmony/prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/15.0.4/include/stdint.h:52: [OHOS ERROR] /usr/include/stdint.h:26:10: fatal error: 'bits/libc-header-start.h' file not found [OHOS ERROR] #include <bits/libc-header-start.h> [OHOS ERROR] ^~~~~~~~~~~~~~~~~~~~~~~~~~ [OHOS ERROR] 1 error generated. [OHOS ERROR] [OHOS ERROR] [16835/63820] ACTION //device/board/hihope/rk3568/kernel:kernel(//build/toolchain/ohos:ohos_clang_arm) [OHOS ERROR] FAILED: ../kernel/src_tmp/linux-5.10/boot_linux ../kernel/checkpoint/compile_check [OHOS ERROR] /usr/bin/env ../../device/board/hihope/rk3568/kernel/build_kernel.sh ../../kernel/linux/linux-5.10 /home/jamo/workspace/openharmony/out/rk3568/packages/phone/images /home/jamo/workspace/openharmony/device/board/hihope/rk3568 vendor/hihope/rk3568 /home/jamo/workspace/openharmony rockchip rk3568 hihope root default disable_lto_O0 enable_ramdisk [OHOS ERROR] ~/workspace/openharmony/kernel/linux/linux-5.10 ~/workspace/openharmony/out/rk3568 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] /home/jamo/workspace/openharmony/kernel/linux/linux-5.10 [OHOS ERROR] 0a1,139 [OHOS ERROR] > kernel/linux/build: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 704b47835f53ebb58d734e6b70471a008ab006c0 [OHOS ERROR] > Merge: 8168267 48ffbd9 [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Wed Aug 2 09:33:09 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !194 tokenid用例补充 [OHOS ERROR] > Merge pull request !194 from 万晓庆/master [OHOS ERROR] > [OHOS ERROR] > commit 48ffbd998ba01fff24eb363382798cd8ebe26791 [OHOS ERROR] > Author: wanxiaoqing <wanxiaoqing@huawei.com> [OHOS ERROR] > Date: Wed Aug 2 12:02:59 2023 +0800 [OHOS ERROR] > [OHOS ERROR] > tokenid用例补充 [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: wanxiaoqing <wanxiaoqing@huawei.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > kernel/linux/linux-5.10: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 478b339c08d78442efd76559c5c50f5254c5b3b5 [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Thu Aug 31 08:33:10 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !1026 CVE合入 [OHOS ERROR] > Merge pull request !1026 from Wanxiaoqing/master [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > kernel/linux/patches: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 98a84405425a390f0fea49fc88a03cf385aa4d31 [OHOS ERROR] > Merge: 0762641 dd9eadc [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Mon Aug 14 04:31:03 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !386 LTS 5.10 补丁升级适配 [OHOS ERROR] > Merge pull request !386 from 万晓庆/master [OHOS ERROR] > [OHOS ERROR] > commit dd9eadc3a4a329c92e0a5028a755646db03d8957 [OHOS ERROR] > Author: wanxiaoqing <wanxiaoqing@huawei.com> [OHOS ERROR] > Date: Fri Aug 11 15:14:21 2023 +0800 [OHOS ERROR] > [OHOS ERROR] > LTS 5.10 补丁升级适配 [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: wanxiaoqing <wanxiaoqing@huawei.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > kernel/linux/config: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 925f65c0455376cc9fc49ebf4abf27842f3663be [OHOS ERROR] > Merge: 1539288 3aedd06 [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Fri Sep 8 09:55:47 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !355 内核支持fsverity能力 [OHOS ERROR] > Merge pull request !355 from ligongshao/master [OHOS ERROR] > [OHOS ERROR] > commit 3aedd069b2c213291e9a1c08811d05c097a3f586 [OHOS ERROR] > Author: ligongshao <flamingsword1953@163.com> [OHOS ERROR] > Date: Wed Sep 6 10:37:28 2023 +0800 [OHOS ERROR] > [OHOS ERROR] > 支持fsverity [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: ligongshao <flamingsword1953@163.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > third_party/bounds_checking_function: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit cbfb477f4197a899eca3cfeb5e791d4a66c71ac1 [OHOS ERROR] > Merge: a1bd4c2 b7d29cc [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Fri Aug 4 03:25:09 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !47 解决openharmony L2最小系统无法开机 [OHOS ERROR] > Merge pull request !47 from 刘家辉/master [OHOS ERROR] > [OHOS ERROR] > commit b7d29cc896ef9717fe6a061074c0b3532a7de29a [OHOS ERROR] > Author: liujiahui <liujiahui19@huawei.com> [OHOS ERROR] > Date: Thu Aug 3 16:21:09 2023 +0800 [OHOS ERROR] > [OHOS ERROR] > add libsec_shared to ramdisk [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: liujiahui <liujiahui19@huawei.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > device/soc/hisilicon/common/platform/wifi: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 46f6a838bb8bc32c29a9d528a3ef9f278b5b8a49 [OHOS ERROR] > Merge: dc792c3 9c9023e [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Mon Jul 31 08:14:31 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !338 update 3516 liteos display libs for removing key in buffer handle [OHOS ERROR] > Merge pull request !338 from KevinQian/master [OHOS ERROR] > [OHOS ERROR] > commit 9c9023e7475aaddcf28eaf45951ae7985b46feb2 [OHOS ERROR] > Author: kevin-qian <kevin.qian@hisilicon.com> [OHOS ERROR] > Date: Mon Jul 31 07:54:56 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > update 3516 liteos display lib for deleting key in buffer handle [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: kevin-qian <kevin.qian@hisilicon.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > third_party/FreeBSD/sys/dev/evdev: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 2b61e12f148a692344c5b0981a51790b68ad164e [OHOS ERROR] > Merge: 1c55656 cf394ef [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Mon Aug 28 14:38:55 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !76 Import strtoimax, strtoumax and strtoul [OHOS ERROR] > Merge pull request !76 from qijinquan/strtoimax [OHOS ERROR] > [OHOS ERROR] > commit 1c556566cff4edac89afbecfc39b0f0c28d5b9b5 [OHOS ERROR] > Merge: 31fd732 59489cc [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Mon Aug 28 13:48:13 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !72 Optimize frexpl performance. [OHOS ERROR] > Merge pull request !72 from qijinquan/frexpl [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > drivers/hdf_core: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > commit 696b7c367acbaf17866f898279b8b424afeb5a76 [OHOS ERROR] > Merge: 4190f93c fa132e6d [OHOS ERROR] > Author: openharmony_ci <120357966@qq.com> [OHOS ERROR] > Date: Sat Sep 9 10:12:28 2023 +0000 [OHOS ERROR] > [OHOS ERROR] > !1976 fix:compiler error of hdi code int small and standard system [OHOS ERROR] > Merge pull request !1976 from yue/master [OHOS ERROR] > [OHOS ERROR] > commit fa132e6dae84886e69ee864844959db91d244efd [OHOS ERROR] > Author: yueyan <yueyan8@huawei.com> [OHOS ERROR] > Date: Fri Sep 8 19:41:52 2023 +0800 [OHOS ERROR] > [OHOS ERROR] > fix:compiler error of hdi code in small system [OHOS ERROR] > [OHOS ERROR] > Signed-off-by: yueyan <yueyan8@huawei.com> [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] > prebuilts/clang/ohos/linux-x86_64/llvm/bin: [OHOS ERROR] > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [OHOS ERROR] > f1202dc8ccccf503e873a3c04f334dca clang [OHOS ERROR] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [OHOS ERROR] kernel or it's deps changed, start source update. [OHOS ERROR] patching file arch/arm64/kernel/vmlinux.lds.S [OHOS ERROR] Hunk #1 succeeded at 201 with fuzz 2. [OHOS ERROR] patching file drivers/Kconfig [OHOS ERROR] patching file drivers/Makefile [OHOS ERROR] Hunk #1 succeeded at 192 with fuzz 1 (offset 1 line). [OHOS ERROR] patching file drivers/hdf/Makefile [OHOS ERROR] patching file drivers/hid/Makefile [OHOS ERROR] patching file drivers/hid/hid-core.c [OHOS ERROR] Hunk #2 succeeded at 1528 (offset 3 lines). [OHOS ERROR] Hunk #3 succeeded at 1939 (offset 3 lines). [OHOS ERROR] Hunk #4 succeeded at 2110 (offset 3 lines). [OHOS ERROR] Hunk #5 succeeded at 2128 (offset 3 lines). [OHOS ERROR] Hunk #6 succeeded at 2216 (offset 3 lines). [OHOS ERROR] patching file drivers/hid/hid-input.c [OHOS ERROR] Hunk #2 succeeded at 1433 (offset 13 lines). [OHOS ERROR] Hunk #3 succeeded at 1892 (offset 13 lines). [OHOS ERROR] Hunk #4 succeeded at 2013 (offset 13 lines). [OHOS ERROR] patching file drivers/input/misc/Makefile [OHOS ERROR] patching file drivers/input/misc/rk805-pwrkey.c [OHOS ERROR] patching file drivers/input/mousedev.c [OHOS ERROR] patching file drivers/usb/core/notify.c [OHOS ERROR] patching file drivers/usb/dwc3/gadget.c [OHOS ERROR] Hunk #1 succeeded at 3690 (offset 57 lines). [OHOS ERROR] Hunk #2 succeeded at 3698 (offset 57 lines). [OHOS ERROR] patching file include/linux/hid.h [OHOS ERROR] Hunk #1 succeeded at 624 (offset 2 lines). [OHOS ERROR] patching file include/linux/usb.h [OHOS ERROR] Hunk #1 succeeded at 2024 (offset 5 lines). [OHOS ERROR] /home/jamo/workspace/openharmony/out/kernel/src_tmp/linux-5.10 [OHOS ERROR] patching file Documentation/devicetree/bindings/devfreq/event/rockchip-dfi.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/display/bridge/analogix_dp.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml [OHOS ERROR] patching file Documentation/devicetree/bindings/iommu/rockchip,iommu.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml [OHOS ERROR] patching file Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml [OHOS ERROR] patching file Documentation/devicetree/bindings/nvmem/rockchip-otp.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/power/rockchip-io-domain.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/soc/rockchip/power_domain.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/sound/rt5651.txt [OHOS ERROR] patching file Documentation/devicetree/bindings/spi/spi-rockchip.yaml [OHOS ERROR] patching file Documentation/devicetree/bindings/thermal/rockchip-thermal.txt [OHOS ERROR] patching file arch/arm/boot/dts/rk3036.dtsi [OHOS ERROR] patching file arch/arm/boot/dts/rk3066a-rayeager.dts [OHOS ERROR] patching file arch/arm/boot/dts/rk3066a.dtsi [OHOS ERROR] patching file arch/arm/boot/dts/rk3188.dtsi [OHOS ERROR] Hunk #1 succeeded at 738 (offset -1 lines). [OHOS ERROR] patching file arch/arm/boot/dts/rk322x.dtsi [OHOS ERROR] patching file arch/arm/boot/dts/rk3288.dtsi [OHOS ERROR] patching file arch/arm/boot/dts/rv1108.dtsi [OHOS ERROR] patching file arch/arm/kernel/psci_smp.c [OHOS ERROR] patching file arch/arm/kernel/reboot.c [OHOS ERROR] patching file arch/arm64/Kconfig.platforms [OHOS ERROR] patching file arch/arm64/Makefile [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/Makefile [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-d6-anx6345.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-r35-mb-rk618-dual-lvds.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-r35-mb-rk618-hdmi-lvds.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-r35-mb-rk618-hdmi.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-r35-mb-rk618-lvds.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ad-r35-mb.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-android.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-ddr4p416dd6-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-dram-default-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-lvds-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-robot-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-robot-no-gpu-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v11-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v11-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ddr4-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ext-rk618-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ext-rk618.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-evb-ext-rk618.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-robot-no-gpu.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-robot.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30-z7-a0-rk618-dsi.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/px30.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-dram-default-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-evb-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-evb-x4-second.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-evb-x4.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-evb.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808-fpga.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk1808k.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-ai-va-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-amic-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-amic-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-dmic-i2s-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-dmic-i2s-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-dmic-pdm-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-dmic-pdm-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-ext-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-evb-v11.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-fpga.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308-voice-module-board-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308b-evb-amic-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308b-evb-ext-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308b-evb-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3308k.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-863-cif-sensor.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10-rkisp1.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-86v-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v11-i2s-dmic.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v12.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10-robot-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10-robot-no-gpu-linux.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v11-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v11.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3326-linux.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-android.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-box-liantong-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-box-liantong.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-box-liantong.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-box-plus-dram-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-dram-2layer-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-dram-default-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-evb-android-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-evb-android.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-evb-android.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-evb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-rock64-android-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-rock64-android.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-rock64-android.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328-rock64.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3328.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-808-evb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-808.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-android.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-cif-sensor.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-dram-default-timing.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-p9-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-p9.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-p9.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-px5-evb-android.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-r88-dcdc.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-sheep-lvds.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-sheep.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-sziauto-rk618.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-tablet.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-xikp-avb.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-xikp.dts [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368-xikp.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368.dtsi [OHOS ERROR] patching file arch/arm64/boot/dts/rockchip/rk3368a-817-tablet-bnd.dts [OHOS ERROR] ../../device/board/hihope/rk3568/kernel/build_kernel.sh: line 102: DEFCONFIG_FORM_FILE: command not found [OHOS ERROR] warning no form config file [OHOS ERROR] ../../device/board/hihope/rk3568/kernel/build_kernel.sh: line 106: DEFCONFIG_PROC_FILE: command not found [OHOS ERROR] warning no prod config file [OHOS ERROR] Using /home/jamo/workspace/openharmony/kernel/linux/config/linux-5.10/type/standard_defconfig as base [OHOS ERROR] Merging /home/jamo/workspace/openharmony/kernel/linux/config/linux-5.10/rk3568/arch/arm64_defconfig [OHOS ERROR] Merging /home/jamo/workspace/openharmony/kernel/linux/config/linux-5.10/base_defconfig [OHOS ERROR] # [OHOS ERROR] # merged configuration written to /home/jamo/workspace/openharmony/out/kernel/src_tmp/linux-5.10/arch/arm64/configs/.config (needs make) [OHOS ERROR] # [OHOS ERROR] make[1]: Entering directory '/home/jamo/workspace/openharmony/out/kernel/OBJ/linux-5.10' [OHOS ERROR] GEN Makefile 。。。。 [OHOS ERROR] error: Cannot resolve BTF IDs for CONFIG_DEBUG_INFO_BTF, please install libelf-dev, libelf-devel or elfutils-libelf-devel [OHOS ERROR] make[2]: *** [/home/jamo/workspace/openharmony/out/kernel/src_tmp/linux-5.10/Makefile:1295: prepare-resolve_btfids] Error 1 [OHOS ERROR] make[2]: *** Waiting for unfinished jobs.... [OHOS ERROR] HOSTCC scripts/dtc/dtc-parser.tab.o [OHOS ERROR] HOSTCC scripts/dtc/dtc-lexer.lex.o [OHOS ERROR] HOSTLD scripts/dtc/dtc [OHOS ERROR] make[1]: *** [arch/arm64/Makefile:208: rk3568-toybrick-x0-linux.img] Error 2 [OHOS ERROR] make[1]: Leaving directory '/home/jamo/workspace/openharmony/out/kernel/OBJ/linux-5.10' [OHOS ERROR] make: *** [Makefile:185: __sub-make] Error 2 [OHOS ERROR] Traceback (most recent call last): [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/services/ninja.py", line 49, in _execute_ninja_cmd [OHOS ERROR] SystemUtil.exec_command( [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/util/system_util.py", line 63, in exec_command [OHOS ERROR] raise OHOSException( [OHOS ERROR] exceptions.ohos_exception.OHOSException: Please check build log in /home/jamo/workspace/openharmony/out/rk3568/build.log [OHOS ERROR] [OHOS ERROR] During handling of the above exception, another exception occurred: [OHOS ERROR] [OHOS ERROR] Traceback (most recent call last): [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/containers/status.py", line 47, in wrapper [OHOS ERROR] return func(*args, **kwargs) [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/modules/ohos_build_module.py", line 67, in run [OHOS ERROR] raise exception [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/modules/ohos_build_module.py", line 65, in run [OHOS ERROR] super().run() [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/modules/interface/build_module_interface.py", line 72, in run [OHOS ERROR] raise exception [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/modules/interface/build_module_interface.py", line 70, in run [OHOS ERROR] self._target_compilation() [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/modules/ohos_build_module.py", line 103, in _target_compilation [OHOS ERROR] self.target_compiler.run() [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/services/ninja.py", line 38, in run [OHOS ERROR] self._execute_ninja_cmd() [OHOS ERROR] File "/home/jamo/workspace/openharmony/build/hb/services/ninja.py", line 52, in _execute_ninja_cmd [OHOS ERROR] raise OHOSException('ninja phase failed', '4000') [OHOS ERROR] exceptions.ohos_exception.OHOSException: ninja phase failed [OHOS ERROR] [OHOS ERROR] Code: 4000 [OHOS ERROR] [OHOS ERROR] Reason: ninja phase failed [OHOS ERROR] [OHOS ERROR] Solution: Please check the compile log at out/{compiling product}/build.log, If you could analyze build logs. [OHOS ERROR] Or you can try the following steps to solve this problem: [OHOS ERROR] 1. cd to OHOS root path [OHOS ERROR] 2. run 'hb clean --all' or 'rm -rf out build/resources/args/*.json'. [OHOS ERROR] 3. repo sync [OHOS ERROR] 4. repo forall -c 'git lfs pull' [OHOS ERROR] 5. bash build/prebuilts_download.sh [OHOS ERROR] 6. rebuild your product or component [OHOS ERROR] [OHOS ERROR] If you still cannot solve this problem, you could post this problem on: [OHOS ERROR] https://gitee.com/openharmony/build/issues [OHOS ERROR] =====build error===== ``` ### 期望行为是什么? 修复编译问题 ### 如何复现该缺陷 主目录下依次运行 ``` repo sync repo forall -c 'git lfs pull' ./build/prebuilts_download.sh ./build.sh --product-name rk3568 --ccache ``` ### 其他补充信息 ### 版本或分支信息 - [x] master - [ ] Release 3.2 - [ ] Release 3.1 - [ ] Release 3.0
评论 (
5
)
登录
后才可以发表评论
状态
进行中
待办的
进行中
已完成
已拒绝
负责人
未设置
标签
waiting_for_assign
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(5)
1
https://gitee.com/openharmony/build.git
git@gitee.com:openharmony/build.git
openharmony
build
build
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册