platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
405 stars 312 forks source link

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

Closed Sarah26-10 closed 1 year ago

Sarah26-10 commented 2 years ago

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 = ststm32@15.3.0

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

valeros commented 2 years 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.

Sarah26-10 commented 2 years ago

No, problem still occurs.

valeros commented 2 years ago

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

valeros commented 1 year ago

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