This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

undefined definition of all 'nrf_gzll_xxx'

Hi,

Currently i am trying to understand the gazell api using the nRF5 SDK v14.1.0 example gzp_dynamic_pairing. Within my process to trying to understand the gazell api i did cross a problem. When browsing to the reference of a nrf_gzll_xxx it does find it in the nrf_gzll.h. However browsing to the definition of any nrf_gzll_xxx will get me the next keil error: " Source Browser: 'nrf_gzll_init' - undefined Definition/Reference! "

Even with this browsing error the project is able to build. I'm not sure if the project runs, because i did not receive the hardware yet.

Q: Where are the definitions of the nrf_gzll_xxx and how come the keil compiler is able to build without?

Related