Part Number: TMS320F2812
Tool/software: Code Composer Studio
Hello,
I am trying to build an old code compose project using CCS 6.
Compiler is 20.2.1.LTS
DSPBIOS is 5.42.2.10
I have converted the cdb to tcf using:
c:\ti\bios_5_42_02_10\xdctools>cdb2tcf.exe xxx.cdb
Original seed file: c:/ti/bios_5_42_02_10/packages/ti/bios/config/update/4.90.280/c28xx.cdb
Loading application CDB file
Device name: 2812
Catalog: ti.catalog.c2800
Generating CSL files
Unloading the application CDB file
Loading original seed: c:/ti/bios_5_42_02_10/packages/ti/bios/config/update/4.90.280/c28xx.cdb
Finding user changes
Loading new seed file
New seed: c:/ti/bios_5_42_02_10/packages/ti/bios/config/cdb/c28xx.cdb
Applying changes
Saving original xxx.cdb.Thu_yyy_2020
Creating TCF file: c:/ti/bios_5_42_02_10/xdctools/f2812_flash.tcf
Tconf search path information is required for running the generated tcf file.
The search path info for the Tconf.exe command line has been saved in
tcfopts.dat.
When building I get:
'Building file: ../f2812_flash.tcf'
'Invoking: TConf'
"C:/ti/bios_5_42_02_10/xdctools/tconf" -b -Dconfig.importPath="C:/ti/bios_5_42_02_10/packages;" "../f2812_flash.tcf"
subdir_rules.mk:35: recipe for target 'build-206747775' failed
js: Reference constraint violation: LOG::SS_log.bufseg.MemberTest(L0SARAM) failed
Any inputs would be nice.
Also I can only text-edit tcf files, it cannot open config.
Same for example projects, they however build fine.