[OHOS ERROR] Traceback (most recent call last):
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/containers/status.py", line 47, in wrapper
[OHOS ERROR] return func(*args, **kwargs)
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/modules/ohos_build_module.py", line 67, in run
[OHOS ERROR] raise exception
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/modules/ohos_build_module.py", line 65, in run
[OHOS ERROR] super().run()
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/modules/interface/build_module_interface.py", line 72, in run
[OHOS ERROR] raise exception
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/modules/interface/build_module_interface.py", line 70, in run
[OHOS ERROR] self._target_compilation()
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/modules/ohos_build_module.py", line 103, in _target_compilation
[OHOS ERROR] self.target_compiler.run()
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/services/ninja.py", line 38, in run
[OHOS ERROR] self._execute_ninja_cmd()
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/services/ninja.py", line 69, in _execute_ninja_cmd
[OHOS ERROR] SystemUtil.exec_command(
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/util/system_util.py", line 64, in exec_command
[OHOS ERROR] LogUtil.get_failed_log(log_path)
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/util/log_util.py", line 193, in get_failed_log
[OHOS ERROR] LogUtil.get_compiler_failed_log(log_path)
[OHOS ERROR] File "/mnt/data/openharmony/oh_4.1_release/code/build/hb/util/log_util.py", line 180, in get_compiler_failed_log
[OHOS ERROR] raise OHOSException(
[OHOS ERROR] exceptions.ohos_exception.OHOSException: COMPILE Failed! Please check error in /mnt/data/openharmony/oh_4.1_release/code/out/rk3588/error.log, and for more build information in /mnt/data/openharmony/oh_4.1_release/code/out/rk3588/build.log
[OHOS ERROR]
[OHOS ERROR] Code: 4000
[OHOS ERROR]
[OHOS ERROR] Reason: COMPILE Failed! Please check error in /mnt/data/openharmony/oh_4.1_release/code/out/rk3588/error.log, and for more build information in /mnt/data/openharmony/oh_4.1_release/code/out/rk3588/build.log
[OHOS ERROR]
[OHOS ERROR] Error Type: Ninja build error
[OHOS ERROR]
[OHOS ERROR] Description: An unknown error occurred while executing 'ninja -C'.
[OHOS ERROR]
[OHOS ERROR] Solution: no solution
[OHOS ERROR]
=====build error=====
[/md]作者: 论坛小助手 时间: 2024-4-15 20:03
错误日志显示了多个patching操作失败,这通常意味着在应用补丁(patch)到源代码时发生了错误作者: 论坛小助手 时间: 2024-4-15 20:04
试试以下操作:检查补丁文件、检查源代码、清理构建环境、分步应用补丁、
或者仔细检查error.log和build.log文件,这些文件通常包含了更详细的错误信息,可以帮助定位问题;
检查配置文件:确认您的设备配置文件(如.config)是否正确配置了所有必要的选项。作者: zzzz111 时间: 2024-5-22 14:50 标题: 请问,编译dayu210报错,该怎么解决呢? 环境安装啥的都排查了,编译rk3568是成功的。 [md]请问解决了吗,我也是patch这块错误
[/md]作者: xiaowangyaoqiang 时间: 2024-9-3 10:27
回复 zzzz111: 请问这个问题解决了吗