Hi
Please see my configure steps:
I am working on a project that has used gstreamer 1.0 for ARM/IP camera.
I have downloaded gstreamer 1.0 source code, and configured it to my understanding properly, but, when I try to compile, I get compilation errors.
Please see my configure steps:
build steps:
./configure, as in:
./configure \
--host=arm-unknown-linux-uclibcgnueabi \
--prefix=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/ \
--disable-loadsave \
--disable-gtk-doc \
--disable-examples \
--includedir=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/include/ \
--libdir=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/lib/ \
--exec-prefix=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/
this gives me following output:
but when i try to make, as in: make -j4, I get this:
being at a loss how to make this work, any feedback is much appreciated.
thanks
_______________________________________________ gstreamer-embedded mailing list gstreamer-embedded@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded