Errors from building connectedhomeip/examples/lighting-app/nrfconnect

The executed command at connectedhomeip/examples/lighting-app/nrfconnect: west build -p -b nrf52840dongle_nrf52840

The messages i encountered:

...

/ncs/zephyr/include/zephyr/devicetree.h:305:40: error: 'DT_N_INST_0_nordic_qspi_nor_P_jedec_id' undeclared here (not in a function); did you mean 'DT_N_INST_0_nordic_nrf_qdec'?
305 | #define DT_INST(inst, compat) UTIL_CAT(DT_N_INST, DT_DASH(inst, compat))

...

In file included from /ncs/zephyr/include/zephyr/drivers/flash.h:26,
from /ncs/zephyr/drivers/flash/nrf_qspi_nor.c:10:
/ncs/zephyr/include/zephyr/devicetree.h:305:40: error: 'DT_N_INST_0_nordic_qspi_nor_FULL_NAME' undeclared here (not in a function)
305 | #define DT_INST(inst, compat) UTIL_CAT(DT_N_INST, DT_DASH(inst, compat))

...

Please let me know any clue.

Thanks,

Parents Reply Children
No Data
Related