Skip to content

Missing cyw43.h header compiling for Raspberry Pi Pico 2 W #121

@aadhavans2027

Description

@aadhavans2027

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions