-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Cannot use the latest 'framework-arduinoespressif32' on pio #5489
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
no luck so far. using this:
compiles ok, but then gives this:
|
I think you missed this part:
|
aaand you need to update your Async libs |
Pio pretends there is nothing to upgrade. Unless you can provide some guidance, there is nothing I can do any more :-( |
You can tell pio which lib and version you want to use. Time to read pio docu ;-) |
Instead of using |
@jwchen119 Thank you. In the meantime I found help elsewhere https://esp32.com/viewtopic.php?f=19&t=22703&sid=961001ed60ba45092f1c038c8ec17cdb#p81841 |
Hello, I'm closing this issue you can found and link issues in #6044 for PIO setup. |
I tried to use the latest
framework-arduinoespressif32
platform_packages for ESP32 on pio, but all failed. Something is missing, where can I get it?I use this pio.ini setting:
and then un-comment one of platform_packages lines, marked 1 ... 4 (at end of line).
Using line 1 seems to give the same as not selecting any of the platform-packages at all, and it compiles and works fine. Lines 2, 3, 4 all give the same result, namely compiling fails at linking with:
So, crt1-sim.o and _vectors.o are missing. Where do I find them?
Is that actually all that is missing, or is it rather the sign of an even bigger problem?
The text was updated successfully, but these errors were encountered: