Build Error using AWS SDK c++ in PlatformIO #2399
|
I am using this platformio,ini script: [env:rpipicow] lib_deps = Whenever i try to build a program , i am having error . For example i tried to build a blink example of raspberry pi pico w board:\ #include <Wire.h> void setup() { void loop() { Verbose mode can be enabled via
HOW CAN I SOLVE THIS? |
Replies: 2 comments 1 reply
|
We do not currently support PlatformIO It looks like your include path might be configured incorrectly, so my suggestion would be to try to fix that |
|
Hello! Reopening this discussion to make it searchable. |

It would also be worth looking into if you can get platformIO to use cmake as that is the build system we use with this sdk