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

undefined reference to `softdevice_handler_init(nrf_clock_lf_cfg_t*, void*, unsigned short, unsigned long (*)())'

hi, i am using eclipse IDE to implement ble_hrs example. while i am calling ble_stack_init() from main function. in the ble_stack_init() function UNDER THE macro SOFTDEVICE_HANDLER-INIT I AM FACING ERROR undefined reference to `softdevice_handler_init(nrf_clock_lf_cfg_t*, void*, unsigned short, unsigned long (*)())'.. 1)i added all source files and included paths to source files. 2)only problem is while calling functions in source files it throwing error that undefined refference to the fun. please help me to solve this issue. thank you.image descriptionimage description image description image description

Related