<div>Hello,<br></div><div>   I am compiling gstreamer for my freescale arm based board. i am getting some errors when i compile it. actually the problem might be with my side. because i dont know how to link all the files and library files which is needed for compilation.</div>
<div>i exported the cross compiler path. after that i used &quot;.configure&quot; command. In that i am getting this below error</div><div>&quot;checking for arm-linux-gnu-pkg-config... no<br>checking for pkg-config... /usr/bin/pkg-config<br>
checking pkg-config is at least version 0.9.0... yes<br>checking for GST... yes<br>checking for GST_BASE... yes<br>checking for GST_PLUGINS_BASE... no<br>configure: error: no GStreamer plugin base libs found<br>Configuration of glib library  has failed&quot;<br>
</div><div><br></div><div>Now i to solve this problem and how to link codecs with this compilation and how to link codec libary files. please help me</div>