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.

DSPLIB wont build: unresolved symbol _DSBLINKDATA_



Building the DSPLIB example from this page fails for me:

I followed the instructions from http://processors.wiki.ti.com/index.php?oldid=36494#DSPLink . All went very smoothly and the examples run fine. Then I wanted to run the DSPLIB example from here:

http://processors.wiki.ti.com/index.php?title=Example_DSPLIB/DSPLink_Application_on_OMAP-L1x

The sources compiled, but the linker failed:

make -f dsp_makefile
Building DSP/BIOS file...
Compiling Debug...
<Linking>

 undefined         first referenced
  symbol               in file
 ---------         ----------------
 _DSPLINKDATA_init /home/gru/OMAPL137_arm_1_00_00_11/dsplink-1_61_03-prebuilt/packages/dsplink/dsp/export/BIN/DspBios/OMAPL1XX/OMAPL1XXGEM_0/DEBUG/dsplink.lib<dsplink.obj>

error: unresolved symbols remain
error: errors encountered during linking; "Debug/dsplib_server.out" not built

>> Compilation failure

I've found this hint: http://processors.wiki.ti.com/index.php/Building_DSPLink#Enabling_XDC-based_integration

So I restarted building DSPLINK, this time with the XDC-based integration. Unfortunately, it didn't change anything...

Thanks for any help,

 

Markus