DSPRelated.com
Forums

CSL_Error

Started by Aruna April 2, 2008
Dear All

I used the csl_mcbsp.h file provided by the CCS Ver3.3 . While issuing the Rebuild All command it shows

fatal error #error NO CHIP DEFINED

Pls kindly help me in this regard ASAP
With Regard's
Aruna.S.R
D&E-SDG
Check your linker options for predefined symbols and include the appropriate
target name.

Sivakanth

On Wed, Apr 2, 2008 at 3:43 AM, Aruna wrote:

> Dear All
>
> I used the csl_mcbsp.h file provided by the CCS Ver3.3 . While issuing the
> Rebuild All command it shows
>
> fatal error #error NO CHIP DEFINED
>
> Pls kindly help me in this regard ASAP
>
> With Regard's
> Aruna.S.R
> D&E-SDG
>
hi
if you use dsp which has no CSL in Bios you need to define your chip on top of your source code, for example
#DEFINE_CHIP 5502
USE CCS HELP FOR MORE INFORMATION.
Amin

Aruna wrote:
Dear All

I used the csl_mcbsp.h file provided by the CCS Ver3.3 . While issuing the Rebuild All command it shows

fatal error #error NO CHIP DEFINED

Pls kindly help me in this regard ASAP

With Regard's
Aruna.S.R
D&E-SDG