ESP32 project doesn't open after latest Toolchain update

Sysprogs forums Forums VisualGDB ESP32 project doesn't open after latest Toolchain update

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21886
    angel
    Participant

     

    5.4 preview 4 build 2394

     

    Loading cached code model from C:\msys32\home\drony\app\bpsc\BpscHost\VisualGDBCache\BpscHost-Debug-VisualGDB\BuildCommandLines.txt… Failed to parse code model from cached file: System.Exception: ESP-IDF build log did not report any built executables at z51.l.a_2(IEnumerable1 a) at l2.j_2() Checking if any source files need uploading... c:\SysGCC\esp32\bin\bash.exe --login -c "export IDF_PATH= && export BATCH_BUILD=1 && export LANG=en_US && cd /cygdrive/c/msys32/home/drony/app/bpsc && make partition_table BUILD_DIR_BASE='/cygdrive/c/msys32/home/drony/app/bpsc/BpscHost/VisualGDBCache/BpscHost-Debug-VisualGDB/CodeSenseDir' SDKCONFIG='/cygdrive/c/msys32/home/drony/app/bpsc/BpscHost/VisualGDBCache/BpscHost-Debug-VisualGDB/sdkconfig' V=0 && make -n -k BUILD_DIR_BASE='/cygdrive/c/msys32/home/drony/app/bpsc/BpscHost/VisualGDBCache/BpscHost-Debug-VisualGDB/CodeSenseDir' SDKCONFIG='/cygdrive/c/msys32/home/drony/app/bpsc/BpscHost/VisualGDBCache/BpscHost-Debug-VisualGDB/sdkconfig' V=0" Saved the code model to C:\msys32\home\drony\app\bpsc\BpscHost\VisualGDBCache\BpscHost-Debug-VisualGDB\BuildCommandLines.txt System.Exception: ESP-IDF build log did not report any built executables at z51.l.a_2(IEnumerable1 a) at l2.j_2() at lk1.f()

    • This topic was modified 5 years, 7 months ago by angel.
    • This topic was modified 5 years, 7 months ago by angel.
    Attachments:
    You must be logged in to view attached files.
    #21893
    support
    Keymaster

    Hi,

    Please try running the build command shown in the log file manually and check the output for error messages. Most likely your project either contains constructs incompatible with the newer IDF, or some files cached from the previous build are interfering with the build. In the latter case, please try doing a clean build (Build->Rebuild All). This should remove any cached files.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.