This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

DFU secure bootloader example - micro_ecc_lib_nrf52.a: No such file or directory

Hi. I am struggling to build the DFU secure bootloader example for the n52 DK development kit. Using SEGGER embedded studio.

I get the following error;

cannot find ../../../../../external/micro-ecc/nrf52hf_armgcc/armgcc/micro_ecc_lib_nrf52.a: No such file or directory

I have built ('make') the micro-ecc project, and have generated micro_ecc_lib_nrf52.a, and it is in the folder below, however SES is stuggling to locate it?? ANyone had similar issue. Maybe it is in the wrong directory, but can;t see what .../.../../../../ refers to in the error.

Thanks

Related