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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
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