【已解决】快速入门(CMake)第七步配置问题(windows平台)
Posted: Wed Feb 26, 2020 9:05 am
新手入坑,跪求大佬帮忙!
如题,按照官方教程,进行到第七步,在cmd中运行“cd %userprofile%\esp\hello_world
idf.py menuconfig”命令,报错,错误信息如下:
我参考的官方教程链接:
https://docs.espressif.com/projects/esp ... -configure
请大佬们帮忙解答,新手入坑,不胜感激!!!!
如题,按照官方教程,进行到第七步,在cmd中运行“cd %userprofile%\esp\hello_world
idf.py menuconfig”命令,报错,错误信息如下:
Code: Select all
C:\Users\Jachin_Yu\esp\hello_world>cd %userprofile%\esp\hello_world
C:\Users\Jachin_Yu\esp\hello_world>idf.py menuconfig
Checking Python dependencies...
Python requirements from C:\Users\Jachin_Yu\esp\esp-idf\requirements.txt are satisfied.
Executing action: menuconfig
Running ninja in directory c:\users\jachin_yu\esp\hello_world\build
Executing "ninja menuconfig"...
[0/1] Re-running CMake...
CMake Error: The source directory "" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
FAILED: build.ninja
"C:\Program Files\CMake\bin\cmake.exe" -SC:\Users\Jachin_Yu\esp\hello_world -BC:\Users\Jachin_Yu\esp\hello_world\build
ninja: error: rebuilding 'build.ninja': subcommand failed
ninja failed with exit code 1
https://docs.espressif.com/projects/esp ... -configure
请大佬们帮忙解答,新手入坑,不胜感激!!!!