Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Undefined reference to all Gazell pairing library functions

I'm trying to build the gazell_dynamic pairing example for the host from the 14.2 SDK with GCC and I keep getting undefined references during the build process. I've added all the dependencies, include directories, and source files that that I could find but I'm still having no luck. I get 10 undefined references in main.c and 4 from nrf_gzll.c. What could I be missing?

Error		undefined reference to `gzp_erase_pairing_data'	
Error		undefined reference to `gzp_init'
Error		undefined reference to `gzp_crypt_data_send'	
Error		undefined reference to `nrf_gzp_reset_tx_complete'
Error		undefined reference to `nrf_gzp_reset_tx_success'	
Error		undefined reference to `nrf_gzp_tx_complete'
Error		undefined reference to `nrf_gzp_tx_success'
Error		undefined reference to `gzp_address_req_send'
Error		undefined reference to `gzp_id_req_send'	
Error		undefined reference to `gzp_id_req_send'	
Error		undefined reference to `nrf_gzll_disabled'	
Error		undefined reference to `nrf_gzll_device_tx_success'
Error		undefined reference to `nrf_gzll_device_tx_failed'	
Error		undefined reference to `nrf_gzll_host_rx_data_ready'

Parents Reply Children
No Data
Related