-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Error compiling, works good on 2.0.14 but cannot compile and terminates on 3.0.0 #9744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You are hitting a rather nasty problem with Windows, the new toolchains and the length of your username. Windows has a limit of path length of 240/256 chars and when your username is longer, combined with the required path for some headers in the toolchain, you exceed this limit. Resulting error is like this, which does not really point to the issue. |
I thought so.... any info on how to change username on windows 11 accounts? ...or do I need to create a new user account? |
Hi. I had the same issue, so I am going to try this solution, about changing the installation for a portable folder. |
Portable install could also do. Since this is the first time that we hit this issue with xtensa toolchain (we have already done what we can for RiscV) for future versions we will shorten the package name to allow for longer usernames. |
Board
ESP32-S3 (Elecrow ESP32-Terminal)
Device Description
Elecrow ESP32-Terminal
Hardware Configuration
Standard device Elecrow ESP32-S3 with TFT display and Touch
Version
v3.0.0
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
921600
Description
Cannot compile - Compilation terminates
Sketch
Debug Message
Other Steps to Reproduce
Everthing worked fine on 2.0.14
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: