You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build of a sketch was fine all the way up to Core version 4.2.1
but it is now broken with 4.3.0
/home/codespace/.arduino15/packages/rp2040/tools/pqt-gcc/4.0.1-8ec9d6f/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld: /tmp/arduino/sketch/src/platform/RP2XXX.cpp.o: in function `_ZL11RP2xxx_finii':
RP2XXX.cpp:517:(.text._ZL11RP2xxx_finii+0x20): undefined reference to `cyw43_get_pin_wl'
collect2: error: ld returned 1 exit status
Looks like the cyw43_get_pin_wl symbol is a part of SDK -
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've got a regression
build of a sketch was fine all the way up to Core version 4.2.1
but it is now broken with 4.3.0
Looks like the
cyw43_get_pin_wl
symbol is a part of SDK -https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.c#L598
and it needs CYW43_PIN_WL_DYNAMIC flag to be enabled at the SDK build time.
Is it a bug of Core 4.3.0 ?
Beta Was this translation helpful? Give feedback.
All reactions