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

ble_app_hrs_c not building in SES

Dear nordic devzone,

When trying to build the "ble_app_hrs_c" example project it does not build in SES.

Output/ble_app_hrs_c_pca10056_s140 Debug/Obj/peer_manager.o: In function `pm_init':
undefined reference to `smd_init'
Output/ble_app_hrs_c_pca10056_s140 Debug/Obj/security_manager.o: In function `link_secure':
undefined reference to `smd_link_secure'
Output/ble_app_hrs_c_pca10056_s140 Debug/Obj/security_manager.o: In function `smd_params_reply_perform':
undefined reference to `smd_params_reply'
Output/ble_app_hrs_c_pca10056_s140 Debug/Obj/security_manager.o: In function `sm_ble_evt_handler':
undefined reference to `smd_ble_evt_handler'
Output/ble_app_hrs_c_pca10056_s140 Debug/Obj/security_manager.o: In function `sm_conn_sec_config_reply':
undefined reference to `smd_conn_sec_config_reply'

I think it has to do with the sdk_config.h file, but I would not know what to enable or disable in that file. So what I did was take the sdk_config.h file from the ble_app_template which should have most of the stuff enabled but that I still was not able to build the project.

Does this have to do with the SDK version I am using (14.1) ?

Thanks for any help.

Related