Re: Cross Compiling Gstreamer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


Tonu,


> On Oct 24, 2017, at 3:13 PM, TONU ZALPURE <tonu222@xxxxxxxxx> wrote:
> 
> 
> Hello All,
> 
> I want to cross compile and install gstreamer on ARM board having arm-linux-gnueabi.
> 
> Can someone guide me how to do that?
> step by step  
> 
> ------------------------------------------------------------------
> When I do 
> ./configure --host=arm-linux-gnueabi
> make
> 
> I get errors :
> 
> --------------------------------------------------
> 
> /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgobject-2.0
> /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgmodule-2.0
> /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld: cannot find -lglib-2.0
> 
> 
> Can someone help me resolve this?

The linker is trying to include functionality from gobject, gmodule, and glib - none of which are found.  Make sure you have cross compiled versions of those packages as well.

This thread talks about how to pass parameters to ./configure to specify where you installed the cross compiled versions of gobject, gmodule, and glib.

Todd
RidgeRun

> 
> 
> Thanks in advance 
> Tonu

_______________________________________________
gstreamer-embedded mailing list
gstreamer-embedded@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded




[Index of Archives]     [Linux Embedded]     [Linux ARM Kernel]     [Linux for ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux Media]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux