Part Number: AM6421
Hi,
From the CCS ide resource explorer, I imported a NoRTOS and FreeRTOS project for AM6421 mcu. Even though, I have taken directly from the SDK, this error kept occurring which I have problem to solved. I have searched the forum and online for the solution but to no avail.
Below is the error text shown by the console:
C:/ti/ccs1031/ccs/utils/bin/gmake -C C:\Users\A217LPEN_IOT\Documents\IMI UST Project\CC_Studio_Workspace\empty_am64x-evm_r5fss0-0_nortos_ti-arm-clang -f makefile_ccs_bootimage_gen OUTNAME=empty_am64x-evm_r5fss0-0_nortos_ti-arm-clang PROFILE=Debug MCU_PLUS_SDK_PATH=C:/ti/mcu_plus_sdk_am64x_07_03_00_19 CG_TOOL_ROOT=C:/ti CCS_INSTALL_DIR=C:\ti\ccs1031\ccs
makefile:176: recipe for target 'post-build' failed
gmake[3]: *** C:\Users\A217LPEN_IOT\Documents\IMI: No such file or directory. Stop.
gmake[2]: [post-build] Error 2 (ignored)
**** Build Finished ****
Obviously, there are many other text shown when building but I don't think it is affecting the build. When I check the makefile under Debug folder, the post-build command is as per below:
post-build:
-$(MAKE) -C C:\Users\A217LPEN_IOT\Documents\IMI UST Project\CC_Studio_Workspace\empty_am64x-evm_r5fss0-0_nortos_ti-arm-clang -f makefile_ccs_bootimage_gen OUTNAME=empty_am64x-evm_r5fss0-0_nortos_ti-arm-clang PROFILE=Debug MCU_PLUS_SDK_PATH=C:/ti/mcu_plus_sdk_am64x_07_03_00_19 CG_TOOL_ROOT=C:/ti CCS_INSTALL_DIR=C:\ti\ccs1031\ccs
-@echo ' '
When I checked, the bootimage_gen file is available in the folder directory, so I don't understand why is the error saying no such file or directory.

