Hello,
I am new to Nordic and Segger. I am trying to build source code developed by a 3rd party. It was originally developed with GCC in Linux. I have followed some suggestions online to start with an example project then replace the source code with mine. I started with the heart rate example. After fixing all the compiler errors I got this linker error that I can't get past. It is looking for a newer version of the file that is available in the SDK "liboberon_3.0.5.a"
I am using Windows 10, Segger Embedded Studio 5.10, nRF5SDK17009d13099.

Darrell