try export PKG_CONFIG_PATH="path to your pkgconfig directory". 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 "gstreamer" 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"><<a href="mailto:llandwerlin@gmail.com">llandwerlin@gmail.com</a>></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>
> I'm trying to cross compile gstreamer, gst-plugins-base and<br>
> gst-plugins-good for an ARM9 target. I successfully built libglib and<br>
> gstreamer. Now I am trying to build gst-plugins-base, but I get an<br>
> error message. Here is how I configure and build it:<br>
> ./configure<br>
> CC=/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc<br>
> --build=i686-linux --host=arm-none-linux-gnueabi<br>
> --prefix=/home/nlbutts/vision_mpeg/dependencies<br>
> CFLAGS=-I/home/nlbutts/vision_mpeg/dependencies/include/<br>
> LDFLAGS=-L/home/nlbuts/vision_mpeg/dependencies/lib/<br>
><br>
> Here is the final output of the configuration:<br>
> configure: *** Plug-ins without external dependencies that will be<br>
> built:<br>
> adder<br>
> app<br>
> audioconvert<br>
> audiorate<br>
> audioresample<br>
> audiotestsrc<br>
> encoding<br>
> ffmpegcolorspace<br>
> gdp<br>
> playback<br>
> subparse<br>
> tcp<br>
> typefind<br>
> videorate<br>
> videoscale<br>
> videotestsrc<br>
> volume<br>
><br>
> configure: *** Plug-ins without external dependencies that will NOT be<br>
> built:<br>
><br>
> configure: *** Plug-ins with dependencies that will be built:<br>
> alsa<br>
> gio<br>
> ogg<br>
> pango<br>
> video4linux<br>
> vorbis<br>
> ximagesink<br>
> xvimagesink<br>
><br>
> configure: *** Plug-ins with dependencies that will NOT be built:<br>
> cdparanoia<br>
> gnomevfs<br>
> ivorbisdec<br>
> libvisual<br>
> theora<br>
><br>
> configure: *** Orc acceleration disabled. Requires Orc >= 0.4.11,<br>
> which was<br>
> not found. Slower code paths will be used.<br>
><br>
><br>
> Finally, here is the error message I am getting:<br>
> /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>
> ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>: undefined reference to<br>
> `gst_property_probe_get_type'<br>
> ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>: undefined reference to<br>
> `gst_mixer_list_tracks'<br>
> ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>: undefined reference to<br>
> `gst_property_probe_get_property'<br>
> ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>: undefined reference to<br>
> `gst_mixer_get_type'<br>
> ./.libs/<a href="http://libgstaudio-0.10.so" target="_blank">libgstaudio-0.10.so</a>: undefined reference to<br>
> `gst_property_probe_probe_and_get_values'<br>
> collect2: ld returned 1 exit status<br>
><br>
> I'm at a loss for why this wouldn't get built. Any ideas?<br>
><br>
> Thanks in advanced.<br>
><br>
</div></div>> _______________________________________________<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>
<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>