Hi,
With the NRF Connect / NCS SDK, I can build the asset_tracker and serial_lte_modem without issue.
I want to make my own project, so I copied asset_tracker entirely into asset_tracker2.
Now the project won't build:
Linking ‘zephyr_prebuilt.elf’
spm/libspmsecureentries.a: No such file or directory
Indeed that libspmsecureentries.a only appears when I build in the asset_tracker directory and not asset_tracker2
I tried the same with serial_lte_modem -> serial_lte_modem2 and it also leaves out the same libspmsecureentries.a
Being that it's only the directory name that changed, what is it about my environment that is causing libspmsecureentries.a to be skipped?