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.

MCU-PLUS-SDK-AM263X: makefile:168: recipe for target 'post-build' failed

Part Number: MCU-PLUS-SDK-AM263X

Hi,

  I am working through the getting started steps. 

https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/08_05_00_24/exports/docs/api_guide_am243x/GETTING_STARTED_BUILD.html#autotoc_md40

I imported the project  /examples/hello_world

I am able to build load and run hello_world_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out

All steps but the last one work correctly, it fails with the error message pasted in the code section below. 

gmake is installed and the path is correct

C:\ti\mcu_plus_sdk_am243x_08_06_00_43\tools\boot>gmake --version
GNU Make 4.1
Built for Windows32

Finished building target: "hello_world_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out"
 
C:/ti/ccs1230/ccs/utils/bin/gmake -C C:\ti workspace\AM243\hello_world_am243x-lp_r5fss0-0_freertos_ti-arm-clang -f makefile_ccs_bootimage_gen OUTNAME=hello_world_am243x-lp_r5fss0-0_freertos_ti-arm-clang PROFILE=Debug MCU_PLUS_SDK_PATH=C:/ti/mcu_plus_sdk_am243x_08_06_00_43 CG_TOOL_ROOT=C:/ti/ti_cgt_tiarmclang_2.1.2.LTS CCS_INSTALL_DIR=C:\ti\ccs1230\ccs CCS_IDE_MODE=desktop DEVICE=am243x
makefile:168: recipe for target 'post-build' failed
gmake[3]: makefile_ccs_bootimage_gen: No such file or directory
gmake[3]: *** No rule to make target 'makefile_ccs_bootimage_gen'.
gmake[3]: Failed to remake makefile 'makefile_ccs_bootimage_gen'.
gmake[3]: *** No rule to make target 'workspace\AM243\hello_world_am243x-lp_r5fss0-0_freertos_ti-arm-clang'.
gmake[2]: [post-build] Error 2 (ignored)
 

**** Build Finished ****