-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[BUG] Issues compiling for ESP32-Wrover. #37
Comments
Looks like something went wonky. Delete this folder: This is the temp ( Also make sure your directories:
data: C:\temp\arduino-cli\data
downloads: C:\temp\arduino-cli\staging
user: C:\temp\arduino-cli\user Did this happen using the |
Compilation still fails (with the same error) with recommended board, works fine in Arduino IDE. |
Dang I haven't tested it on other boards, I did put in support for it though in hopes that it would work. I super appreciate your testing and feedback on it. Curious of what the differences are in programming. Also very weird that the batch file didn't work for you, sorry about that, I know it works for most using Windows 10+. I'm really glad the arduino ide worked for you though that's probably got a bit more support for various systems. Everything was just recently updated to work with the new F0 UART as well so be sure to pick up the latest updates. Let me know if that works for you. Thanks again |
Keeping this open, didn't mean to close it. |
Previous title: "compilation fails with esp-2021r2-patch5-8.4.0\xtensa-esp32-elf\include\c++\8.4.0\bits\allocator.h:46:10: fatal error: bits/c++allocator.h: No such file or directory" Simplified a bit but tracked. |
Hey,just like I said it also failed with the recommended board (got two of these). Have there been any changes related to this that I could test? I was running it on Windows 11 (although I'd love to have it working on my Mac too;)). |
I've tried to run compilation with your
firmware-flash.bat
script. I have no experience with arduino itself (only used it via ESPHome), how do I install missing stuff?The text was updated successfully, but these errors were encountered: