Hi! Everyone,
i have to implement FIR Filter with TMS320C6713.During compiling the program
there is no error/warning. But when i build it, it is showing a error is given
below. Can anybody help me how to define chip.
i will be grateful for your kind support.
thanking you.
Vijay
\" -g -fr\"C:/MyProjects/FIR1/Debug\" -d\"_DEBUG\" -mv6700 -@\"Debug.lkf\"
\"c6713dskinit.c\"
\"C:/CCStudio_v3.3/C6000/csl/include/csl_chiphal.h\", line 267: fatal error:
#error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)
1 fatal error detected in the compilation of \"c6713dskinit.c\".
Compilation terminated.
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video
Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
How to define CHIP
Started by ●February 26, 2008
Reply by ●February 26, 20082008-02-26
hi vijay,
for chip defination can go to project menu- buildoption -compiler - basic
tab-in that u can define your chip i think in your case u have to define
CHIP_6713.
if any quiary u can contact me.
On 2/26/08, v...@yahoo.com wrote:
>
> Hi! Everyone,
> i have to implement FIR Filter with TMS320C6713.During compiling the
> program there is no error/warning. But when i build it, it is showing a
> error is given below. Can anybody help me how to define chip.
> i will be grateful for your kind support.
> thanking you.
>
> Vijay
>
> \" -g -fr\"C:/MyProjects/FIR1/Debug\" -d\"_DEBUG\" -mv6700 -@\"Debug.lkf\"
> \"c6713dskinit.c\"
> \"C:/CCStudio_v3.3/C6000/csl/include/csl_chiphal.h\", line 267: fatal
> error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number,
> i.e. 6201)
> 1 fatal error detected in the compilation of \"c6713dskinit.c\".
> Compilation terminated.
--
thanxs and regards,
Hardik Mewada
Edutech systems
baroda.
09328328582
+2652438317
for chip defination can go to project menu- buildoption -compiler - basic
tab-in that u can define your chip i think in your case u have to define
CHIP_6713.
if any quiary u can contact me.
On 2/26/08, v...@yahoo.com wrote:
>
> Hi! Everyone,
> i have to implement FIR Filter with TMS320C6713.During compiling the
> program there is no error/warning. But when i build it, it is showing a
> error is given below. Can anybody help me how to define chip.
> i will be grateful for your kind support.
> thanking you.
>
> Vijay
>
> \" -g -fr\"C:/MyProjects/FIR1/Debug\" -d\"_DEBUG\" -mv6700 -@\"Debug.lkf\"
> \"c6713dskinit.c\"
> \"C:/CCStudio_v3.3/C6000/csl/include/csl_chiphal.h\", line 267: fatal
> error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number,
> i.e. 6201)
> 1 fatal error detected in the compilation of \"c6713dskinit.c\".
> Compilation terminated.
--
thanxs and regards,
Hardik Mewada
Edutech systems
baroda.
09328328582
+2652438317
Reply by ●February 26, 20082008-02-26
Hi Vijay
Well in your c file, I am guessing that you have included
dsk6713.h,dsk6713_aic.h
and cfg.h. If this is the case, make sure that the
cfg.h appears always before the dsk6713.h and dsk6713_aic.h
preprocessor declarations.
Regards
Akshay
On Tue, Feb 26, 2008 at 3:29 PM, wrote:
> Hi! Everyone,
> i have to implement FIR Filter with TMS320C6713.During compiling the
> program there is no error/warning. But when i build it, it is showing a
> error is given below. Can anybody help me how to define chip.
> i will be grateful for your kind support.
> thanking you.
>
> Vijay
>
> \" -g -fr\"C:/MyProjects/FIR1/Debug\" -d\"_DEBUG\" -mv6700 -@\"Debug.lkf\"
> \"c6713dskinit.c\"
> \"C:/CCStudio_v3.3/C6000/csl/include/csl_chiphal.h\", line 267: fatal
> error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number,
> i.e. 6201)
> 1 fatal error detected in the compilation of \"c6713dskinit.c\".
> Compilation terminated.
>
>
--
Akshaya Srivatsa
Department of Telecommunication Engineering
PESIT, Bangalore
Well in your c file, I am guessing that you have included
dsk6713.h,dsk6713_aic.h
and cfg.h. If this is the case, make sure that the
cfg.h appears always before the dsk6713.h and dsk6713_aic.h
preprocessor declarations.
Regards
Akshay
On Tue, Feb 26, 2008 at 3:29 PM, wrote:
> Hi! Everyone,
> i have to implement FIR Filter with TMS320C6713.During compiling the
> program there is no error/warning. But when i build it, it is showing a
> error is given below. Can anybody help me how to define chip.
> i will be grateful for your kind support.
> thanking you.
>
> Vijay
>
> \" -g -fr\"C:/MyProjects/FIR1/Debug\" -d\"_DEBUG\" -mv6700 -@\"Debug.lkf\"
> \"c6713dskinit.c\"
> \"C:/CCStudio_v3.3/C6000/csl/include/csl_chiphal.h\", line 267: fatal
> error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number,
> i.e. 6201)
> 1 fatal error detected in the compilation of \"c6713dskinit.c\".
> Compilation terminated.
>
>
--
Akshaya Srivatsa
Department of Telecommunication Engineering
PESIT, Bangalore
Reply by ●February 26, 20082008-02-26
Hi,
All you need to do is go to
Project-> build options
Then select the Preprocessor
There in the " Pre-Defined symbol" add "CHIP_6713=1"
Regards
Thiyana
________________________________
From: c... [mailto:c...] On Behalf Of
v...@yahoo.com
Sent: Tuesday, February 26, 2008 3:29 PM
To: c...
Subject: [c6x] How to define CHIP
Hi! Everyone,
i have to implement FIR Filter with TMS320C6713.During compiling the
program there is no error/warning. But when i build it, it is showing a
error is given below. Can anybody help me how to define chip.
i will be grateful for your kind support.
thanking you.
Vijay
\" -g -fr\"C:/MyProjects/FIR1/Debug\" -d\"_DEBUG\" -mv6700
-@\"Debug.lkf\" \"c6713dskinit.c\"
\"C:/CCStudio_v3.3/C6000/csl/include/csl_chiphal.h\", line 267: fatal
error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip
number, i.e. 6201)
1 fatal error detected in the compilation of \"c6713dskinit.c\".
Compilation terminated.
All you need to do is go to
Project-> build options
Then select the Preprocessor
There in the " Pre-Defined symbol" add "CHIP_6713=1"
Regards
Thiyana
________________________________
From: c... [mailto:c...] On Behalf Of
v...@yahoo.com
Sent: Tuesday, February 26, 2008 3:29 PM
To: c...
Subject: [c6x] How to define CHIP
Hi! Everyone,
i have to implement FIR Filter with TMS320C6713.During compiling the
program there is no error/warning. But when i build it, it is showing a
error is given below. Can anybody help me how to define chip.
i will be grateful for your kind support.
thanking you.
Vijay
\" -g -fr\"C:/MyProjects/FIR1/Debug\" -d\"_DEBUG\" -mv6700
-@\"Debug.lkf\" \"c6713dskinit.c\"
\"C:/CCStudio_v3.3/C6000/csl/include/csl_chiphal.h\", line 267: fatal
error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip
number, i.e. 6201)
1 fatal error detected in the compilation of \"c6713dskinit.c\".
Compilation terminated.