Hello everyone,
I want to write a program by using EDMA. When I compile the file, I have the following errors:
undefined first referenced
>> Compilation failure
symbol in file
--------- ----------------
CSL_edma3ChannelClose ./hello.obj
CSL_edma3ChannelOpen ./hello.obj
CSL_edma3Close ./hello.obj
CSL_edma3GetHwStatus ./hello.obj
CSL_edma3GetParamHandle ./hello.obj
CSL_edma3HwChannelControl ./hello.obj
CSL_edma3HwChannelSetupParam ./hello.obj
CSL_edma3HwChannelSetupQue ./hello.obj
CSL_edma3HwControl ./hello.obj
CSL_edma3Init ./hello.obj
CSL_edma3Open ./hello.obj
CSL_edma3ParamSetup ./hello.obj
error: unresolved symbols remain
I looked at the source file csl_edma3.h and these functions are all extern functions.
Can anyone tell me which library file to add and how to to add the library file in CCS5 to resolve this problem? Thank you!