The following is the results of building a "hello" project:
**** Build of configuration Debug for project hello **** C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all 'Building file: ../hello.tcf' 'Invoking: TConf Script Compiler' "C:/Program Files/Texas Instruments/xdctools_3_15_03_67/tconf" -b -Dconfig.importPath="C:/Program Files/Texas Instruments/bios_5_40_03_23/packages"; -Dconfig.compilerOpts="-me" -Dconfig.compilerOpts="-ml" -js -w "../hello.tcf" 'Finished building: ../hello.tcf' ' ' 'Building file: ../hello.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5505 -g --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --include_path="F:/ez-dsp Work Folder/hello/Debug" --include_path="C:/Program Files/Texas Instruments/bios_5_40_03_23/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_40_03_23/packages/ti/rtdx/include/c5500" --diag_warning=225 --sat_reassoc=off --large_memory_model --ptrdiff_size=32 --fp_reassoc=off --memory_model=large --asm_source=mnemonic --preproc_with_compile --preproc_dependency="hello.pp" "../hello.c" 'Finished building: ../hello.c' ' ' 'Building file: hellocfg.s??' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5505 -g --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --include_path="F:/ez-dsp Work Folder/hello/Debug" --include_path="C:/Program Files/Texas Instruments/bios_5_40_03_23/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_40_03_23/packages/ti/rtdx/include/c5500" --diag_warning=225 --sat_reassoc=off --large_memory_model --ptrdiff_size=32 --fp_reassoc=off --memory_model=large --asm_source=mnemonic --preproc_with_compile --preproc_dependency="hellocfg.pp" "" Command-line error: missing source file name 1 fatal error detected in this compilation. Compilation terminated. >> Compilation failure C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [hellocfg.obj] Error 1 'Building file: hellocfg_c.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5505 -g --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --include_path="F:/ez-dsp Work Folder/hello/Debug" --include_path="C:/Program Files/Texas Instruments/bios_5_40_03_23/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_40_03_23/packages/ti/rtdx/include/c5500" --diag_warning=225 --sat_reassoc=off --large_memory_model --ptrdiff_size=32 --fp_reassoc=off --memory_model=large --asm_source=mnemonic --preproc_with_compile --preproc_dependency="hellocfg_c.pp" "" Command-line error: missing source file name 1 fatal error detected in this compilation. Compilation terminated. >> Compilation failure C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [hellocfg_c.obj] Error 1 C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors. Build complete for project hello hellocfg.s55 was not built since the build process tried to build hellocfg.s?? How do I get the build to select hellocfg.s55? Thanks, Lee