arduino / arduino-cli

Arduino command line tool
https://arduino.github.io/arduino-cli/latest/
GNU General Public License v3.0
4.28k stars 370 forks source link

SyntaxError: cmd /c COPY /y #2061

Open micha6554 opened 1 year ago

micha6554 commented 1 year ago

Describe the problem

Merged 25 ELF sections
Successfully created esp32 image.
"C:\\Users\\kvms\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.6/tools/gen_esp32part.exe" -q "C:\\tmp\\arduino-sketch-46ACFDC48E3E880310F4204431E17DD2/partitions.csv" "C:\\tmp\\arduino-sketch-46ACFDC48E3E880310F4204431E17DD2/esp32-Lichtsteuerung.ino.partitions.bin"
cmd /c if exist "C:\\tmp\\arduino-sketch-46ACFDC48E3E880310F4204431E17DD2\\libraries\\Insights" "C:\\Users\\kvms\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.6/tools/gen_insights_package.exe" "C:\\tmp\\arduino-sketch-46ACFDC48E3E880310F4204431E17DD2" esp32-Lichtsteuerung.ino "C:\\Program-Files-Legacy\\Arduino\\Sketchbook\\+++Produktion+++\\esp32-Lichtsteuerung"

cmd /c COPY /y "C:\\Users\\kvms\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\openocd-esp32\\v0.11.0-esp32-20220706\\share\\openocd\\scripts\\board\\esp32-wrover-kit-3.3v.cfg" "C:\\Program-Files-Legacy\\Arduino\\Sketchbook\\+++Produktion+++\\esp32-Lichtsteuerung\\debug.cfg"
Syntaxfehler.

To reproduce

cmd /c COPY /y "C:\\Users\\kvms\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\openocd-esp32\\v0.11.0-esp32-20220706\\share\\openocd\\scripts\\board\\esp32-wrover-kit-3.3v.cfg" "C:\\Program-Files-Legacy\\Arduino\\Sketchbook\\+++Produktion+++\\esp32-Lichtsteuerung\\debug.cfg"

SyntaxError

Expected behavior

no Error

Arduino IDE version

2.0.3 - 2.0.1 - nightly build

Operating system

Windows

Operating system version

11

Additional context

No response

Issue checklist

micha6554 commented 1 year ago
Solved:

packages\esp32\hardware\esp32\**2.0.6**  ==> **works not**
packages\esp32\hardware\esp32\**2.0.5**  ==> **works**
cmaglie commented 1 year ago

May this be a problem with the esp32 core? does it still happens with the current latest 2.0.9?