I have migrated a CCS v4 project into SYS/BIOS (as opposed to an RTSC type of project) CCS v5 project and am using XDC Tools 3_23_02_47. Upon building my project, I get the following error:
C:\TI\ccsv5\utils\bin\gmake -k all
subdir_rules.mk:74: warning: overriding commands for target `main.obj'
subdir_rules.mk:67: warning: ignoring old commands for target `main.obj'
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/TI/xdctools_3_23_02_47/xs" --xdcpath="C:/TI/biospsp_03_00_01_00/drivers;
C:/TI/dsplib_c674x_3_1_0_0/packages;C:/TI/edma3_lld_02_11_04_01/packages;
C:/TI/ipc_1_23_05_40/packages;C:/TI/mathlib_c674x_3_0_1_1/packages;
C:/TI/bios_6_33_04_39/packages;
C:/TI/uia_1_00_03_25/packages;
C:/TI/xdais_7_21_01_07/packages;
C:/TI/xdais_7_21_01_07/examples;
" xdc.tools.configuro -o configPkg -t ti.targets.C674 -p ti.platforms.evm6748 -r release -b "
C:/Users/mask01/Documents/CCSWorkspace1/VibrationMonitorSYSBIOS/evm6437/config.bld" -c
"C:/TI/ccsv5/tools/compiler/c6000_7.3.5" --tcf --compileOptions "-g --optimize_with_debug" "../app.cfg"
js: "C:/TI/xdctools_3_23_02_47/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: Error: can't open .tcf input file '../app.tcf'
gmake: Target `all' not remade because of errors.
Any solution would be greatly appreciated.