I am following the instructions to enable micro-ecc support for an example code ( secure bootloader ble s132 pca10040 debug). I am using SDK 17.0.2.
I have successfully executed the Makefile at sdk17.0.2/external/micro-ecc/nrf52hf_armgcc/ to create micro_ecc_lib_nrf52.a
This file has then been added to the project

When I build using SES I get the following error at link time

I have double checked the path of the .a file and it is correct.
Looking for pointers as to how I can resolve this.
