Part Number:OMAP-L138
Tool/software: Code Composer Studio
Hello,
I am using MityDSP OMAP-L138F from critical link.
I have downloaded "dsplib_v12" from TI website. the following step was successfully performed:
make -f arm_makefile
After that I tried to perform:
make -f dsp_makefile
and I was encountered with following error:
andriharyono@PI-computer:~/Downloads/example/call_dsplib$ make -f dsp_makefile
Compiling Debug...
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_SetReason Debug/dsp_main.obj
error: unresolved symbols remain
error: errors encountered during linking; "Debug/dsplib_server.out" not built
>> Compilation failure
dsp_makefile:201: recipe for target 'Debug/dsplib_server.out' failed
make: *** [Debug/dsplib_server.out] Error 1
I compiled the code using CCS v5, with dsplink_linux_1_65_00_03 and dsplib_3_1_0_0.
How can I correct this error?