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.

CCS/TMS320C6678: Build error for project migrated from CCS V5 to CCS V9

Part Number: TMS320C6678

Tool/software: Code Composer Studio

Hi

I encountered an issue when migrating a CCS V5 project to CCS V9.

The project can be successfully built in CCS V5.

However, when I try to build the project in CCS V9 it failed with the error log displayed below:

**** Build of configuration Debug for project OCALibGeoTrans ****

"C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k all

makefile:131: recipe for target 'all' failed
gmake[1]: *** No rule to make target 'configPkg/linker.cmd'.
gmake: *** [all] Error 2

**** Build Finished ****

Could anyone help me to resolve this issue or provide any suggestions on migrating an old CCS project to latest CCS?

Thanks in advance

Regards

  • Migrating a project directly from CCSv5 to CCSv9 is quite a jump and could require additional manual tweaking to get a successful build. In some cases it may be more time efficient to simply create a new project in CCSv9 and add all the source files and project options manually into the new project. However before taking that course of action, I would recommend first trying to import the project into CCSv9, ensuring that all build tools (compiler, BIOS etc) are the same versions as those in CCSv5, and then try the build.

  • Since I haven’t heard back from you, I’m assuming you were able to make progress on this issue. If not, please feel free to post a reply with an update. Thanks!