Tool/software: Code Composer Studio
Hi all,
Suddenly I am unable to create the multicore image as always did it.
The MAKEFILE is created with changes it includes a new not recognized command.
I receive the following console message:
C:/ti/mmwave_sdk_02_00_00_04/packages/scripts/ImageCreator/xwr16xx/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000006 srrdemo_16xx.bin 0x35510000 srrdemo_16xx_mss.bin 0xb5510000 C:/ti/mmwave_sdk_02_00_00_04/firmware/radarss/xwr16xx_radarss_rprc.bin 0xd5510000 C:/ti/ccs900/ccs/eclipse/'
Number of Input Files 3
Error opening input image file! C:/ti/ccs900/ccs/eclipse/'
Number of zeros 8
Number of zeros 32
'/srrdemo_16xx_dss/Debug/srrdemo_16xx_dss.bin
makefile:196: recipe for target 'post-build' failed
''' is not recognized as an internal or external command,
operable program or batch file.
gmake[3]: [post-build] Error 1 (ignored)
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// New generated MAKEFILE
post-build:
-C:/ti/mmwave_sdk_02_00_00_04/packages/scripts/ImageCreator/xwr16xx/out2rprc/out2rprc.exe srrdemo_16xx_mss.xer4f srrdemo_16xx_mss.bin
-C:/ti/mmwave_sdk_02_00_00_04/packages/scripts/ImageCreator/xwr16xx/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000006 srrdemo_16xx.bin 0x35510000 srrdemo_16xx_mss.bin 0xb5510000 C:/ti/mmwave_sdk_02_00_00_04/firmware/radarss/xwr16xx_radarss_rprc.bin 0xd5510000 C:/ti/ccs900/ccs/eclipse/'
-'/srrdemo_16xx_dss/Debug/srrdemo_16xx_dss.bin
-C:/ti/mmwave_sdk_02_00_00_04/packages/scripts/ImageCreator/xwr16xx/crc_multicore_image/crc_multicore_image.exe srrdemo_16xx.bin srrdemo_16xx.bin.tmp
-C:/ti/mmwave_sdk_02_00_00_04/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe srrdemo_16xx.bin
-@echo ' '
/// From Backup working MAKEFILE
post-build:
-C:/ti/mmwave_sdk_02_00_00_04/packages/scripts/ImageCreator/xwr16xx/out2rprc/out2rprc.exe srrdemo_16xx_mss.xer4f srrdemo_16xx_mss.bin
-C:/ti/mmwave_sdk_02_00_00_04/packages/scripts/ImageCreator/xwr16xx/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000006 srrdemo_16xx.bin 0x35510000 srrdemo_16xx_mss.bin 0xb5510000 C:/ti/mmwave_sdk_02_00_00_04/firmware/radarss/xwr16xx_radarss_rprc.bin 0xd5510000 C:/Users/clanu/workspace_v9/srrdemo_16xx_dss/Debug/srrdemo_16xx_dss.bin
-C:/ti/mmwave_sdk_02_00_00_04/packages/scripts/ImageCreator/xwr16xx/crc_multicore_image/crc_multicore_image.exe srrdemo_16xx.bin srrdemo_16xx.bin.tmp
-C:/ti/mmwave_sdk_02_00_00_04/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe srrdemo_16xx.bin
-@echo ' '
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
I took the old working MAKEFILE and disabled, before building, the option Project -> Properties -> C/C++ Build -> Make Generation: Generate Makefiles Automatically
It temporary does the job but I cannot introduce new features as the project is progressing and I want to be able to enable the above feature to do that.
Thank you,
Claudio