创建ESP32 MSBuild项目失败

时间:2019-03-14 16:08:55

标签: msbuild esp32 visualgdb

我正在尝试使用VisualGDB为MSBuild开发板创建一个ESP32项目,但是在选择ESP32 Device并按next按钮之后,由于{ {1}}

详细错误:

Failed to start process (C:\SysGCC\esp32\opt\xtensa-esp32-elf\bin\make.exe -v):

注意:我能够使用VisualGDB version: 5.4.100.2737 ------------------ o8+d ------------------ o8+d: Failed to start process (C:\SysGCC\esp32\opt\xtensa-esp32-elf\bin\make.exe -v): The system cannot find the file specified ---> System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at o8.l() --- End of inner exception stack trace --- at o8.l() at g52.i_2(o5 f, String a, String b, String c, ExpandedEnvironment e, CommandFlags d) at jx.i1(String e, String a, String b, ModifiedEnvirionment f, yc2 g, Int32 d, CommandFlags c) at r71.c(jx g, String f, ModifiedEnvirionment a, Regex i, Regex b, Int32 h, yc2 d, Boolean c, String e) at r71.d(jx e, String c, ModifiedEnvirionment a, yc2 d, Boolean b) at bu1.p(qw b, Dictionary`2 a) at gu1.m(qw a) at VisualGDB.Common_GUI.WPF.ItemizedProgressWindow.<>c__DisplayClass1_2`1.<RunAction>b__0() ------------------ Inner exception ------------------ ------------------ System.ComponentModel.Win32Exception ------------------ System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at o8.l() 的{​​{1}}以及我的ESP32 IDF Project WizardVisualGDB工具链的版本来创建和构建esp32项目分别为visualGDBESP32

我不知道如何解决它,因此将不胜感激。

0 个答案:

没有答案