[gst-devel] cross compilation to ARM
David Schleef
ds at schleef.org
Fri Jul 13 02:15:53 CEST 2007
On Thu, Jul 12, 2007 at 09:08:54AM +0200, Stefan Kost wrote:
> the problem is that your are cross compiling and configure find the
> check.h for linux (x86). Configure has --with-check=PATH to tell it
> about check for arm (if installed). Three options for you right now:
> * fix out buildsystem by making the configure test crosscompile aware
> * install check for your crosscompilation environment
> * remove check on you x86 system
It's a bit simpler than this. pkg-config is cross-compiling capable,
but not cross-compiling aware. Use the environment variable
PKG_CONFIG_LIBDIR to remove /usr/lib/pkgconfig from the search path
and add the cross pkgconfig directory.
Ideally, pkg-config would be a bit smarter and do this automatically.
dave....
More information about the gstreamer-devel
mailing list