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.

compiling error of G711 speech code for gstreamer plugin in dm365

 

Hi All,

 

I added gstreamer plugin for dm365 code using g711(speech1).  I got following error

 

Please tell me how solve this compile time error

arm-eabi-4.4.0/bin/arm-eabi-g++ -nostdlib -Wl,-soname,libagl.so -Wl,-T,/media/0e838ad3-5d63-40bd-b97f-5ef1d734f471/home/fstl/mydroid/build/core/armelf.xsc     -Wl,--gc-sections -Wl,-shared,-Bsymbolic -Wl,--whole-archive -Wl,--no-whole-archive     -lc -lstdc++ -lm -Wl,--no-undefined     -L/media/0e838ad3-5d63-40bd-b97f-5ef1d734f471/home/fstl/mydroid/out/target/product/generic/obj/lib     -lgstreamer-0.10 -lgstaudio-0.10 -lgstvideo-0.10 -lgstbase-0.10 -lgsttag-0.10     -lglib-2.0 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 gsttiauddec1.o gsttiaudenc1.o gstticircbuffer.o gstticodecplugin.o gstticodecs.o gstticodecs_platform.o gstticommonutils.o gsttidmaibuffertransport.o gsttidmaiperf.o gsttidmaivideosink.o gsttig711enc1.o gsttiimgdec1.o gsttiimgenc1.o gsttiquicktime_aac.o gsttiquicktime_h264.o gsttividdec2.o gsttividenc1.o gsttividresize.o gsttiquicktime_mpeg4.o gsttidmaibuftab.o -T gstticodecplugin_dm365/linker.cmd -Wl,-soname -Wl,libgstticodecplugin.so -o libgstticodecplugin.so
/media/0e838ad3-5d63-40bd-b97f-5ef1d734f471/home/fstl/mydroid/external/ti-dsp/dvsdk4/codecs-dm365_4_00_00_00/packages/ittiam/codecs/g711_enc/lib_production/g711_enc_prod.a: In function `__0printf':
/home/ITTIAM/100200/audio_speech/speech/G.711/platform/arm9e_linux_montavista_2.6/build/encoder/../../testbench/common/src/aeabi_funcs.c:106: undefined reference to `stdout'
collect2: ld returned 1 exit status
make[1]: *** [all] Error 1
make[1]: Leaving directory `/media/0e838ad3-5d63-40bd-b97f-5ef1d734f471/home/fstl/mydroid/external/ti-dsp/dvsdk4/gstreamer_ti/ti_build/ticodecplugin/src'
make: *** [ti_gst_build] Error 2

 

 

Thanks

venkat

  • Venkat,

    Looks like you are not using DVSDK environment for compilation, is this andriod ? If yes, then we have never tried DM365 DVSDK in this environment and i would recommend asking question on Andriod forums to get better response. As of I know, GST-TI plugin does not have support for speech encode/decode element and looks like its something you wrote. We do not see any issue compilling speech example either via DMAI or with CE app.

    Thanks

    Brijesh