I am getting following errors when compiling source code in Keil-5. Any one suggest me what i am missing to define symbol?
I have defined symbols in target>>c/c++ : BLE_STACK_SUPPORT_REQD NRF52_PAN_53 NRF52_PAN_15 NRF52_PAN_54 NRF52_PAN_20 NRF52_PAN_55 NRF52_PAN_30 NRF52_PAN_58 NRF52_PAN_31 NRF52_PAN_62 NRF52_PAN_36 NRF52_PAN_63 NRF52_PAN_51 NRF52_PAN_64 CONFIG_GPIO_AS_PINRESET BOARD_PCA10040 NRF52_PAN_12 S132 NRF_LOG_USES_UART=1 NRF52 SOFTDEVICE_PRESENT SWI_DISABLE0
linking... ._build\nrf52832_xxaa_s132.axf: Error: L6218E: Undefined symbol SEGGER_RTT_printf (referred from main.o). ._build\nrf52832_xxaa_s132.axf: Error: L6218E: Undefined symbol dm_ble_evt_handler (referred from main.o). ._build\nrf52832_xxaa_s132.axf: Error: L6218E: Undefined symbol dm_init (referred from main.o). ._build\nrf52832_xxaa_s132.axf: Error: L6218E: Undefined symbol dm_register (referred from main.o). ._build\nrf52832_xxaa_s132.axf: Error: L6218E: Undefined symbol dm_whitelist_create (referred from main.o). Not enough information to list image symbols.
Thanks in Advance
Rajneesh