I downloaded a project in named prj9160 from Github. The prj9160 had three folders : Azure, firmwre, mscerts. I run successfuly the following command :
west build -p always -b nrf9160dk_nrf9160_ns -- -DOVERLAY_CONFIG="overlay-azure.conf;overlay-debug.conf;asset-tracker-cloud-firmware-azure.conf;firmware.conf"
Then, in order to make new additions to this application, I created a new folder in prj9160: firmware_bms. I copied all contents of firmware folder to firmware_bms also. All , this is shown in attached image below. Then, I tried to build the copied code/ folder by above mentioned west build. But, the error appears as shown in the image.
