gstreamer crosscompilation problem
NeoMagic
hi
i was trying to cross-compile an app-"gstreamer" for my ARM box.
i configured the package like this:
./configure --host=arm-linux --disable-tests --disable-failing-tests --disable-examples LDFLAGS=-L/home/bayyavs/backup/popt-1.7/.libs/ CPPFLAGS=/home/bayyavs/backup/popt-1.7/
But while compiling,iam getting this error :
arm-linux-gcc : cannot specify -o with -c or -S and multiple compilations
A noticable point is that iam able to compile the same package with gcc. Only incase of cross compilation there is a problem. Plz help.
Regards,
Neo
|