Я пытаюсь создать MSBuild
проект с использованием VisualGDB для ESP32
платы разработки, но после выбора ESP32
Устройство и нажатия кнопки next
произойдет сбой из-за 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()
ПРИМЕЧАНИЕ: Я могу создать и построить проект esp32 с использованием ESP32 IDF Project Wizard
из VisualGDB
, а версии моих visualGDB
и ESP32
наборов инструментов соответственно 5.4
и 3.2
.
Я понятия не имею, как это исправить, поэтому любая помощь будет оценена.