Other Parts Discussed in Thread: TMS320F28069, CONTROLSUITE
Hi everyone!
I am a newbie in the embedded development, and also a newbe when it comes to TMS320F28069, which I have, with development board.
Recently I wanted to write a small test application, from scratch. But when I want to compile my project, errors and warnings occur.
>> WARNING: more than one source file is specified; preprocessor output will be generated for last file only
Fatal error #5: could not open source file "MEMORY"
1 fatal error detected in the compilation of "MEMORY".
Compilation terminated.
I don't know what it means, and I am confused. I don't have source file called MEMORY.
Any help would be greatly appreciated.
And here is full output from compiler:
**** Build of configuration Debug for project Tutor1 ****
C:\TI\ccsv5\utils\bin\gmake -k all
'Building file: ../SetupFun.c'
'Invoking: C2000 Compiler'
"C:/TI/ccsv5/tools/compiler/c2000/bin/cl2000" --cmd_file="D:\Programowanie\TI\Tutor1\F28069.cmd" --cmd_file="C:\TI\controlSUITE\device_support\f2806x\v110\F2806x_headers\cmd\F2806x_Headers_nonBIOS.cmd" -v28 -mt -ml -g --include_path="C:/TI/ccsv5/tools/compiler/c2000/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v110/F2806x_headers/include" --diag_warning=225 --display_error_number --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --preproc_with_compile --preproc_dependency="SetupFun.pp" "../SetupFun.c"
[MEMORY.]
>> WARNING: more than one source file is specified; preprocessor output will be generated for last file only
Fatal error #5: could not open source file "MEMORY"
1 fatal error detected in the compilation of "MEMORY".
Compilation terminated.
>> Compilation failure
gmake: *** [SetupFun.obj] Error 1
'Building file: ../main.c'
'Invoking: C2000 Compiler'
"C:/TI/ccsv5/tools/compiler/c2000/bin/cl2000" --cmd_file="D:\Programowanie\TI\Tutor1\F28069.cmd" --cmd_file="C:\TI\controlSUITE\device_support\f2806x\v110\F2806x_headers\cmd\F2806x_Headers_nonBIOS.cmd" -v28 -mt -ml -g --include_path="C:/TI/ccsv5/tools/compiler/c2000/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v110/F2806x_headers/include" --diag_warning=225 --display_error_number --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --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 #5: 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 Finished ****