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

Micro-ecc library won't compile

Hi,

I'm trying to get BLE pairing example to work. I downloaded the missing micro-ecc library and I encountered this problem: github.com/.../70

So I've compiled this library with Bash on Ubuntu on Windows and I got .o and .d files. But what to do now with them?

Parents
  • The "Undefined symbol" errors are either due to .c source files not being included in the project, or the modules not being enabled in sdk_config.h. The missing uECC.h error indicates that micro-ecc source is not located in the correct location (or you have removed the include path from the project settings). Make sure you have uECC.h, and the rest of the micro-ecc repository in the path nRF5_SDK_13.0.0_04a0bfd\external\micro-ecc\micro-ecc.

Reply
  • The "Undefined symbol" errors are either due to .c source files not being included in the project, or the modules not being enabled in sdk_config.h. The missing uECC.h error indicates that micro-ecc source is not located in the correct location (or you have removed the include path from the project settings). Make sure you have uECC.h, and the rest of the micro-ecc repository in the path nRF5_SDK_13.0.0_04a0bfd\external\micro-ecc\micro-ecc.

Children
No Data
Related