Closed
Description
Description
- Type: Bug
- Priority: Major
Bug
Target
possibly any nrf51 targets?
Toolchain:
any, tested with IAR
meed-os sha:
5d0ce3c
Actual behavior
I can see duplicated files, this has something to do with unified introduction, here is IAR report:
Building configuration: mbed-os-example-blinky - mbed-os-example-blinky
Updating build tree...
Build error: Multiple tools write to the same file.
File: mbed-os-example-blinky\BUILD\Obj\analogin_api.o
Tool 1: C/C++ Compiler, when processing mbed-os-example-blinky\mbed-os\targets\TARGET_NORDIC\TARGET_NRF5\analogin_api.c
Tool 2: C/C++ Compiler, when processing mbed-os-example-blinky\mbed-os\targets\TARGET_NORDIC\TARGET_NRF5\
TARGET_MCU_NRF51822_UNIFIED\analogin_api.c
Build aborted.
I am trying to look at the history when this was introduced. I am using blinky example, iar for exporting. I cleaned my repo, and reproduced it. Anyone to confirm?