<div dir="ltr">Hi<div><br></div><div>I am working on a project that has used gstreamer 1.0 for ARM/IP camera.</div><div><br></div><div>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.</div><div><br>Please see my configure steps:</div><div><br></div><div>build steps:</div><div><br></div><div>./configure, as in:</div><div><br></div><div><div>./configure \</div><div><span style="white-space:pre">      </span>--host=arm-unknown-linux-uclibcgnueabi  \</div><div><span style="white-space:pre">    </span>--prefix=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/ \</div><div><span style="white-space:pre">  </span>--disable-loadsave \</div><div><span style="white-space:pre">  </span>--disable-gtk-doc \</div><div><span style="white-space:pre">   </span>--disable-examples \</div><div><span style="white-space:pre">  </span>--includedir=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/include/ \</div><div><span style="white-space:pre">      </span>--libdir=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/lib/ \</div><div><span style="white-space:pre">      </span>--exec-prefix=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/</div><div><span style="white-space:pre">       </span></div></div><div><br></div><div>this gives me following output:</div><div><br></div><div><a href="https://gist.github.com/anonymous/8c242353253ee2dbd8bf3fbbc736f992">https://gist.github.com/anonymous/8c242353253ee2dbd8bf3fbbc736f992</a><br></div><div><br></div><div>but when i try to make, as in: make -j4, I get this:</div><div><br></div><div><a href="https://gist.github.com/anonymous/12f2044df4073c087213699e7e147681">https://gist.github.com/anonymous/12f2044df4073c087213699e7e147681</a><br></div><div><br></div><div>being at a loss how to make this work, any feedback is much appreciated.</div><div><br></div><div>thanks</div><div><br></div></div>