-
Notifications
You must be signed in to change notification settings - Fork 5
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
xtensa toolchain problem? #2
Comments
@daef See platformio/platform-espressif32#1225 |
do i then still need framework-arduinoespressif32 and framework-arduinoespressif32-libs in platformio.ini? what about the board definition - does anything else change? (other than platform = espressif32 -> platform = https://....) |
when i just change the platform i get linker errors...
|
No, everyhing you need is
This will give you the latest Espressif32 Arduino 3.1.1 based on ESP-IDF 5.3 I don't think this is the right place for discussing. |
thanks, after removing the rest it builds. sorry for misusing the issue comments - I'll try to seperate my stuff better next time :) |
Fixed in b4ac6e6 |
when i try to build this repo using
pio run
I getwhich might have to do with this. how can i fix this?
also framework-arduinoespressif32 seems to be at version 3.1.1 in the meantime - but the esp32-arduino-libs are not part of the releases anymore - does one want - and if so - how does one update those?
The text was updated successfully, but these errors were encountered: