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

ble_dfu.h file not found

I added the DFU service to my project.

I will get this error: #5: cannot open source input file "ble_dfu.h": No such file or directory

This error appears in the dfu_app_handler file. But in the ble_dfu file is everything ok.

How is that possible?

The dfu_app_handler and the ble_dfu file are in the same folder. So if the ble_dfu. h file is missing in the dfu_app_handler, why it isnt missing in the ble_dfu file??

image description

Project folder: image description image description

Parents Reply
  • Error: L6218E: Undefined symbol dm_application_context_set (referred from dfu_app_handler.o).

    Error: L6218E: Undefined symbol dm_application_instance_set (referred from dfu_app_handler.o).

    Error: L6218E: Undefined symbol dm_distributed_keys_get (referred from dfu_app_handler.o).

    Error: L6218E: Undefined symbol dm_handle_get (referred from dfu_app_handler.o).

    Undefined symbol dm_peer_addr_get (referred from dfu_app_handler.o).

Children
No Data
Related