platform-ststm32 icon indicating copy to clipboard operation
platform-ststm32 copied to clipboard

New Version: asio.hpp: No such file or directory

Open Sarah26-10 opened this issue 3 years ago • 3 comments

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:

platform = [email protected]

So my question: Is there an error in the new Version with this asio.hpp?

Sarah26-10 avatar Jun 17 '22 11:06 Sarah26-10

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.

valeros avatar Jul 05 '22 08:07 valeros

No, problem still occurs.

Sarah26-10 avatar Jul 05 '22 09:07 Sarah26-10

@Sarah26-10 Could you please put together a simple example to reproduce the issue?

valeros avatar Jul 13 '22 18:07 valeros

Closing this issue because it needs more information and has not had recent activity.

valeros avatar Jun 14 '23 12:06 valeros