This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHCC3220MODASF: SimpleLink SDK Littered with *.bin that aren't Built

Part Number: LAUNCHCC3220MODASF
Other Parts Discussed in Thread: CC3220SF

Hi, Installing simplelink_cc32xx_sdk_3_30_01_02.run creates many *.bin files, e.g. examples/rtos/CC3220SF_LAUNCHXL/demos/network_terminal/freertos/gcc/network_terminal.bin. A 'make clean' doesn't remove these. If they're removed manually then a 'make' doesn't build them. The provided makefiles target is the ELF *.out, e.g. network_terminal.out in that same directory. But Simple Image Creator wants a *.bin file specified when saying where the MCU binary should be picked up for a project so it has to be created, e.g. with a manual gcc-arm-none-eabi-7-2017-q4-major/bin/arm-none-eabi-objcopy that takes the *.out ELF and uses '-O binary' to give the *.bin. This manual step is tedious, and error prone in that it may be forgotten.

Why do the provided makefiles not remove and create them?