This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil renames object file name

I would like to support DFU OTA and add DFU OTA related c file to Keil project. But Keil shows renaming object file name. Is it normal?

Build started: Project: ble_app_band_v4
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'd:\Keil_v5\ARM\ARMCC\Bin'
Build target 'nrf52832_xxaa'
Note: source file '..\..\..\..\..\..\components\libraries\bootloader\dfu\nrf_dfu_svci.c' - object file renamed from '.\_build\nrf_dfu_svci.o' to '.\_build\nrf_dfu_svci_1.o'.
Note: source file '..\..\..\..\..\..\components\ble\ble_services\ble_dfu\ble_dfu.c' - object file renamed from '.\_build\ble_dfu.o' to '.\_build\ble_dfu_1.o'.
Note: source file '..\..\..\..\..\..\components\ble\ble_services\ble_dfu\ble_dfu_unbonded.c' - object file renamed from '.\_build\ble_dfu_unbonded.o' to '.\_build\ble_dfu_unbonded_1.o'.
Note: source file '..\..\..\..\..\..\components\ble\ble_services\ble_dfu\ble_dfu_bonded.c' - object file renamed from '.\_build\ble_dfu_bonded.o' to '.\_build\ble_dfu_bonded_1.o'.
compiling peer_manager.c...
linking...
Program Size: Code=73356 RO-data=6304 RW-data=2296 ZI-data=22136  
FromELF: creating hex file...
".\_build\nrf52832_xxaa.axf" - 0 Error(s), 0 Warning(s).
Build Time Elapsed:  00:00:01

Related