LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   configure error while cross compiling gstreamer for arm (https://www.linuxquestions.org/questions/programming-9/configure-error-while-cross-compiling-gstreamer-for-arm-915015/)

divya s 11-22-2011 11:36 PM

configure error while cross compiling gstreamer for arm
 
Hello,
I am trying to cross compile gstreamer for arm platform, i have installed the toolchain, downloaded gstreamer package and untarred it. when i run the configure command it fails with an error. please help me in resolving it.

this is the configure command i had given

./configure --prefix=/usr/local/gst CC=arm-926ejs-linux-gnueabi-gcc -host=arm --disable-nls --disable-static --disable-gobject-cast-checks --enable-binary-registry --disable-loadsave --disable-trace --with-html-dir=/tmp/dump

it ended with an error saying....
configure: error: No target platform specified! Use ./configure PLATFORM=(MX28/MX233/MX25/MX27/MX31/MX35/MX37/MX51/MX53/MX50/MX5X) to retry

i am new to this i have no idea why it is failing,any help would be greatly appreciated. Thank you in advance.

jimtony 11-23-2011 03:07 AM

I guess platform is a variable,you can check the configure file for it.

divya s 11-23-2011 05:01 AM

thank you
 
Quote:

Originally Posted by jimtony (Post 4531410)
I guess platform is a variable,you can check the configure file for it.

thank you for rerplying


All times are GMT -5. The time now is 02:17 AM.