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

Error Listing symbols

Hi All,

I am working on BLE+SD card.I am getting following error:-

*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'nrf52832_xxaa'
compiling main.c...
linking...
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrf_block_device_sdc_ops (referred from main.o).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 1 error messages.
".\_build\nrf52832_xxaa.axf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed:  00:00:15

I know this is happening because compiler is not able to find particular header files correctly.

Can you help me counter this problem?

Thanks in advance.

Regards

Related