-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
Linking fails with latest arduino-esp32 #334
Comments
I too am seeing this issue.
Edit: it appears that using any version from git results in this error. The current default version is
|
Good morning,
With git version (fails):
This seems like some build steps are missing when using the git version. |
Some digging in the history suggests, that the problem maybe was introduced with 4c2b338 |
I'm relatively sure to have found the problem: A fix would probably contain the "arduino"-section of the build config also getting applied for arduino-git-checkouts. Trying to look into it. |
Another Update: Workaround is adding @valeros, could you take a look at this part of configuration? |
Hi @margau ! There is a pending PR espressif/arduino-esp32#3735 with changes required to work with the upstream Arduino for ESP32. You can try to add that two lines from the PR to the freshly pulled package and should work. |
Hello together,
with the latest arduino-esp32, I'm getting linker errors with platform-espressif32.
Compilation in Arduino with the same arduino-esp32 works fine (https://pastebin.com/Z6XaJUUz).
The errors with PIO: https://pastebin.com/q96pXzrm
The environment:
OS is Linux Mint 19.3
This does not happen when using the default framework-arduinoespressif32. Unfortunately, due to #298 that's not a solution for me.
Best regards
margau
The text was updated successfully, but these errors were encountered: