|
Hello all, I am using CCS2.10 and DSKVC5416 When I compile, I encounter an error as following: Undefined first referenced symble in file _dma_reset .../Audiosetting.obj _mcbsp_config .../Audiosetting.obj ... ... _mcbsp_close .../Recordsetting.obj >> error: symbol referencing errors-feat.out not built. But these symbles have already been included in .h files, I don't know why. Please help me. |
|
|
|
Hi I think it is problem with the library inclusion path: By looking at the linker error message it is not able find out those routines used in the program. Just try this solution , i hope this works for u. Project --> Build options.. --> Linker Tab In the linker tab write library file names in the include Libraries(-i) field. if u r using board support library (they r sepcific to DSK hardware) then add .. DSK5416.lib, drv5416.lib in the above field if u r using CSL then add csl5416.lib Before this make sure that there files are avialable in the ccs path. Byee Amaresh --- yuanmeng61 <> wrote: > Hello all, > I am using CCS2.10 and DSKVC5416 > When I compile, I encounter an error as following: > Undefined first > referenced > symble in file > _dma_reset > .../Audiosetting.obj > _mcbsp_config > .../Audiosetting.obj > ... ... > _mcbsp_close > .../Recordsetting.obj > >> error: symbol referencing errors-feat.out not > built. > But these symbles have already been included in .h > files, I don't > know why. Please help me. __________________________________________________ |