Hello.
We have an Zoom OMAP-L138 Development Kit from LOGICPD. We have downloaded "dsplib_v12" from TI website. We successfully performed:
make -f arm_makefile
After that I tryed to perform:
make -f dsp_makefile
and I was encountered with following error:
omap@linux-poab:~/OMAP-L138_arm_1_00_00_11/c674x/dsplib_v11/example/call_dsplib> make -f dsp_makefile
Building DSP/BIOS file...
/home/omap/OMAP-L138_arm_1_00_00_11/xdctools_3_16_01_27/tconf -Dconfig.importPath="/home/omap/OMAP-L138_arm_1_00_00_11/bios_5_41_02_14/packages; /home/omap/OMAP-L138_arm_1_00_00_11/bios_5_41_02_14/packages/ti/bios; /home/omap/OMAP-L138_arm_1_00_00_11/dsplink_linux_1_65_00_02/dsplink/dsp/inc/DspBios; /home/omap/OMAP-L138_arm_1_00_00_11/dsplink_linux_1_65_00_02/dsplink/dsp/inc/DspBios/5.XX/OMAPL1XXGEM; /home/omap/OMAP-L138_arm_1_00_00_11/dsplink_linux_1_65_00_02/dsplink/dsp/inc/DspBios/5.XX;./" dsplib_server.tcf 0
Compiling Debug...
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_DDR /home/omap/OMAP-L138_arm_1_00_00_11/dsplink_linux_1_65_00_02/dsplink/dsp/BUILD/OMAPL138GEM_0/EXPORT/DEBUG/dsplink.lib<ips.obj>
error: unresolved symbols remain
error: errors encountered during linking; "Debug/dsplib_server.out" not built
>> Compilation failure
make: *** [Debug/dsplib_server.out] Error 1