-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Core Compilation failure on Linux in v2.0.10 #8424
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
@me-no-dev - I think that this is the second issue related to Linux that I see. The other similar one was reported in #8421 (comment) @PilnyTomas - Can you please test it with Linux and let us know? Thanks. |
@SuGlider I've reported this to the committer as well. This is connected to Arduino Nano ESP32, but some of the folks are on vacation this week. Unfortunately I do not have much choice of Linux targets on hand, so can not test it properly. If it fails for @PilnyTomas then that would be a great way to test. CI as you saw is passing OK |
In the new version 2.0.10 there is an error when compiling any sketch.
I am using Linux Gentoo Arduino IDE 1.8.19 the error described appears for ESP32, ESP32-S3 and ESP32-C3 boards when compiling any sketch. |
Linux Fedora 37
Results - both compiled successfully |
When using the apt-obtained version of the Arduino IDE, which I guess it is 1.8.19, the 2.0.10 version triggers the error I documented, which can be solved by downgrading to 2.0.9. |
Maybe this related to |
I think yes! On a fresh ubuntu 22.04 machine the apt obtained version of the ide 1.8.19 fails with the error above. Using the same version of the IDE downloaded from here works perfectly. |
removing the single quote around |
Hi, SUSE Linux Leap 15.5 Cheers. |
A new Arduino Core 2.0.11 has been released. It shall fix the Linux problem using the Fix that @pillo79 has posted in #8433. |
Cool !!!
Thanks.
Il lunedì 24 luglio 2023 alle ore 13:30:17 CEST, Rodrigo Garcia ***@***.***> ha scritto:
A new Arduino Core 2.0.11 has been released.
https://github.com/espressif/arduino-esp32/releases/tag/2.0.11
It shall fix the Linux problem using the Fix that @pillo79 has posted in #8433.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Board
Adafruit ESP32 Feather - HUZZAH32
Device Description
Plain Module in breadboard
Hardware Configuration
Nothing attached to the dev board. Using USB power.
Version
v2.0.10
IDE Name
Arduino IDE
Operating System
Ubuntu 22.04 with Kernel 5.15.0-76
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
921600
Description
Running version v2.0.10, using any sketch, when it comes the moment to compile the core, I always get the same error. Downgrading to v2.0.9 solves the problem.
Sketch
Debug Message
Other Steps to Reproduce
Tried executing the bash command that fails manually. It does not fail.
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: