Closed Sarah26-10 closed 1 year ago
Hi @Sarah26-10 ! Seems like you have an old broken package, try to force PlatformIO redownload the framework package by deleting the folder c:\Users\YOUR_USER\.platformio\packages\framework-arduino-mbed
(/home/YOUR_USER/.platformio/packages/framework-arduino-mbed
on Linux) and compile your project again.
No, problem still occurs.
@Sarah26-10 Could you please put together a simple example to reproduce the issue?
Closing this issue because it needs more information and has not had recent activity.
Hello there,
today i tried to work on my Portenta project, which compiled and worked some weeks ago. Until now i had to reinstall PIO. When i now build the project the following error occurs in every portenta projects and configurations: fatal error: asio.hpp: No such file or directory
I found the solution in degrading the platform version to:
So my question: Is there an error in the new Version with this asio.hpp?