**** Build of configuration Debug for project openloop ****
F:\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building file: ../DSP281x_GlobalVariableDefs.c'
'Invoking: Compiler'
"F:/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --cmd_file="F:\Texas Instruments\ccsv4\tools\compiler\c2000\lib\F2812_EzDSP_RAM_lnk.cmd" -v28 -mt -ml -g --include_path="F:/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="F:/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Documents and Settings/Administrator.NITC-2ACBE34D84.002/My Documents/workspace/DSP281x_common/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="DSP281x_GlobalVariableDefs.pp" "../DSP281x_GlobalVariableDefs.c"
[MEMORY.]
>> WARNING: more than one source file is specified; preprocessor output will be generated for last file only
Fatal error: could not open source file "MEMORY"
1 fatal error detected in the compilation of "MEMORY".
Compilation terminated.
>> Compilation failure
gmake: *** [DSP281x_GlobalVariableDefs.obj] Error 1
'Building file: ../main.c'
'Invoking: Compiler'
"F:/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --cmd_file="F:\Texas Instruments\ccsv4\tools\compiler\c2000\lib\F2812_EzDSP_RAM_lnk.cmd" -v28 -mt -ml -g --include_path="F:/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="F:/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Documents and Settings/Administrator.NITC-2ACBE34D84.002/My Documents/workspace/DSP281x_common/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
[MEMORY.]
>> WARNING: more than one source file is specified; preprocessor output will be generated for last file only
Fatal error: could not open source file "MEMORY"
1 fatal error detected in the compilation of "MEMORY".
Compilation terminated.
>> Compilation failure
gmake: *** [main.obj] Error 1
gmake: Target `all' not remade because of errors.
Build complete for project openloop
This is the console view when I try to compile my project in CCS v4. I was able to build and get an output file for the same in CCS v6. But I have an old eZDSP with only parallel port connection. I was not able to get the configuration for that in CCS v6. I have added every file I did in CCS v6 in the CCS v4. But it shows the above error. I have checked the search include paths and none of it contains double ". Please help me.
Murali Manohar