Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Missing library file?

I am trying to build the AES crypto example in the SDK <install_dir>\nrf5sdk\v16\nRF5SDK160098a08e2\examples\crypto\nrf_crypto\aes\aes_all_cli (nrf_crypto_aes.eww).

Compilation and assembly appears to proceed fine but I receive this errorduring the attempt to link:

1> Generating linker script ‘nrf_crypto_aes_pca10040.ld’
1> Linking nrf_crypto_aes_pca10040.elf
1> C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 5.50/gcc/arm-none-eabi/bin/ld: cannot find ../../../../../../../../external/micro-ecc/nrf52hf_armgcc/armgcc/micro_ecc_lib_nrf52.a: No such file or directory
Build failed

Looking in the referenced location I can indeed see that file 'micro_ecc_lib_nrf52.a' is not present (nor can I find it anywhere else). Please can you help/advise?

Related