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

Undefined references when using HK SDK 2.0.0

I have a fully working project that uses the HomeKit SDK 1.0.0 from Nordic Semiconductor. In order to be compliant with Apple specs I am trying to upgrade to version 2.0.0 of the HK SDK but I get a lot of undefined references during linking. All references are to functions related to crypto.

I use Eclipse and GNU Tools ARM Embedded 4.9 2015q2. The release notes mention that the OR version of the crypto lib only supports the ARM-MDK toolchain. I use the non-OR version and so I don't expect any issues here... or am I misreading this note?

Related