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

SDK 14 buttonless dfu not building with gcc

I'm using SDK 14 and trying to build the ble_app_buttonless_dfu example. I'm using Linux environment, so gcc for building. When I try to build the example I'm getting an error as below,

Compiling file: ble_dfu_unbonded.c
/tmp/cchirqL7.s: Assembler messages:
/tmp/cchirqL7.s:64: Error: cannot honor width suffix -- `ldr.w r12,=#3'
make: *** [_build/nrf52832_xxaa/ble_dfu_unbonded.c.o] Error 1

Please suggest a solution

Related