Skip to content
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

ESP32 firmware build fails with esp32-arduino core package version >= 3.0.0 #25

Closed
luftaquila opened this issue Jul 18, 2024 · 0 comments · Fixed by #26
Closed

ESP32 firmware build fails with esp32-arduino core package version >= 3.0.0 #25

luftaquila opened this issue Jul 18, 2024 · 0 comments · Fixed by #26

Comments

@luftaquila
Copy link
Owner

Link error occurs while building esp32 firmware. #24

Build fails with following versions:

Used library        Version Path
Wire                3.0.3   C:\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\3.0.3\libraries\Wire
WiFi                3.0.3   C:\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\3.0.3\libraries\WiFi
Networking          3.0.3   C:\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\3.0.3\libraries\Network
RingBuffer          1.0.5   C:\monolith\builder\toolchain\arduino\user\libraries\RingBuffer
ArduinoJson         7.1.0   C:\monolith\builder\toolchain\arduino\user\libraries\ArduinoJson
WebSockets          2.4.1   C:\monolith\builder\toolchain\arduino\user\libraries\WebSockets
NetworkClientSecure 3.0.3   C:\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\3.0.3\libraries\NetworkClientSecure

Used platform Version Path
esp32:esp32   3.0.3   C:\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\3.0.3

Build succeed with following versions:

Used library     Version Path
Wire             2.0.0   C:\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\2.0.17\libraries\Wire
WiFi             2.0.0   C:\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\2.0.17\libraries\WiFi
RingBuffer       1.0.5   C:\monolith\builder\toolchain\arduino\user\libraries\RingBuffer
ArduinoJson      7.1.0   C:\monolith\builder\toolchain\arduino\user\libraries\ArduinoJson
WebSockets       2.4.1   C:\monolith\builder\toolchain\arduino\user\libraries\WebSockets
WiFiClientSecure 2.0.0   C:\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\2.0.17\libraries\WiFiClientSecure

Used platform Version Path
esp32:esp32   2.0.17  C:\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\2.0.17

Not sure which side causes the error, esp32-arduino or arduino-cli.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant