Tool/software: Code Composer Studio
Hey everyone,
I have been trying to migrate some project that was working (and still builds successfully) on CCS 5.1, it was built using CGT v 7.2.1. I am currently using CGT V 7.4.24 on CCS 9.1.0. yet I don't think this is the cause of the issue since CGT V 7.4.24 should be backward compatible with 7.2.1. The XDCtools version that I am using is 3.55.2.22. The console shows me the following:
"C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k all
makefile:134: recipe for target 'all' failed
gmake[1]: *** No rule to make target 'configPkg/linker.cmd'.
gmake: *** [all] Error 2
**** Build Finished ****
The Errors that are shown are as follows:
gmake: *** [all] Error 2
gmake[1]: *** No rule to make target 'configPkg/linker.cmd'.
I have tried to create a new workspace in a different directory and copy the project in there, but still it didn't work. What should I check next ?