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

nRF5 SDK Example build error

I've installed the Segger Embedded Studio and Nordic SDK (C:\Nordic\nRF5_SDK_15.1.0) following the tutorial video on the nRF5 webpage.

Right out of the box, trying to Build/Run the example: C:\Nordic\nRF5_SDK_15.1.0\examples\ble_peripheral\ble_app_hrs\pca10040\s132\ses\ble_app_hrs_pca10040_s132.emProject

I get the following error: Linking ble_app_hrs_pca10040_s132.elf 1 Error:

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

I'm suspecting that I've missed configuring something, but retracing my steps I don't see what.

Any thoughts?

Jim