-
Notifications
You must be signed in to change notification settings - Fork 138
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
Linker Error on esp32s3 with platformIO #473
Comments
there also some chat about that |
there is no arduino-esp32 6.6.0, please specify the correct arduino core verion |
seems this problem shown in platformIO, which not have a arduino core verion but only |
closed since arduino-esp32 version is not provided and issue is not reproducible with latest core version of 3.0.7 |
I have experienced the same issue. Note that I (and probably the OP) have been using Espressif's Arduino-ESP32 as core. Here is the generated dependency tree:
This gives the following errors:
Arduino Core {
"name": "framework-arduinoespressif32",
"version": "3.20007.0",
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
"keywords": [
"framework",
"arduino",
"espressif",
"esp32"
],
"license": "LGPL-2.1-or-later",
"repository": {
"type": "git",
"url": "https://github.com/espressif/arduino-esp32"
}
} When using v.3.3.4 instead of v.3.4.0 allows to compile & link. Haven't tested functionality. lib_deps =
- adafruit/Adafruit TinyUSB [email protected]
+ adafruit/Adafruit TinyUSB [email protected] |
…ons. Apparently there are linkage problems with v.3.4.0 🤷 adafruit/Adafruit_TinyUSB_Arduino#473 https://community.platformio.org/t/new-tinyusb-doesnt-allow-compile/44281 Note: When using `@3.3.4` as version specification with platformio v3.4.0 is currently used.
Operating System
Windows 11
Arduino IDE version
platformIO
Board
esp32s3 dev module
ArduinoCore version
platformIO espressif32 @ 6.6.0
TinyUSB Library version
3.4.0
Sketch as ATTACHED TXT
The examlpe
video_capture.ino
Compiled Log as ATTACHED TXT
Processing esp32-s3-fh4r2 (platform.txt
What happened ?
Just can't compile, multiple definition warnings ane ld returns error.
How to reproduce ?
adafruit/Adafruit TinyUSB Library
to this projectvideo_capture.ino
example intomain.cpp
Debug Log
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: