You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>cd D:\esp-idf
> git describe
v5.5-dev-847-gcb3ac7429c
> export.bat
Activating ESP-IDF 5.5
Setting IDF_PATH to 'D:\esp-idf'.
* Checking python version ... 3.12.4
* Checking python dependencies ... OK
* Deactivating the current ESP-IDF environment (if any) ... OK
* Establishing a new ESP-IDF environment ... OK
* Identifying shell ... cmd.exe
* Detecting outdated tools in system ... Found tools that are not used by active ESP-IDF version.
For removing old versions of ble, bt, catch, ci, cmake, docker, esp_app_trace, esp_prov, export_utils, gen_soc_caps_kconfig, idf_py_actions, kconfig_new, ldgen, legacy_exports, mass_mfg, mocks, requirements, templates, test_apps, test_build_system,
test_idf_py, test_idf_size, test_idf_tools, test_mkdfu, unit-test-app, __pycache__ use command'python.exe D:\esp-idf\tools\idf_tools.py uninstall'
To free up even more space, remove installation packages of those tools.
Use option python.exe D:\esp-idf\tools\idf_tools.py uninstall --remove-archives.
Done! You can now compile ESP-IDF projects.
Go to the project directory and run:
idf.py build
>
The text was updated successfully, but these errors were encountered:
Answers checklist.
General issue report
我在git拉取仓库,并没有指定版本。直到我是用Clion配置完成后,我才想起来查看版本,但是输出的版本是5.5.0的版本?这个版本是正常的吗?
这是version.cmake中的数据:
这是PowerShell中的输出
The text was updated successfully, but these errors were encountered: