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.

OMAP3530 unresolved symbol _DspManager_Close

hi

I am doing the project to relate  exchange the message between ARM and DSP C64x in board Beagleboard OMAP 3530

my Program is ping.c .

but when I complie the program in CCS v4 ,  have the error :

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

although I have added the library  DSP_Manager.h

How can I modify ?

many thanhks advance

Nguyen Quyen

  • DSP_Manager.h is a header file, not a library file. This is included in your C source files using the #include directive.

    There will be an associated library file with the extension .lib that also needs to be added to your project.