Hello,
I am Veerendra Dasari, graduate student from Western Michigan University. I am using TMS320C6701 EVM board to implement filter on it. I have done the programming part in code composer studio. I am getting an error while building incrementally which is as follows
------------------------- Veeru_Project.pjt - Debug -------------------------
"c:\ti\plugins\bios\gconfgen" config1.cdb
*** ERR config1.cdb, line 660: parse error (":")
Fatal error: can't load file 'config1.cdb'
"c:\ti\c6000\cgtools\bin\cl6x" -g -fr"c:/documents and settings/ece_lab/desktop/Veeru_Project/Debug" -d"_DEBUG" -mv6700 -@"Debug.lkf" "veeru.c"
[veeru.c]
TMS320C6x ANSI C/C++ Compiler Version 4.10
Copyright (c) 1996-2001 Texas Instruments Incorporated
"veeru.c" ==> main
"veeru.c" ==> hookint
"veeru.c" ==> serialPortRcvISR
"veeru.c" ==> WIENER
"common.h", line 34: warning: incompatible redefinition of macro "TRUE" (declared at line 184 of "c:/ti/c6000/bios/include/std.h")
"common.h", line 35: warning: incompatible redefinition of macro "FALSE" (declared at line 183 of "c:/ti/c6000/bios/include/std.h")
"common.h", line 78: warning: nested comment is not allowed
"veeru.c", line 23: warning: variable "actualrate" was set but never used
TMS320C6x ANSI C Codegen Version 4.10
Copyright (c) 1996-2001 Texas Instruments Incorporated
"veeru.c" ==> main
"veeru.c" ==> hookint
"veeru.c" ==> serialPortRcvISR
"veeru.c" ==> WIENER
TMS320C6x COFF Assembler Version 4.10
Copyright (c) 1996-2001 Texas Instruments Incorporated
PASS 1
PASS 2
Build Complete,
2 Errors, 4 Warnings, 0 Remarks.
Please Help me to solve this error.
Thank You.