You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Win10 LTSC
Sloeber for v4.3.3
ESP arduino library v2.0.0
A similar problem was reported in V4.3 (with esp library v1.0.5), but the same error was reported in V4.4. #1312
Now the error message is as follows: "E:\\software\\Sloeber\\4_4_4\\arduinoPlugin\\tools\\make\\make" all E:/software/Sloeber/4_4_4/arduinoPlugin/tools/make/make --no-print-directory pre-build cmd /c if exist "D:\ESP32\Arduino\eclipse\GT(ESP32)\partitions.csv" COPY /y "D:\project\sanma\App\trunk\ESP32\Arduino\eclipse\GT(ESP32)\partitions.csv" "D:\project\sanma\App\trunk\ESP32\Arduino\eclipse\GT(ESP32)\Release\partitions.csv" cmd /c if not exist "D:\ESP32\Arduino\eclipse\GT(ESP32)\Release\partitions.csv" if exist "E:\software\Sloeber\4_4_4\arduinoPlugin\packages\esp32\hardware\esp32\2.0.0\variants\esp32\partitions.csv" COPY "E:\software\Sloeber\4_4_4\arduinoPlugin\packages\esp32\hardware\esp32\2.0.0\variants\esp32\partitions.csv" "D:\project\sanma\App\trunk\ESP32\Arduino\eclipse\GT(ESP32)\Release\partitions.csv" cmd /c if not exist "D:\ESP32\Arduino\eclipse\GT(ESP32)\Release\partitions.csv" COPY "E:\software\Sloeber\4_4_4\arduinoPlugin\packages\esp32\hardware\esp32\2.0.0\tools\partitions\min_spiffs.csv" "D:\project\sanma\App\trunk\ESP32\Arduino\eclipse\GT(ESP32)\Release\partitions.csv"
Is it esp new library and Selober not compatibility? The v1.0.4 is fine.
The text was updated successfully, but these errors were encountered:
Win10 LTSC
Sloeber for v4.3.3
ESP arduino library v2.0.0
A similar problem was reported in V4.3 (with esp library v1.0.5), but the same error was reported in V4.4.
#1312
Now the error message is as follows:
"E:\\software\\Sloeber\\4_4_4\\arduinoPlugin\\tools\\make\\make" all E:/software/Sloeber/4_4_4/arduinoPlugin/tools/make/make --no-print-directory pre-build cmd /c if exist "D:\ESP32\Arduino\eclipse\GT(ESP32)\partitions.csv" COPY /y "D:\project\sanma\App\trunk\ESP32\Arduino\eclipse\GT(ESP32)\partitions.csv" "D:\project\sanma\App\trunk\ESP32\Arduino\eclipse\GT(ESP32)\Release\partitions.csv" cmd /c if not exist "D:\ESP32\Arduino\eclipse\GT(ESP32)\Release\partitions.csv" if exist "E:\software\Sloeber\4_4_4\arduinoPlugin\packages\esp32\hardware\esp32\2.0.0\variants\esp32\partitions.csv" COPY "E:\software\Sloeber\4_4_4\arduinoPlugin\packages\esp32\hardware\esp32\2.0.0\variants\esp32\partitions.csv" "D:\project\sanma\App\trunk\ESP32\Arduino\eclipse\GT(ESP32)\Release\partitions.csv" cmd /c if not exist "D:\ESP32\Arduino\eclipse\GT(ESP32)\Release\partitions.csv" COPY "E:\software\Sloeber\4_4_4\arduinoPlugin\packages\esp32\hardware\esp32\2.0.0\tools\partitions\min_spiffs.csv" "D:\project\sanma\App\trunk\ESP32\Arduino\eclipse\GT(ESP32)\Release\partitions.csv"
Is it esp new library and Selober not compatibility? The v1.0.4 is fine.
The text was updated successfully, but these errors were encountered: