562
社区成员




[91m[OHOS ERROR][0m Traceback (most recent call last):
[91m[OHOS ERROR][0m File "/home/song/build/hb/containers/status.py", line 47, in wrapper
[91m[OHOS ERROR][0m return func(*args, **kwargs)
[91m[OHOS ERROR][0m File "/home/song/build/hb/modules/ohos_build_module.py", line 65, in run
[91m[OHOS ERROR][0m super().run()
[91m[OHOS ERROR][0m File "/home/song/build/hb/modules/interface/build_module_interface.py", line 70, in run
[91m[OHOS ERROR][0m self._target_compilation()
[91m[OHOS ERROR][0m File "/home/song/build/hb/modules/ohos_build_module.py", line 103, in _target_compilation
[91m[OHOS ERROR][0m self.target_compiler.run()
[91m[OHOS ERROR][0m File "/home/song/build/hb/services/ninja.py", line 38, in run
[91m[OHOS ERROR][0m self._execute_ninja_cmd()
[91m[OHOS ERROR][0m File "/home/song/build/hb/services/ninja.py", line 69, in _execute_ninja_cmd
[91m[OHOS ERROR][0m SystemUtil.exec_command(
[91m[OHOS ERROR][0m File "/home/song/build/hb/util/system_util.py", line 64, in exec_command
[91m[OHOS ERROR][0m LogUtil.get_failed_log(log_path)
[91m[OHOS ERROR][0m File "/home/song/build/hb/util/log_util.py", line 193, in get_failed_log
[91m[OHOS ERROR][0m LogUtil.get_compiler_failed_log(log_path)
[91m[OHOS ERROR][0m File "/home/song/build/hb/util/log_util.py", line 179, in get_compiler_failed_log
[91m[OHOS ERROR][0m return_status_code = LogUtil.analyze_build_error(error_log, '4')
[91m[OHOS ERROR][0m File "/home/song/build/hb/util/log_util.py", line 93, in analyze_build_error
[91m[OHOS ERROR][0m with open(error_log, 'rt', encoding='utf-8') as log_file:
[91m[OHOS ERROR][0m FileNotFoundError: [Errno 2] No such file or directory: '/home/song/out/rk3568/error.log'
[91m[OHOS ERROR][0m
[91m[OHOS ERROR][0m Code: 0000
[91m[OHOS ERROR][0m
[91m[OHOS ERROR][0m Reason: [Errno 2] No such file or directory: '/home/song/out/rk3568/error.log'
[91m[OHOS ERROR][0m
[91m[OHOS ERROR][0m Error Type: UNKNOWN ERROR TYPE
[91m[OHOS ERROR][0m
[91m[OHOS ERROR][0m Description: NO DESCRIPTION
[91m[OHOS ERROR][0m
[91m[OHOS ERROR][0m Solution: NO SOLUTION
[91m[OHOS ERROR][0m
编译时找不到error.log 请问这个怎么解决