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 6 years, 2 months ago by angel.
This topic was modified 6 years, 2 months ago by angel.
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.