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

nRF5 SDK 12.3.0 nRF51822 lesc example can't be built

Hello, everyone~

I plan to use the Low Energy Secure Connection funtion with nRF51822. But when I build the lesc example in SDK 12.3.0 (ble_multirole_lesc), there's a error like this:

*** Using Compiler 'V5.06 update 1 (build 61)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'nrf51422_xxac'
compiling bsp_nfc.c...
... ...
compiling fstorage.c...
compiling ecc.c...
..\..\..\..\..\..\..\components\libraries\ecc\ecc.c(56): error: #5: cannot open source input file "uECC.h": No such file or directory
#include "uECC.h"
..\..\..\..\..\..\..\components\libraries\ecc\ecc.c: 0 warnings, 1 error
compiling fds.c...
... ...
compiling softdevice_handler.c...
".\_build\nrf51422_xxac.axf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:09

The SDK default config can't find the uECC.h file. Where is it? How to repair this project?

Parents Reply Children
Related