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.

Linux: am5728 compile gst-plugins-base-1.2.3



Tool/software: Linux

hi,

i want to compile gst-plugins-base-1.2.3 to use on my board

./configure --prefix=/home/lidaqiang/ti_gst/ CC=/home/lidaqiang/work/am57x/0909/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc  --host=arm-linux-gnueabihf PKG_CONFIG_PATH=/home/lidaqiang/ti_gst/lib/pkgconfig

stvorbisdec.c:72:1: note: in expansion of macro 'G_DEFINE_TYPE'
 G_DEFINE_TYPE (GstVorbisDec, gst_vorbis_dec, GST_TYPE_AUDIO_DECODER);
 ^
  CC       libgstivorbisdec_la-gstvorbisdeclib.lo
/tmp/cc6BCLZt.s: Assembler messages:
/tmp/cc6BCLZt.s:55: Error: thumb conditional instruction should be in IT block -- `movpl r3,#0x7f00'
/tmp/cc6BCLZt.s:56: Error: thumb conditional instruction should be in IT block -- `orrpl r3,r3,#0xff'
/tmp/cc6BCLZt.s:58: Error: thumb conditional instruction should be in IT block -- `movmi r3,#0x8000'
/tmp/cc6BCLZt.s:121: Error: thumb conditional instruction should be in IT block -- `movpl r1,#0x7f00'
/tmp/cc6BCLZt.s:122: Error: thumb conditional instruction should be in IT block -- `orrpl r1,r1,#0xff'
/tmp/cc6BCLZt.s:124: Error: thumb conditional instruction should be in IT block -- `movmi r1,#0x8000'
/tmp/cc6BCLZt.s:145: Error: thumb conditional instruction should be in IT block -- `movpl r3,#0x7f00'
/tmp/cc6BCLZt.s:146: Error: thumb conditional instruction should be in IT block -- `orrpl r3,r3,#0xff'
/tmp/cc6BCLZt.s:148: Error: thumb conditional instruction should be in IT block -- `movmi r3,#0x8000'
/tmp/cc6BCLZt.s:235: Error: thumb conditional instruction should be in IT block -- `movpl r4,#0x7f00'
/tmp/cc6BCLZt.s:236: Error: thumb conditional instruction should be in IT block -- `orrpl r4,r4,#0xff'
/tmp/cc6BCLZt.s:238: Error: thumb conditional instruction should be in IT block -- `movmi r4,#0x8000'
Makefile:725: recipe for target 'libgstivorbisdec_la-gstvorbisdeclib.lo' failed
make[3]: *** [libgstivorbisdec_la-gstvorbisdeclib.lo] Error 1
make[3]: Leaving directory '/home/lidaqiang/gstreamer_cross_compile/gst-plugins-base-1.2.3/ext/vorbis'
Makefile:849: recipe for target 'vorbis' failed
make[2]: *** [vorbis] Error 2
make[2]: Leaving directory '/home/lidaqiang/gstreamer_cross_compile/gst-plugins-base-1.2.3/ext'
Makefile:672: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/lidaqiang/gstreamer_cross_compile/gst-plugins-base-1.2.3'
Makefile:600: recipe for target 'all' failed
make: *** [all] Error 2

What can I do to compile this correctly

Thanks in advance