Tool/software:
Hi all,
we're currently trying to migrate our existing Code Composer Studio (CCS) projects from version 10 to the latest CCS V20.1.1. According to the official documentation, our target device, the TMS320C6747, should still be supported: Is our device supported by the new Theia IDE-based CCS?
However, the migration is not working as expected. Here are the steps we followed and the resulting error:
- Installed CCS V20.1.1
- Installed the C6000 toolchain
- Imported an existing CCS V10 project
- Compiled the project → No errors
- Tried to debug the target → Error message:
Cannot read System Setup data from XML file C:\Users\xxx\AppData\Local\Temp\ti_cloud_storage\TMS320C6747.ccxml
Error parsing file: Fatal Error at (0, 0): An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\ti\ccs2011\ccs\ccs_base\common\Modules\c674x\rCSL_syscfg_001.xml while parsing file: C:\ti\ccs2011\ccs\ccs_base\common\Modules\c674x\rCSL_syscfg_001.xml
Upon investigation, we noticed that the folder c6747
is missing in the path ccs2011\ccs\ccs_base\common\Modules\
. Does this mean that support for this processor is no longer included by default?
What we tried:
- We found the missing
rCSL_syscfg_001.xml
file in our CCS V10 installation. - After copying the entire
c6747
folder into the corresponding Modules directory in CCS V20, the above error disappeared. - We also created a
launch.json
file as described here:
CCS Theia Debug Configurations
This allowed us to get one step further. However, we now encounter a new error:
Unable to read file 'Debug/TestProject.out' (Error: Unable to read file 'Debug/TestProject.out' that is too large to open)
Any help or guidance on how to properly migrate and debug CCS V10 projects with the TMS320C6747 in CCS V20 would be greatly appreciated!
Thanks in advance!