I have installed latest version of CCS (5.5.0.00077) on Windows 7 Professional 64-Bit . When I imported a sample project and try to build I got following error;
xdc.tools.configuro: missing input config script
just after;
'Invoking: XDCtools'
"D:/ti/xdctools_3_25_04_88/xs" --xdcpath="D:/ti/bios_6_35_04_50/packages;D:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C674 -p ti.platforms.evmDM8148 -r debug -c "D:/ti/ccsv5/tools/compiler/c6000_7.4.6" --compileOptions "-g --optimize_with_debug"
This causes to fail at later stages of the build;
error #10008-D: cannot find file "./configPkg/linker.cmd"
When I see the file "subdir_rules.mk", I found out that command line for "configPkg/linker.cmd" rule is missing input file "$<" macro.
Since manual changes are overidden by the build, I have found a resolution by adding "$<" to the end of "Command-line pattern:" under Project Propertied / Build / XDCTools;
${command} ${flags} ${inputs} "$<"
Then I could build with success. Eventhough XDCTools command-line pattern has "${input}" as other tools, make files are not correctly generated for it. I guess it worths to report since this could be a bug. I use XDCTools version 3.25.4.88.