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.

Linking dsplib

Hi

I am trying to use dsplib in 8148evm DSP. When I build the project I get the following error

 

warning: creating output section ".plt" without a SECTIONS specification

 undefined    first referenced                                                                            

  symbol          in file   

 ---------    ----------------                                                                            

 DSPF_q15tofl package/cfg/platforms_ti814x_dsp/debug/messageq_ti81xx_dsp/src/grgDspChannel.oe674

error: unresolved symbols remain

warning: entry-point symbol other than "_c_int00" specified:

Package.bld
    {name: 'messageq_ti81xx_dsp',
        sources: [ 'src/grgDspChannel.c'  ],
        config: "./DspRtsc",
        copts: " -DSYSLINK_PLATFORM_TI81XX ",
        lopts: " -l/media/disk2/ezsdk814x/component-sources/c674x-dsplib_1_03_00_00/lib/dsplib674x.lib ",
        buildTargets: ["C674"],
        buildPlatforms: ["platforms.ti814x.dsp"],
    },
Can anybody help on this error?
Thanks
Jibin