arduino-cli
arduino-cli copied to clipboard
ESP32 Nano core 2.0.18 does not compile due to long core folder name 2.0.18-20240930.arduino3
Describe the problem
If core 2.0.18 in installed sketches fail to compile in IDE2 but will compile in IDE1
IDE2 can not cope with the too long folder name of 2.0.18
To reproduce
Just compile a sketch --> gives errors
In this folder c:\Users\abcde\AppData\Local\Arduino15\packages\arduino\hardware\esp32\
rename the folder 2.0.18-20240930.arduino3
to 2.0.18
Expected behavior
No errors
Arduino IDE version
2.3.3
Operating system
Windows
Operating system version
W11
Additional context
Additional reports
- https://forum.arduino.cc/t/arduino-esp32-boards-update-2-0-18-20240930-arduino3/1308902
- https://forum.arduino.cc/t/compiler-error-xtensa-esp32s3-elf-g-error-createprocess-no-such-file-or-directory/1310225
- https://forum.arduino.cc/t/ide-compiler-error/1310642
- https://forum.arduino.cc/t/compilation-error-exit-status-1/1311183
Issue checklist
- [X] I searched for previous reports in the issue tracker
- [X] I verified the problem still occurs when using the latest nightly build
- [X] My report contains all necessary details