DSPRelated.com
Forums

chassing tms320c6713 book

Started by "tms...@ymail.com" August 22, 2009
hi all;
I have a problem only with two program in chassing tms320c6713 book ;
speech_syn & speech_recognition ;
when I rebuild them there is:
2error,1 warning ....
_input source
undefined symbol

but everything is o.k in build option ;
and I add dsk6713init.asm/.h/.c manually to these projects ;
so what should I do?

Best Regards.
r...@ieee.org

_____________________________________
13,

The full error/warning messages is needed to try to perform any debug.
I suspect that the file dsk6713init.asm should not be listed in the project
because it is the output of the compile of the dsk6713init.c file.
Is it the same 2errors and 1warning for both of the projects?

A simple search for the input and source symbols should find them in the source.
An examination of the code around the symbols should indicate where they should
be defined. I would expect they are defined and the appropriate external
reference is missing from the file where the symbols are used.

R. Williams

---------- Original Message -----------
From: "t...@ymail.com"
To: c...
Sent: Sat, 22 Aug 2009 05:44:46 -0000
Subject: [c6x] chassing tms320c6713 book

> hi all;
> I have a problem only with two program in chassing tms320c6713 book ;
> speech_syn & speech_recognition ;
> when I rebuild them there is:
> 2error,1 warning ....
> _input source
> undefined symbol
>
> but everything is o.k in build option ;
> and I add dsk6713init.asm/.h/.c manually to these projects ;
> so what should I do?
>
> Best Regards.
> r...@ieee.org
------- End of Original Message -------

_____________________________________