When compiling a test blink program for the Raspberry Pi Pico 2 W (lifted straight from the pico-examples github), I run into this error:
In file included from /home/aadhavan/.platformio/packages/framework-picosdk/src/rp2_common/pico_status_led/status_led.c:7:
/home/aadhavan/.platformio/packages/framework-picosdk/src/rp2_common/pico_status_led/include/pico/status_led.h:23:10: fatal error: cyw43.h: No such file or directory
This is what my platformio.ini looks like:
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = rpipico2w
framework = picosdk
board_build.core = earlephilhower
debug_tool = cmsis-dap
I have tried adding the path as an IncludePath - this just results in more files not being found, leading me to believe this is a more systemic issue.
When compiling a test blink program for the Raspberry Pi Pico 2 W (lifted straight from the pico-examples github), I run into this error:
This is what my platformio.ini looks like:
I have tried adding the path as an IncludePath - this just results in more files not being found, leading me to believe this is a more systemic issue.