DSPRelated.com
Forums

"csl_chiphal.h" error

Started by ivinekuruvilla May 13, 2008
I am a beginner in using DSP kit and I get an error

"C:/CCStudio/c6000/bios/include/csl_chiphal.h", line 263: fatal error:
#error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number,
i.e. 6201)

when i try to compile the program to out a sine wave.I have been
reffering to book written by "chassaing" and followed all the steps
written in it.
So please give me a solution for this.
ivine,

Amongst other things, you need to run the CSS setup utility and select the desired processor, etc.

Then, in the project/build options/compiler/(basic-target version) you need to select the
appropriate family of processor.

R. Williams
---------- Original Message -----------
From: "ivinekuruvilla"
To: c...
Sent: Tue, 13 May 2008 07:57:04 -0000
Subject: [c6x] "csl_chiphal.h" error

> I am a beginner in using DSP kit and I get an error
>
> "C:/CCStudio/c6000/bios/include/csl_chiphal.h", line 263: fatal error:
> #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number,
> i.e. 6201)
>
> when i try to compile the program to out a sine wave.I have been
> reffering to book written by "chassaing" and followed all the steps
> written in it.
> So please give me a solution for this.
------- End of Original Message -------
Ivinekuruvilla,
Have you read these posts?
http://www.dsprelated.com/groups/c6x/show/10066.php
http://www.dsprelated.com/groups/c6x/show/2170.php
http://www.dsprelated.com/groups/c6x/show/10296.php
http://www.dsprelated.com/groups/c6x/show/10406.php
http://www.dsprelated.com/groups/c6x/show/10420.php
http://www.dsprelated.com/groups/c6x/show/8498.php
http://www.dsprelated.com/groups/c6x/show/9144.php
Hanief

--- In c..., "ivinekuruvilla" wrote:
>
> I am a beginner in using DSP kit and I get an error
>
> "C:/CCStudio/c6000/bios/include/csl_chiphal.h", line 263: fatal
error:
> #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number,
> i.e. 6201)
>
> when i try to compile the program to out a sine wave.I have been
> reffering to book written by "chassaing" and followed all the steps
> written in it.
> So please give me a solution for this.