I am trying to get a CCS4 project to build, without success. Other team members working from the same SVN source code repository do not encounter the same problem, suggesting to me it's something about my CCS or tool chain installation.
The build fails, with the first error being (anonymised and abbreviated):
'Building file: xxxDspcfg.s??'
'Invoking: Compiler'
'Flags: -mv64+ -g -O2 --define=LOG_TIMESTAMPS_ENABLED xxxx.......
--include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/C6000 Code Generation Tools 6.1.19/include"
--include_path="C:/Program Files/Texas Instruments/sprc234/03.00.10.02/6455/6455_default_package/default_package/csl_c6455/inc"
--include_path="C:/Program Files/Texas Instruments/sprc234/03.00.10.02/6455/6455_default_package/default_package/csl_c64xplus_intc/inc"
--include_path="S:/dsp/xxxDsp/Release - SMT362"
--include_path="C:/Program Files/Texas Instruments/bios_5_41_10_36/packages/ti/bios/include"
--include_path="S:/dsp/xxxWfmDsp/src" ........
--verbose_diagnostics --diag_warning=225
--preproc_with_compile
--preproc_dependency="xxxDspcfg.pp"'
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/C6000 Code Generation Tools 6.1.19/bin/cl6x" -@"xxxDspcfg_ccsCompiler.opt"
>> ERROR: no source files, nothing to do
'Finished building: xxxDspcfg.s??'
' '
and similar for xxxDspcfg_c.c. This results in errors like:
<Linking>
"D:\DOCUME~1\tjj\LOCALS~1\Temp\052603", line 14: error: cannot find file
"./xxxDspcfg_c.obj"
"./xxxDspcfg_c.obj"
Comparing my intermediate files with those from a working build suggests that xxxDspcfg_c_ccsCompiler.opt is not being generated correctly, specifically successful builds have the cfg_c_ccsCompiler.opt file ending:
--preproc_with_compile
--preproc_dependency="xxxDspcfg_c.pp"
"xxxDspcfg_c.c"
whereas mine have:
--preproc_with_compile
--preproc_dependency="xxxDspcfg_c.pp"
""
i.e. with an empty string definition.
But I can't see any difference in my installation and don't understand well enough how the build goes from TFC & TCI files to these intermediate files to work out what is going wrong.
Do you have any suggestions what I should check?
Tim
[ CCS Version: 4.2.3.00004 ]


