Hi 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: https://gist.github.com/anonymous/8c242353253ee2dbd8bf3fbbc736f992 but when i try to make, as in: make -j4, I get this: https://gist.github.com/anonymous/12f2044df4073c087213699e7e147681 being at a loss how to make this work, any feedback is much appreciated. thanks
_______________________________________________ gstreamer-embedded mailing list gstreamer-embedded@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded