Hi,
I am trying on the uart on TMS320C642 where I have to use tcf file instead of cmd and cdb in CCS3.3. Problem occurs when using tcf, is when it generates 2 files, which are the source file and the .C.
When running debugging on CCS3.3, the errors will be like this.
---------------------------- uarttest.pjt - Debug ----------------------------
[uarttest.cdb] "C:\CCStudio_v3.3\bios_5_31_02\xdctools\tconf" -b -Dconfig.importPath="C:/CCStudio_v3.3/bios_5_31_02/packages" -v64 uarttest.cdb
C:\CCStudio_v3.3\bios_5_31_02\xdctools\tconf: usage: tconf [-b] [-g[=<opts>]] [-p <dir>] [-D<name>=<value>] [-js <js options ...>] [script [args ...]]
Options:
-D<name>=<val> define the symbol <name> with the string value <val>
-g[=<opts>] use graphical debugger to run script, and
optionally pass <opts> to debugger
-h display this message
-js pass all subsequent options to Configuration Shell
-p <dir> add <dir> to tconf search path
Configuration Shell Options:
-f <file> execute <file> prior to executing script
-w enable warning messages
Graphical Debugger Options:
-i break at the first line of the startup script
[uarttest.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -eoo64 -fr"C:/CCStudio_v3.3/ddk/apps/uart/evmdm642/Debug" -i"." -i"C:/CCStudio_v3.3/ddk/apps/uart/evmdm642/../../../include" -d"CHIP_6416" -d"_UARTHW_EVMDM642_" -mv6400 -@"evmdm642/Debug.lkf" "uarttest.c"
[uarttest_params.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -eoo64 -fr"C:/CCStudio_v3.3/ddk/apps/uart/evmdm642/Debug" -i"." -i"C:/CCStudio_v3.3/ddk/apps/uart/evmdm642/../../../include" -d"CHIP_6416" -d"_UARTHW_EVMDM642_" -mv6400 -@"evmdm642/Debug.lkf" "uarttest_params.c"
[uarttestcfg.s62] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -eoo64 -fr"C:/CCStudio_v3.3/ddk/apps/uart/evmdm642/Debug" -i"." -i"C:/CCStudio_v3.3/ddk/apps/uart/evmdm642/../../../include" -d"CHIP_6416" -d"_UARTHW_EVMDM642_" -mv6400 -@"Debug.lkf" "uarttestcfg.s62"
"uarttestcfg.s62", ERROR! : [E1000] Cannot open source file uarttestcfg.s62: No such file or directory
>> Compilation failure
[uarttestcfg_c.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -eoo64 -fr"C:/CCStudio_v3.3/ddk/apps/uart/evmdm642/Debug" -i"." -i"C:/CCStudio_v3.3/ddk/apps/uart/evmdm642/../../../include" -d"CHIP_6416" -d"_UARTHW_EVMDM642_" -mv6400 -@"Debug.lkf" "uarttestcfg_c.c"
Fatal error: could not open source file "uarttestcfg_c.c"
1 fatal error detected in the compilation of "uarttestcfg_c.c".
Compilation terminated.
>> Compilation failure
Build Complete,
2 Errors, 0 Warnings, 0 Remarks.
What should i do with these errors? Or I should generate cdb and cmd files to use instead? Thanks in advance.