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

Gazell Pairing example compiling with arm-gcc

Hi,
I'm having problems with compiling the gazell_dynamic_pairing example with arm-gcc compiler for nRF52840 Dongle. I have already migrated other gazell and esb examples for this board. But with pairing example I copied and edited the Makefile from the gazell_ack_payload example. I think I have completed the necessary headers and source files, but I get errors:


Compiling file: nrf_gzp.c
In file included from ../../../../../../components/proprietary_rf/gzll/nrf_gzp.c:49:0:mm
../../../../../../components/proprietary_rf/gzll/nrf_gzp.h:294:13: error: 'gzp_set_host_id' declared 'static' but never defined [-Werror=unused-function]
static void gzp_set_host_id(const uint8_t* src);
^~~~~~~~~~~~~~~
In file included from ../../../main.c:68:0:
../../../../../../components/proprietary_rf/gzll/nrf_gzp.h:294:13: error: 'gzp_set_host_id' declared 'static' but never defined [-Werror=unused-function]
static void gzp_set_host_id(const uint8_t* src);

Parents Reply Children
No Data
Related