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
  • I finally managed to achieve something. After hours and hours spent experimenting and manually adding/importing tons of libraries, errors have dissapeared but then I faced up with image exceding maximum allowed 32KB (free uVision). I managed to exclude the whole ECC library (I won't need it for now) and then it has been built successfully. But for some reason, the SoftDevice .hex file has not been created. I can't find it in RTE/_nrf52832_xxaa nor in RTE/Device/nRF52832_xxAA. Application's .hex is being created successfully, inside _build folder. What may be the problem?

Reply
  • I finally managed to achieve something. After hours and hours spent experimenting and manually adding/importing tons of libraries, errors have dissapeared but then I faced up with image exceding maximum allowed 32KB (free uVision). I managed to exclude the whole ECC library (I won't need it for now) and then it has been built successfully. But for some reason, the SoftDevice .hex file has not been created. I can't find it in RTE/_nrf52832_xxaa nor in RTE/Device/nRF52832_xxAA. Application's .hex is being created successfully, inside _build folder. What may be the problem?

Children
No Data
Related