BB1989

Results 13 comments of BB1989

win10 vscode idf V5.5 who master PS D:\esp-idf-v5.5\esp-who\examples\human_face_detect> echo $Env:IDF_EXTRA_ACTIONS_PATH D:\esp-idf-v5.5\esp-who\tools\ * 正在执行任务: D:\.esp-idf-v5.5\tools\cmake\3.30.2\bin\cmake.exe -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B d:\esp-idf-v5.5\esp-who\examples\human_face_detect\build -S d:\esp-idf-v5.5\esp-who\examples\human_face_detect -DSDKCONFIG='d:\esp-idf-v5.5\esp-who\examples\human_face_detect\sdkconfig' -- Found Git: D:/.esp-idf-v5.5/tools/idf-git/2.39.2/cmd/git.exe (found version "2.39.2.windows.1")...

PS D:\esp-idf-v5.5\esp-who\examples\human_face_detect> idf.py reconfigure idf.py : 无法将“idf.py”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。 所在位置 行:1 字符: 1 + idf.py reconfigure + ~~~~~~ + CategoryInfo : ObjectNotFound: (idf.py:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException PS D:\esp-idf-v5.5\esp-who\examples\human_face_detect>

@100312dog WHO开发需要几个环境变量啊?之前做ESP32开发的时候好像并不需要设置环境变量。 网上也没有找到相关的环境变量 设置的教程。

D:\esp-idf-v5.5\esp-who\examples\human_face_detect>idf.py reconfigure No module named 'click' This usually means that "idf.py" was not spawned within an ESP-IDF shell environment or the python virtual environment used by "idf.py" is corrupted. Please...

我感觉是不是需要通过菜单配置里面进行设置? 按照您刚才说的。是不是WHO开发不能用IDF+VSCODE的方式进行开发啊?

不能直接用VS 里面的那个编译按钮,只能通过命令行进行编译吗?

我感觉我好像在搭建环境的时候差了一步

我是不是必须要安装 ESP-IDF 工具安装器? 还是说直接在VSCODE 中通过 安装就可以了?

PS D:\esp-idf-v5.5\esp-who\examples\human_face_detect> idf.py reconfigure Executing action: reconfigure Running cmake in directory D:\esp-idf-v5.5\esp-who\examples\human_face_detect\build Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=D:\.esp-idf-v5.5\python_env\idf5.5_py3.11_env\Scripts\python.exe -DESP_PLATFORM=1 -DCCACHE_ENABLE=1 D:\esp-idf-v5.5\esp-who\examples\human_face_detect"... -- Minimal build - OFF -- ccache will be...

-- Build files have been written to: D:/esp-idf-v5.5/esp-who/examples/human_face_detect/build PS D:\esp-idf-v5.5\esp-who\examples\human_face_detect> idf.py reconfigure -DIDF_TARGET=target -DSDKCONFIG_DEFAULTS=sdkconfig.bsp.bsp_name Executing action: reconfigure Target 'target' specified on command line is not consistent with target 'esp32s3' in...