This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

StarterWare C6748 McASP example gives error: unresolved symbols

Other Parts Discussed in Thread: OMAPL138

I am using the code in C:\ti\pdk_C6748_2_0_0_0\C6748_StarterWare_1_20_03_03\examples\lcdkC6748 for my LCDKC6748 device. The purpose of the code is to give Audio In/out from on-board Codec using C6748 DSP. 

Since it is not there as a project, I have copied the .c files into an empty SYS/BIOS project. It is giving me following list of errors

#10010 errors encountered during linking; "McASPEcho.out" not built

#10234-D unresolved symbols remain

unresolved symbol EDMA3CIrIntr, first referenced in ./main.obj

unresolved symbol EDMA3EnableTransfer, first referenced in ./main.obj

unresolved symbol EDMA3Init, first referenced in ./main.obj..... and so on.

Any help please.