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.

gstreamer_ti_dm81xx build problem!!!



I`m try to make gstreamer_ti_dm81xx. 

problem are the next:

/home/yanker/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/../../../../arm-none-linux-gnueabi/bin/ld: ../../gst-libs/ext/ffmpeg/libavutil/libavutil.a(tree.o): Unknown mandatory EABI object attribute 44
/home/yanker/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/../../../../arm-none-linux-gnueabi/bin/ld: failed to merge target specific data of file ../../gst-libs/ext/ffmpeg/libavutil/libavutil.a(tree.o)
collect2: ld returned 1 exit status
make[6]: *** [libgstffmpeg.la] Error 1
make[6]: Leaving directory `/home/yanker/8147/gstreamer_ti_dm81xx/opensource_build/gst-ffmpeg-0.10.11/ext/ffmpeg'
make[5]: *** [install-recursive] Error 1
make[5]: Leaving directory `/home/yanker/8147/gstreamer_ti_dm81xx/opensource_build/gst-ffmpeg-0.10.11/ext'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/home/yanker/8147/gstreamer_ti_dm81xx/opensource_build/gst-ffmpeg-0.10.11'
make[3]: *** [ffmpeg.build] Error 2
make[3]: Leaving directory `/home/yanker/8147/gstreamer_ti_dm81xx/opensource_build'
make[2]: *** [.plugins] Error 2
make[2]: Leaving directory `/home/yanker/8147/gstreamer_ti_dm81xx/opensource_build'
make[1]: *** [opensource_build] Error 2
make[1]: Leaving directory `/home/yanker/8147/gstreamer_ti_dm81xx'
make: *** [all] Error 2

I`m copy sources from

svn checkout --username anonymous https://gstreamer.ti.com/svn/gstreamer_ti/tags/TAG_GST_DM81XX_00_04_00_00

Version of EZSDK is 5_03_01_15

What is problem?