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
Describe the bug
Cannot build any ble Examples. I tried to build multiple examples an i always get the same error:
C:/ncs/v2.9.0/zephyr/include/zephyr/drivers/entropy.h:93: undefined reference to `__device_dts_ord_77'
Im using the default nrf52840 DK nrf52840 board.
Examples i have tried: SMP server Peripheral NUS
I have changed nothing inside the device tree. Also changed nothing inside the prj.conf file
To Reproduce
Open VS code
Create a new project
Copy on of the samples i have mention Peripheral NUS seams to be the less complex sample
Select the target platform nrf52840 DK nrf52840
Press build
See the error in build output
Expected behavior
Build should be successful
Impact
Cannot implement ble.
Logs and console output
C:/ncs/v2.9.0/zephyr/subsys/random/random_xoshiro128.c:51: undefined reference to `__device_dts_ord_77'
c:/ncs/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj):(.data.bt_dev+0x16c): undefined reference to `__device_dts_ord_134'
c:/ncs/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: zephyr/subsys/bluetooth/controller/ll_sw/nordic/libsubsys__bluetooth__controller__ll_sw__nordic.a(lll.c.obj): in function `z_impl_entropy_get_entropy':
C:/ncs/v2.9.0/zephyr/include/zephyr/drivers/entropy.h:93: undefined reference to `__device_dts_ord_77'
Environment (please complete the following information):
Describe the bug
Cannot build any ble Examples. I tried to build multiple examples an i always get the same error:
Im using the default nrf52840 DK nrf52840 board.
Examples i have tried:
SMP server
Peripheral NUS
I have changed nothing inside the device tree. Also changed nothing inside the prj.conf file
To Reproduce
Expected behavior
Build should be successful
Impact
Cannot implement ble.
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: