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.

Building dsplink sample using CCS5

Other Parts Discussed in Thread: OMAPL138

Hi

I try to build a dsplink sample using POOLs on ccs5, for this i compiled successfully the dsp side , But for the gpp side i have  this problem:

make all
Building target: Essai1
Invoking: Cross GCC Linker
arm-arago-linux-gnueabi-gcc -L/usr/local/dvsdk/dsplink_1_65_01_05_eng/dsplink/dsp/BUILD/OMAPL138GEM_0/EXPORT/RELEASE -o "Essai1"  ./gpp/dsplink_gpp.o  ./gpp/Linux/dsplink_os.o ./gpp/Linux/main.o  ./gpp/.metadata/.plugins/org.eclipse.cdt.make.core/specs.o   -ldsplink.lib
/usr/local/dvsdk/linux-devkit/bin/../lib/gcc/arm-arago-linux-gnueabi/4.3.3/../../../../arm-arago-linux-gnueabi/bin/ld: cannot find -ldsplink.lib
collect2: ld returned 1 exit status
make: *** [Essai1] Error 1

**** Build Finished ****

It looks like library problem and this is my linker setting

I confirm  that compiling this project as a dsplink/gpp sample with the command "make" it's well done and this is the result

Generating dsplinkgpp...
/usr/local/dvsdk/linux-devkit/bin/arm-arago-linux-gnueabi-gcc -lpthread -lc   -L/usr/local/dvsdk/linux-devkit/lib -L/usr/local/dvsdk/linux-devkit/lib -o/usr/local/dvsdk/dsplink_1_65_01_05_eng/dsplink/gpp/BUILD/dsplinkgpp/BIN/RELEASE/dsplinkgpp  /usr/local/dvsdk/dsplink_1_65_01_05_eng/dsplink/gpp/BUILD/dsplinkgpp/OBJ/RELEASE/dsplink_gpp.o /usr/local/dvsdk/dsplink_1_65_01_05_eng/dsplink/gpp/BUILD/dsplinkgpp/OBJ/RELEASE/dsplink_os.o /usr/local/dvsdk/dsplink_1_65_01_05_eng/dsplink/gpp/BUILD/dsplinkgpp/OBJ/RELEASE/main.o   /usr/local/dvsdk/dsplink_1_65_01_05_eng/dsplink/gpp/BUILD/EXPORT/RELEASE/dsplink.lib
cp /usr/local/dvsdk/dsplink_1_65_01_05_eng/dsplink/gpp/BUILD/dsplinkgpp/BIN/RELEASE/dsplinkgpp /usr/local/dvsdk/dsplink_1_65_01_05_eng/dsplink/gpp/BUILD/EXPORT/RELEASE/.
make[1]: Leaving directory `/home/mar/omapDev/Workspace/DSPlink_Interface_GPPv1.2.1/gpp'
[dsplinkgpp          ] ------- EXPORT ---------------- RELEASE ------------
cp /usr/local/dvsdk/dsplink_1_65_01_05_eng/dsplink/gpp/BUILD/EXPORT/RELEASE/dsplinkgpp                  \
        /usr/local/dvsdk/dsplink_1_65_01_05_eng/dsplink/gpp/export/BIN/Linux/OMAPL138/RELEASE/. >/dev/null
mar@mar-laptop:~/omapDev/Workspace/DSPlink_Interface_GPPv1.2.1/gpp$

thank you for your help.