Sign in

username:

password:



Not a member?

Search c55x



Search tips

Subscribe to c55x



c55x by Keywords

AIC23 | C5509 | CCS | CSL | EMIF | EVM | GEL | GPIO | HPI | Interfacing | JTAG | McBSP | OMAP | Omap15 | OMAP59 | RTDX | SDRAM | TMS320VC5509 | USB | XDS5

Discussion Groups

Discussion Groups | TMS320C55x | FIR implementation on 5510

Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).

  

Post a new Thread

FIR implementation on 5510 - Randy Hoo - Feb 29 10:35:05 2008



Hi all,

I am doing a job about implementing a digital filter into ccs by using
the library function named fir. But whenever I use this, the complier
always report that

>>   error: symbol referencing errors - './Debug/tone.out' not built

I am confused at all. Can anybody give me some clues on this problem?

Rds

Shuoqiu Hu
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: FIR implementation on 5510 - Wei Li - Feb 29 10:37:40 2008

Did you include the h file for the dsp lib?

Wei

--- In c...@yahoogroups.com, "Randy Hoo" <hoorandy@...> wrote:
>
> Hi all,
> 
> I am doing a job about implementing a digital filter into ccs by using
> the library function named fir. But whenever I use this, the complier
> always report that
> 
> >>   error: symbol referencing errors - './Debug/tone.out' not built
> 
> I am confused at all. Can anybody give me some clues on this problem?
> 
> Rds
> 
> Shuoqiu Hu
>

Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: FIR implementation on 5510 - Sima Baymani - Mar 2 8:48:54 2008

There should be more information from the compiler, or is that all? It
usually reports what symbols it has problems with. If there is more
info from the compiler, please post that too.
Might be that you have not set up the paths correctly to the /include
and /lib directories for the FIR function?

-Sima

On Fri, Feb 29, 2008 at 4:33 PM, Randy Hoo <h...@gmail.com> wrote:
> Hi all,
>
>  I am doing a job about implementing a digital filter into ccs by using
>  the library function named fir. But whenever I use this, the complier
>  always report that
>
>  >> error: symbol referencing errors - './Debug/tone.out' not built
>
>  I am confused at all. Can anybody give me some clues on this problem?
>
>  Rds
>
>  Shuoqiu Hu
>  
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: Re: FIR implementation on 5510 - Randy Hoo - Mar 2 8:49:16 2008

acctually I did not. But I do not know which head file should I include. It
seems that there is no clues in the help file. And I also tried to find
something useful from internet but failed. Could you give me some
suggestion?

the function I am trying to use the fir().
2008/2/29, Wei Li <l...@gmail.com>:
>
>   Did you include the h file for the dsp lib?
>
> Wei
>
> --- In c...@yahoogroups.com <c55x%40yahoogroups.com>, "Randy Hoo"
> <hoorandy@...> wrote:
> >
> > Hi all,
> >
> > I am doing a job about implementing a digital filter into ccs by using
> > the library function named fir. But whenever I use this, the complier
> > always report that
> >
> > >> error: symbol referencing errors - './Debug/tone.out' not built
> >
> > I am confused at all. Can anybody give me some clues on this problem?
> >
> > Rds
> >
> > Shuoqiu Hu
> 


(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: FIR implementation on 5510 - Randy Hoo - Mar 3 6:52:27 2008

undefined                        first referenced
 symbol                              in file
---------                        ----------------
_fir                             C:\Users\sony\Desktop\study\final
project\final report\dsk5510\bsl\tone\Debug\tone.obj
>>   error: symbol referencing errors - './Debug/tone.out' not built

that's all the information given by the complier. I am using the "tone"
example as a test. this project also includes other files such as

#include "dsk5510.h"
#include "dsk5510_aic23.h"

there is not any problem to link these files. and in actually fact, I don't
know which library should I use to reference the function fir(). the help of
ccs does not mention information about it.
2008/2/29, Sima Baymani <s...@kth.se>:
>
>   There should be more information from the compiler, or is that all? It
> usually reports what symbols it has problems with. If there is more
> info from the compiler, please post that too.
> Might be that you have not set up the paths correctly to the /include
> and /lib directories for the FIR function?
>
> -Sima
>
> On Fri, Feb 29, 2008 at 4:33 PM, Randy Hoo
<h...@gmail.com<hoorandy%40gmail.com>>
> wrote:
> >
> >
> >
> >
> >
> >
> > Hi all,
> >
> > I am doing a job about implementing a digital filter into ccs by using
> > the library function named fir. But whenever I use this, the complier
> > always report that
> >
> > >> error: symbol referencing errors - './Debug/tone.out' not built
> >
> > I am confused at all. Can anybody give me some clues on this problem?
> >
> > Rds
> >
> > Shuoqiu Hu
> 


(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: FIR implementation on 5510 - Sima Baymani - Mar 3 10:53:44 2008

You can find one fir() function in the dsplib.
Here's the path to the include dir.
<path to CCS installation>\C5500\dsplib\include

You'll probably need to include the lib dir as well
<path to CCS installation>\C5500\dsplib

HTH,
Sima

On Sun, Mar 2, 2008 at 10:37 PM, Randy Hoo <h...@gmail.com> wrote:
> undefined                        first referenced
>  symbol                              in file
> ---------                        ----------------
> _fir                             C:\Users\sony\Desktop\study\final
> project\final report\dsk5510\bsl\tone\Debug\tone.obj
> >>   error: symbol referencing errors - './Debug/tone.out' not built
>
> that's all the information given by the complier. I am using the "tone"
> example as a test. this project also includes other files such as
>
> #include "dsk5510.h"
> #include "dsk5510_aic23.h"
>
> there is not any problem to link these files. and in actually fact, I don't
> know which library should I use to reference the function fir(). the help of
> ccs does not mention information about it.
> 2008/2/29, Sima Baymani <s...@kth.se>:
> >
> >
> >
> >
> >
> >
> > There should be more information from the compiler, or is that all? It
> > usually reports what symbols it has problems with. If there is more
> > info from the compiler, please post that too.
> > Might be that you have not set up the paths correctly to the /include
> > and /lib directories for the FIR function?
> >
> > -Sima
> >
> >
> > On Fri, Feb 29, 2008 at 4:33 PM, Randy Hoo <h...@gmail.com> wrote:
> > >
> > >
> > >
> > >
> > >
> > >
> > > Hi all,
> > >
> > > I am doing a job about implementing a digital filter into ccs by using
> > > the library function named fir. But whenever I use this, the complier
> > > always report that
> > >
> > > >> error: symbol referencing errors - './Debug/tone.out' not built
> > >
> > > I am confused at all. Can anybody give me some clues on this problem?
> > >
> > > Rds
> > >
> > > Shuoqiu Hu
> > >
> >
> >
> >  
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: FIR implementation on 5510 - Wei Li - Mar 3 11:11:04 2008

There should be an example folder in the 55x dsplib folder. Check how 
TI uses fir().

WEi

--- In c...@yahoogroups.com, "Randy Hoo" <hoorandy@...> wrote:
>
> acctually I did not. But I do not know which head file should I include. 
It
> seems that there is no clues in the help file. And I also tried to find
> something useful from internet but failed. Could you give me some
> suggestion?
> 
> the function I am trying to use the fir().
> 2008/2/29, Wei Li <liwei2000@...>:
> >
> >   Did you include the h file for the dsp lib?
> >
> > Wei
> >
> > --- In c...@yahoogroups.com <c55x%
40yahoogroups.com>, "Randy Hoo"
> > <hoorandy@> wrote:
> > >
> > > Hi all,
> > >
> > > I am doing a job about implementing a digital filter into ccs by 
using
> > > the library function named fir. But whenever I use this, the 
complier
> > > always report that
> > >
> > > >> error: symbol referencing errors - './Debug/tone.out' not built
> > >
> > > I am confused at all. Can anybody give me some clues on this 
problem?
> > >
> > > Rds
> > >
> > > Shuoqiu Hu
> > >
> >
> > 
> 

Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: Re: FIR implementation on 5510 - Randy Hoo - Mar 3 15:43:08 2008

got it, thanks very much

2008/3/3, Wei Li <l...@gmail.com>:
>
>   There should be an example folder in the 55x dsplib folder. Check how
> TI uses fir().
>
> WEi
>
> --- In c...@yahoogroups.com <c55x%40yahoogroups.com>, "Randy Hoo"
> <hoorandy@...> wrote:
> >
> > acctually I did not. But I do not know which head file should I include.
>
> It
> > seems that there is no clues in the help file. And I also tried to find
> > something useful from internet but failed. Could you give me some
> > suggestion?
> >
> > the function I am trying to use the fir().
> >
> >
> > 2008/2/29, Wei Li <liwei2000@...>:
> > >
> > > Did you include the h file for the dsp lib?
> > >
> > > Wei
> > >
> > > --- In c...@yahoogroups.com <c55x%40yahoogroups.com> <c55x%
> 40yahoogroups.com>, "Randy Hoo"
> > > <hoorandy@> wrote:
> > > >
> > > > Hi all,
> > > >
> > > > I am doing a job about implementing a digital filter into ccs by
> using
> > > > the library function named fir. But whenever I use this, the
> complier
> > > > always report that
> > > >
> > > > >> error: symbol referencing errors - './Debug/tone.out' not built
> > > >
> > > > I am confused at all. Can anybody give me some clues on this
> problem?
> > > >
> > > > Rds
> > > >
> > > > Shuoqiu Hu
> > > >
> > >
> > >
> > >
> 


(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )