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

Error Listing symbols

I am working on app_uart and buttonless_dfu. Although i am getting certain errors which i am unable to counter.

.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol ble_advertising_conn_cfg_tag_set (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol ble_advertising_init (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol ble_advertising_on_ble_evt (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol ble_advertising_on_sys_evt (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol ble_advertising_start (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol ble_conn_params_init (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol fds_gc (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol pm_conn_sec_config_reply (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol pm_init (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol pm_local_database_has_changed (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol pm_peers_delete (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol pm_register (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol pm_sec_params_set (referred from ble_uart.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol gscm_local_database_has_changed (referred from ble_dfu_bonded.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol peer_id_n_ids (referred from ble_dfu_bonded.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol pm_peer_data_bonding_load (referred from ble_dfu_bonded.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol pm_peer_id_get (referred from ble_dfu_bonded.o).

Why is this happening? How should i counter this problem? The header files are added to path.

Related