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

simple compile error on s110 v7 sdk v6 . why?

hi. i try to add compile my application by dfu . i add library's and include them.

#include "ble_dfu.h"
#include "dfu_app_handler.h"

image description

with this i click compile button and it give me this error

.\_build\bootloader.axf: Error: L6218E: Undefined symbol sd_softdevice_vector_table_base_set (referred from main.o).

i try some search on site and i found this

this link

but its not telling me how to fix it. it does not even compile. how to fix it?

Related