Cross compilation of gst-rtsp server

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Cross compilation of gst-rtsp server

pushpa
Hi,

 Can i know how to cross compile gst-rtsp server

Thanks,
Pushpa
Reply | Threaded
Open this post in threaded view
|

Re: Cross compilation of gst-rtsp server

Manoj
You can specify --target and --host while configuring gst-rtsp.
Reply | Threaded
Open this post in threaded view
|

Re: Cross compilation of gst-rtsp server

pushpa
thanks manoj,

Initially it did not cross compile, but later i gave "sudo su" and then cross compiled with
 ./configure --host=arm-none-linux-gnueabi --prefix={HOME}/targetfs/opt/gstreamer
make
make install

and finally worked


Regards,
pushpa