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
  • How to see which version of SDK it is? I downloaded it somewhere in March this year, from the official website. I'm using Keil uVision to write code, compile it and transfer files to nRF52 board, but I've compiled micro-ecc via Bash on Ubuntu on Windows, using gcc arm eabi and make. I'm trying to port "experimental_ble_app_hrs_nfc_pairing" example into clean "ble_app_uart" example. I have a code based on "ble_app_uart" on which I need to add pairing functionality.

Reply
  • How to see which version of SDK it is? I downloaded it somewhere in March this year, from the official website. I'm using Keil uVision to write code, compile it and transfer files to nRF52 board, but I've compiled micro-ecc via Bash on Ubuntu on Windows, using gcc arm eabi and make. I'm trying to port "experimental_ble_app_hrs_nfc_pairing" example into clean "ble_app_uart" example. I have a code based on "ble_app_uart" on which I need to add pairing functionality.

Children
No Data
Related