编译出错,帮忙看看是哪里的问题

Viewed 92

一、描述你遇到的问题

软件安装没有问题,但是编译还是出错,帮忙看一下是哪里的问题。

二、你具体做的所有步骤结果截图

python path: C:\Program Files\Python311\python.exe
flashboot start build .....
['C:\Program Files\Python311\python.exe', 'build.py', 'ws63-flashboot']
[ws63][acore] run custom cmd success!
E:\bearpi-pico_h3863\build\script.....\config.in
e:\bearpi-pico_h3863
Kconfig header saved to 'E:\bearpi-pico_h3863\output\ws63\acore\ws63-liteos-app\mconfig.h'

Traceback (most recent call last):
File "e:\bearpi-pico_h3863\build.py", line 55, in
builder.build()
File "E:\bearpi-pico_h3863\build\script\cmake_builder.py", line 102, in build
self.build_target(target)
File "E:\bearpi-pico_h3863\build\script\cmake_builder.py", line 117, in build_target
self.compile_target(target, env)
File "E:\bearpi-pico_h3863\build\script\cmake_builder.py", line 219, in compile_target
self.start(env, target_name, output_path, clean=self.need_clean, nhso=self.no_hso)
File "E:\bearpi-pico_h3863\build\script\cmake_builder.py", line 351, in start
_excute(self.cmake_cmd, log_file, self.dump)
File "E:\bearpi-pico_h3863\build\script\cmake_builder.py", line 320, in _excute
errcode = exec_shell(cmd, log_file, is_dump)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\bearpi-pico_h3863\build\script\utils\build_utils.py", line 286, in exec_shell
subp = subprocess.Popen(cmd_list, shell=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\Python311\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] ϵͳ�Ҳ���ָ�����ļ���

三、当前开发板状态全景照片

请插入图片

四、开发板串口所有日志

请在此处粘贴串口日志

3 Answers

python安装的有问题吧,默认安装的python不在program路径下,海思这个工具对python的路径依赖极强,最好按照默认的来

是环境安装问题,没有用管理员模式安装