undefined reference to `__device_dts_ord_88'

Trying to migrate from SDK v2.7.0 to v2.8.0 and suddenly getting the build error 

undefined reference to `__device_dts_ord_88'

Based on other forum posts, I was able to track down more information using the <build target>\<project>\zephyr\include\generated\zephyr\devicetree_generated.h file which lists:

 *   88  /soc/radio@40001000/bt_hci_sdc

Reading around it looks like I need to add something along the lines of 

&bt_hci_sdc {
    status = "okay";
};
to the Device Tree, but I am struggling to figure out where, which file, and the exact syntax.  So far nothing I've cobbled together based on online searching has worked.  For completeness, my environment is:

  • Windows 11
  • VS Code w/ nRF Connect plugin
  • toolchain / SDK v2.8.0
  • custom PCB using an nRF52832 in the QFAA package
  • sysbuild
  • MCUBOOT
Parents Reply Children
No Data
Related