windows 下安装vscode插件无法启动menuconfig
Posted: Fri Nov 13, 2020 9:09 am
启动gui的config时出现
Executing action: confserver
To use c:\work\software\esp-idf\tools\idf.py, either the 'ninja' or 'GNU make' build tool must be available in the PATH
---------------------------ERROR--------------------------
Received signal: null with code: 2
-----------------------END OF ERROR-----------------------
如下报错。
之前出过Cmake的类似错误,通过将Cmake的bin文件夹放到系统的PATH中解决,现在是需要将所有的都放到PATH中?
Executing action: confserver
To use c:\work\software\esp-idf\tools\idf.py, either the 'ninja' or 'GNU make' build tool must be available in the PATH
---------------------------ERROR--------------------------
Received signal: null with code: 2
-----------------------END OF ERROR-----------------------
如下报错。
之前出过Cmake的类似错误,通过将Cmake的bin文件夹放到系统的PATH中解决,现在是需要将所有的都放到PATH中?