Creating ESP32 MSBuild project failed

0

I'm trying to create a MSBuild Project using VisualGDB for ESP32 development board but After selecting ESP32Device and press next button, it will failed because of Failed to start process (C:\SysGCC\esp32\opt\xtensa-esp32-elf\bin\make.exe -v):

Detailed ERROR:

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()

NOTE: I am able to create and build esp32 project using ESP32 IDF Project Wizard of VisualGDB and the versions of my visualGDB and ESP32 toolchain are respectively 5.4 and 3.2.

I have no idea how to fix it so any help would be appreciated.

msbuild
esp32
visualgdb
asked on Stack Overflow Mar 14, 2019 by pouyan

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0