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.

DVSDK Demo compile : error collect2: ld terminated with signal 11 [Segmentation fault]

Other Parts Discussed in Thread: OMAP3530

Hi

I am trying to install dvsdk demo on my target board and I am having some trouble. 

I am using an Omap3530 and I want to use the encode demo app. I have set all the paths and checked them twice. I am using arm2009q1 with DVSDK 4_01_00_09_omap3530 and xdctools_3_16_03_36 (dowloaded about a week ago).

The error is :

Making all in subdirectory encode...
make[3]: entering  « /home/dvdsk/dvsdk-demos_4_00_00_21/omap3530/encode »

Linking encode from capture.o codecs.o display.o I2p.o main.o speech.o video.o writer.o ../ctrl.o ../ui.o encode_config/linker.cmd..
collect2: ld terminated with signal 11 [Segmentation fault]

I have found this page (https://bugs.eclipse.org/bugs/show_bug.cgi?format=multiple&id=295146) explaining the issue but even if I try to compile dvsdk with older versions of arm&xdc I get the same error.

Any Ideas?