try export PKG_CONFIG_PATH=&quot;path to your pkgconfig directory&quot;. In this case it could be <span class="Apple-style-span" style="font-family: Arial; font-size: 15px; background-color: rgb(255, 255, 255); ">/home/nlbutts/vision_mpeg/dependencies/lib/pkgconfig if u have installed the rest of your packages &quot;gstreamer&quot; at the same location.</span><br>
<br><div class="gmail_quote">On Sat, Aug 20, 2011 at 3:56 AM, Lionel Landwerlin <span dir="ltr">&lt;<a href="mailto:llandwerlin@gmail.com">llandwerlin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Ever tried buildroot with an external toolchain setup ?<br>
<br>
All the gst-plugins and most of their dependencies are already in there.<br>
<br>
--<br>
Lionel<br>
<div><div></div><div class="h5"><br>
On Fri, 2011-08-19 at 16:58 -0500, Nicholas Butts wrote:<br>
&gt; I&#39;m trying to cross compile gstreamer, gst-plugins-base and<br>
&gt; gst-plugins-good for an ARM9 target. I successfully built libglib and<br>
&gt; gstreamer. Now I am trying to build gst-plugins-base, but I get an<br>
&gt; error message. Here is how I configure and build it:<br>
&gt; ./configure<br>
&gt; CC=/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc<br>
&gt;  --build=i686-linux --host=arm-none-linux-gnueabi<br>
&gt; --prefix=/home/nlbutts/vision_mpeg/dependencies<br>
&gt; CFLAGS=-I/home/nlbutts/vision_mpeg/dependencies/include/<br>
&gt; LDFLAGS=-L/home/nlbuts/vision_mpeg/dependencies/lib/<br>
&gt;<br>
&gt; Here is the final output of the configuration:<br>
&gt; configure: *** Plug-ins without external dependencies that will be<br>
&gt; built:<br>
&gt;     adder<br>
&gt;     app<br>
&gt;     audioconvert<br>
&gt;     audiorate<br>
&gt;     audioresample<br>
&gt;     audiotestsrc<br>
&gt;     encoding<br>
&gt;     ffmpegcolorspace<br>
&gt;     gdp<br>
&gt;     playback<br>
&gt;     subparse<br>
&gt;     tcp<br>
&gt;     typefind<br>
&gt;     videorate<br>
&gt;     videoscale<br>
&gt;     videotestsrc<br>
&gt;     volume<br>
&gt;<br>
&gt; configure: *** Plug-ins without external dependencies that will NOT be<br>
&gt; built:<br>
&gt;<br>
&gt; configure: *** Plug-ins with dependencies that will be built:<br>
&gt;     alsa<br>
&gt;     gio<br>
&gt;     ogg<br>
&gt;     pango<br>
&gt;     video4linux<br>
&gt;     vorbis<br>
&gt;     ximagesink<br>
&gt;     xvimagesink<br>
&gt;<br>
&gt; configure: *** Plug-ins with dependencies that will NOT be built:<br>
&gt;     cdparanoia<br>
&gt;     gnomevfs<br>
&gt;     ivorbisdec<br>
&gt;     libvisual<br>
&gt;     theora<br>
&gt;<br>
&gt; configure: *** Orc acceleration disabled.  Requires Orc &gt;= 0.4.11,<br>
&gt; which was<br>
&gt;                not found.  Slower code paths will be used.<br>
&gt;<br>
&gt;<br>
&gt; Finally, here is the error message I am getting:<br>
&gt; /opt/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linux-gnueabi/4.2.0/../../../../armv5tl-montavista-linux-gnueabi/bin/ld: warning: libgstinterfaces-0.10.so.0, needed by ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>, not found (try using -rpath or -rpath-link)<br>

&gt; ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>: undefined reference to<br>
&gt; `gst_property_probe_get_type&#39;<br>
&gt; ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>: undefined reference to<br>
&gt; `gst_mixer_list_tracks&#39;<br>
&gt; ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>: undefined reference to<br>
&gt; `gst_property_probe_get_property&#39;<br>
&gt; ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>: undefined reference to<br>
&gt; `gst_mixer_get_type&#39;<br>
&gt; ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>: undefined reference to<br>
&gt; `gst_property_probe_probe_and_get_values&#39;<br>
&gt; collect2: ld returned 1 exit status<br>
&gt;<br>
&gt; I&#39;m at a loss for why this wouldn&#39;t get built. Any ideas?<br>
&gt;<br>
&gt; Thanks in advanced.<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>