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.

DSPLINK: Linking error with Loop Sample with DSP in SWI_MODE

Other Parts Discussed in Thread: OMAPL138

Hi,

I tested the loop sample of DSPLINK with DSP in TSK mode and and it has been built correctly and it runs correctly but when I try to compile (make -s) the sample with DSP in SWI mode the following linking error occurs:

<Linking>

 undefined     first referenced                                                                                                        
  symbol           in file                                                                                                             
 ---------     ----------------                                                                                                        
 _ZCPYDATA_SWI /home/reicom/OMAP_L138_arm_1_00_00_08/dsplink_linux_1_65_00_01/dsplink/dsp/BUILD/OMAPL138GEM_0/LOOP/OBJ/DEBUG/loopcfg.obj


I'm using an host linux and I switched to SWI_MODE by using following steps:

1) I set DspTskMode=0 by using
 host $ perl config/bin/dsplinkcfg.pl --platform=OMAPL138 --nodsp=1 --dspcfg_0=OMAPL138GEMSHMEM --dspos_0=DSPBIOS5XX --gppos=ARM --comps=ponslrmc --DspTskMode=0
2) In COMPONENT file I set USER_CC_DEFNS := -d"SWI_MODE

Could you help me?

Thanks for your time!

Best Regards.

Giambattista