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

bootloader_util_arm.c not present in SDK v11

Hi,

I am trying to implement dfu in one of my application, I am following the instructions detailed at this link, but I am meeting the following problem : When I tried to make the project, this error is coming " No rules to make target « _build/bootloader_util_arm.o » " which generally means that the source file for making the target is missing.

So I checked the files of the SDK, and I indeed noted that there is not bootloader_util_arm.c nor bootloader_util_arm.h in the directory components/libraries/bootloader_dfu.

Could you please tell me if there is another file in the SDK that replaces it, or where can I find the good version of this file for my SDK ?

I use SDK nRF5_SDK_11.0.0_89a8197, softdevice s130 v2.0.0, and my target is an nRF51822 QFAC.

Best regards,

Guillaume

Related