Build issue while migrating from nCS v2.6.1 to v2.9.0

Hi,

I am migrating from nCS v2.6.1 to v2.9.0, my workspace builds fine on v2.6.1
But on v2.9.0 I am getting the below error:

/opt/nordic/ncs/v2.9.0/zephyr/include/zephyr/mgmt/mcumgr/smp/smp.h:32:10: fatal error: zcbor_common.h: No such file or directory
   32 | #include <zcbor_common.h>

This is being generated as my main.c has 

#include <zephyr/mgmt/mcumgr/mgmt/mgmt.h>
Which includes smp.h
How can i solve this.?
Parents Reply Children
Related