MCU-PLUS-SDK-AM243X: Post-build step fails

Part Number: MCU-PLUS-SDK-AM243X

Hi,

I created a project based on the multi-core FreeRTOS empty example at C:\ti\mcu_plus_sdk_am243x_09_01_00_41\examples\empty\am243x-lp. I found out that the post-build step fails after trying to build any core's individual project. Console output:

**** Build of configuration Debug for project empty_am243x-lp_system_freertos ****

"C:\\ti\\ccs1260\\ccs\\utils\\bin\\gmake" -k system-post-build 
 
C:/ti/ccs1260/ccs/utils/bin/gmake -C C:\Users\sali\workspace_v12\empty_am243x-lp_system_freertos -f makefile_system_ccs_bootimage_gen OUTNAME=empty_system PROFILE=Debug MCU_PLUS_SDK_PATH=C:/ti/mcu_plus_sdk_am243x_09_01_00_41 CG_TOOL_ROOT=C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS CCS_INSTALL_DIR=C:\ti\ccs1260\ccs CCS_IDE_MODE=desktop
gmake[1]: Entering directory 'C:/Users/sali/workspace_v12/empty_am243x-lp_system_freertos'
 Boot multi-core image: Debug/empty_system.appimage ...
C:\ti\ccs1260\ccs/tools/node/node C:/ti/mcu_plus_sdk_am243x_09_01_00_41/tools/boot/multicoreImageGen/multicoreImageGen.js --devID 55 --out Debug/empty_system.appimage ../empty_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Debug/empty_am243x-lp_r5fss0-0_freertos_ti-arm-clang.rprc@4 ../empty_am243x-lp_r5fss0-1_freertos_ti-arm-clang/Debug/empty_am243x-lp_r5fss0-1_freertos_ti-arm-clang.rprc@5 ../empty_am243x-lp_r5fss1-0_freertos_ti-arm-clang/Debug/empty_am243x-lp_r5fss1-0_freertos_ti-arm-clang.rprc@6 ../empty_am243x-lp_r5fss1-1_freertos_ti-arm-clang/Debug/empty_am243x-lp_r5fss1-1_freertos_ti-arm-clang.rprc@7 ../empty_am243x-lp_m4fss0-0_freertos_ti-arm-clang/Debug/empty_am243x-lp_m4fss0-0_freertos_ti-arm-clang.rprc@14  >> Debug/temp_stdout_Debug.txt
makefile_system_ccs_bootimage_gen:64: recipe for target 'all' failed
File ../empty_am243x-lp_r5fss0-1_freertos_ti-arm-clang/Debug/empty_am243x-lp_r5fss0-1_freertos_ti-arm-clang.rprc does not exist
gmake[1]: *** [all] Error 1
gmake: [system-post-build] Error 2 (ignored)
gmake[1]: Leaving directory 'C:/Users/sali/workspace_v12/empty_am243x-lp_system_freertos'
makefile:15: recipe for target 'system-post-build' failed
 

**** Build Finished ****

I do not see the error at the end of the console output when I try to build the system project.

I found out the error exists right after importing the multi-core FreeRTOS empty example.

I need to know the reason the error exists.