Hi,
Whenever I try to build something in VS with visualGDB, I get the following output:
Command exited with code 2
Executable: C:\SysGCC\esp32\bin\bash.exe
Arguments: --login -c "export IDF_PATH=/esp-idf/v3.1 && export BATCH_BUILD=1 && export -n PYTHONHOME && export LANG=en_US && cd /cygdrive/c/Users/anne/Desktop/ESP2/wdm_board/s32/wdm_board && make -j4 BUILD_DIR_BASE='/cygdrive/c/Users/anne/Desktop/ESP32/wdm_board/Debug' SDKCONFIG='/cygdrive/c/Users/anne/Desktop/ESP3dkconfig-debug' V=0"
Directory:
VisualGDB: Error: Command-line action failed
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
What could I be doing wrong?
-
This topic was modified 6 years, 1 month ago by support. Reason: formatting