Part Number: GSTREAMER
Tool/software: Linux
Hi ,
I am working on Leopard DM365 board. And using the gst-plugin 1.02.00
While compiling the same by following the steps from
for DM365 board. I am getting below error for gst-plugin. And I am not able to find solution for it.
grammar.tab.c: In function '_gst_parse_yyparse':
grammar.tab.c:1762: error: too few arguments to function '_gst_parse_yylex'
make[8]: *** [libgstparse_la-grammar.tab.lo] Error 1
make[8]: Leaving directory `/home/aquilon/gst-ti-plugin-full-1.02.00/opensource_build/gstreamer-0.10.25/gst/parse'
make[7]: *** [install-recursive] Error 1
make[7]: Leaving directory `/home/aquilon/gst-ti-plugin-full-1.02.00/opensource_build/gstreamer-0.10.25/gst'
make[6]: *** [install] Error 2
make[6]: Leaving directory `/home/aquilon/gst-ti-plugin-full-1.02.00/opensource_build/gstreamer-0.10.25/gst'
make[5]: *** [install-recursive] Error 1
make[5]: Leaving directory `/home/aquilon/gst-ti-plugin-full-1.02.00/opensource_build/gstreamer-0.10.25'
make[4]: *** [gstreamer.build] Error 2
make[4]: Leaving directory `/home/aquilon/gst-ti-plugin-full-1.02.00/opensource_build'
make[3]: *** [base] Error 2
make[3]: Leaving directory `/home/aquilon/gst-ti-plugin-full-1.02.00/opensource_build'
make[2]: *** [.base] Error 2
make[2]: Leaving directory `/home/aquilon/gst-ti-plugin-full-1.02.00/opensource_build'
make[1]: *** [opensource_build] Error 2
make[1]: Leaving directory `/home/aquilon/gst-ti-plugin-full-1.02.00'
make: *** [all] Error 2
thanks for your help in advance.