alexa / avs-device-sdk

An SDK for commercial device makers to integrate Alexa directly into connected products.
https://developer.amazon.com/alexa/alexa-voice-service
Apache License 2.0
1.26k stars 602 forks source link

couldn't cross compile gstreamer 1.10.4 from the source #490

Closed kiruthi95 closed 6 years ago

kiruthi95 commented 6 years ago
  i am using sdk version 3

my target os - linux target- arm-cortex

-march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9

CROSS_COMPILE=arm-oe-linux-gnueabi-

while cross compiling its shows following errors

visteon@visteon-Latitude-E6330:~/Desktop/ARM_SDK/gstreamer-1.10.4$ source /usr/local/u321_sdk1/environment-setup-cortexa9hf-neon-oe-linux-gnueabi visteon@visteon-Latitude-E6330:~/Desktop/ARM_SDK/gstreamer-1.10.4$ ./configure $CONFIGURE_FLAGS --prefix=/home/visteon/Desktop/ARM1/gstreamer/configure: WARNING: unrecognized options: --with-libtool-sysroot configure: loading site script /usr/local/u321_sdk1/site-config-cortexa9hf-neon-oe-linux-gnueabi checking build system type... i686-pc-linux-gnu checking host system type... arm-oe-linux-gnueabi checking target system type... arm-oe-linux-gnueabi checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-oe-linux-gnueabi-strip... arm-oe-linux-gnueabi-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking nano version... 0 (release) checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking how to print strings... printf checking for style of include used by make... GNU checking for arm-oe-linux-gnueabi-gcc... arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi accepts -g... yes checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to accept ISO C89... none needed checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi understands -c and -o together... yes checking dependency style of arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi... gcc3 checking for a sed that does not truncate output... (cached) sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi... arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking if the linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... arm-oe-linux-gnueabi-nm checking the name lister (arm-oe-linux-gnueabi-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert i686-pc-linux-gnu file names to arm-oe-linux-gnueabi format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to reload object files... -r checking for arm-oe-linux-gnueabi-objdump... arm-oe-linux-gnueabi-objdump checking how to recognize dependent libraries... pass_all checking for arm-oe-linux-gnueabi-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-oe-linux-gnueabi-ar... arm-oe-linux-gnueabi-ar checking for archiver @FILE support... @ checking for arm-oe-linux-gnueabi-strip... (cached) arm-oe-linux-gnueabi-strip checking for arm-oe-linux-gnueabi-ranlib... arm-oe-linux-gnueabi-ranlib checking command to parse arm-oe-linux-gnueabi-nm output from arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for arm-oe-linux-gnueabi-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... arm-oe-linux-gnueabi-gcc -E -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -fno-rtti -fno-exceptions... no checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to produce PIC... -fPIC -DPIC checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi PIC flag -fPIC -DPIC works... yes checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi static flag -static works... no checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -c -o file.o... yes checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -c -o file.o... (cached) yes checking whether the arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... cross checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking if the linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc DOMAIN = gstreamer-1.0 checking for arm-oe-linux-gnueabi-pkg-config... no checking for pkg-config... /usr/local/u321_sdk1/sysroots/i686-oesdk-linux/usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for VALGRIND... no configure: Using GStreamer source release as package name configure: Using Unknown package origin as package origin configure: Using GST_PKG_CONFIG_PATH = $(top_builddir)/pkgconfig:/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi/usr/lib/pkgconfig configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2017-02-23 checking for BASH_COMPLETION... no checking for BASH_COMPLETION... no checking whether to build static plugins or not... no configure: WARNING: Sissy ! By asking to not build the tests known to fail, you hereby waive your right to customer support. If you do not agree with this EULA, please press Ctrl-C before the next line is printed. By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA. checking whether PTP support can be enabled... yes checking for cap_init in -lcap... yes checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking for setcap... /sbin/setcap checking for SIOCGIFCONF, SIOCGIFFLAGS and SIOCGIFHWADDR... yes checking for getifaddrs() and AF_LINK... no checking how to install gst-ptp-helper... capabilities checking whether byte ordering is bigendian... (cached) no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for arm-oe-linux-gnueabi-gcc... (cached) arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking whether we are using the GNU C compiler... (cached) yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi accepts -g... (cached) yes checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to accept ISO C89... (cached) none needed checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi understands -c and -o together... (cached) yes checking dependency style of arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi... (cached) gcc3 checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to accept ISO C99... none needed checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to accept ISO Standard C... (cached) none needed checking dependency style of arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi accepts -g... yes checking dependency style of arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi... gcc3 checking how to run the C++ preprocessor... arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi -E checking for ld used by arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi... arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking if the linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi) is GNU ld... yes checking whether the arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi) supports shared libraries... yes checking for arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to produce PIC... -fPIC -DPIC checking if arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi PIC flag -fPIC -DPIC works... yes checking if arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi static flag -static works... no checking if arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -c -o file.o... yes checking if arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -c -o file.o... (cached) yes checking whether the arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate configure: working c++ compiler found: yes checking for perl... /usr/local/u321_sdk1/sysroots/i686-oesdk-linux/usr/bin/perl checking for bison... /usr/bin/bison checking bison version 3.0.4 >= 2.4... yes checking for flex... /usr/local/u321_sdk1/sysroots/i686-oesdk-linux/usr/bin/flex checking flex version flex 2.6.0 >= 2.5.31... yes checking for valgrind... no checking for gobject-introspection... yes checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for python... /usr/local/u321_sdk1/sysroots/i686-oesdk-linux/usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking whether to build plugin documentation... no (gtk-doc disabled or not available) checking for cos in -lm... yes checking for ANSI C header files... (cached) yes checking for ucontext.h... yes checking for sys/socket.h... (cached) yes checking for sys/times.h... (cached) yes checking for unistd.h... (cached) yes checking for process.h... no checking for sys/utsname.h... (cached) yes checking for stdio_ext.h... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for sys/prctl.h... (cached) yes checking for pthread_setname_np(const char*)... no checking for sys/uio.h... (cached) yes checking for valgrind/valgrind.h... no checking for winsock2.h... no checking for gmpz_init_set_d in -lgmp... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for gsl_rng_uniform_int in -lgsl... no checking for uint128_t... no checking for tm_gmtoff... no (cross compiling) checking for strcasestr... (cached) yes checking for gmtime_r... (cached) yes checking for localtime_r... (cached) yes checking for sigaction... (cached) yes checking for getrusage... (cached) yes checking for sys/resource.h... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for ftello... (cached) yes checking for fgetpos... yes checking for fsetpos... yes checking for sys/poll.h... (cached) yes checking for poll.h... (cached) yes checking for poll... (cached) yes checking for ppoll... yes checking for pselect... (cached) yes checking for socketpair... (cached) yes checking for broken poll... no (cross compiling) checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for posix_memalign... (cached) yes checking for getpagesize... (cached) yes checking for clock_gettime... yes checking for posix timers... yes checking for monotonic clock... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi implements PRETTY_FUNCTION__... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi implements FUNCTION__... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi implements func... yes checking for dladdr in -ldl... yes checking for long long int... yes checking for unsigned long long int... yes checking for inttypes.h... yes checking for stdint.h... yes checking for ptrdiff_t... yes checking for intmax_t... yes checking for size_t... yes checking for GLIB... yes checking for glib-genmarshal... checking for glib-genmarshal... glib-genmarshal glib-genmarshal configure: WARNING: glib-genmarshal does not seem to work! checking for glib-mkenums... glib-mkenums configure: WARNING: glib-mkenums does not seem to work! checking for GIO... yes checking for GTK... no checking for UNWIND... no checking for backtrace... yes checking for execinfo.h... (cached) yes checking for -Bsymbolic-functions linker flag... yes configure: Using /home/visteon/Desktop/ARM1/gstreamer/lib/gstreamer-1.0 as the plugin install location checking to see if compiler understands -Wall... yes checking to see if compiler understands -Wdeclaration-after-statement... yes checking to see if compiler understands -Wvla... yes checking to see if compiler understands -Wpointer-arith... yes checking to see if compiler understands -Wmissing-declarations... yes checking to see if compiler understands -Wmissing-prototypes... yes checking to see if compiler understands -Wredundant-decls... yes checking to see if compiler understands -Wundef... yes checking to see if compiler understands -Wwrite-strings... yes checking to see if compiler understands -Wformat-nonliteral... yes checking to see if compiler understands -Wformat-security... yes checking to see if compiler understands -Wold-style-definition... yes checking to see if compiler understands -Winit-self... yes checking to see if compiler understands -Wmissing-include-dirs... yes checking to see if compiler understands -Waddress... yes checking to see if compiler understands -Waggregate-return... yes checking to see if compiler understands -Wno-multichar... yes checking to see if compiler understands -Wnested-externs... yes configure: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs configure: set ERROR_CFLAGS to checking to see if compiler understands -Wno-format-nonliteral... yes configure: Running check unit test framework checks now... checking for unistd.h... (cached) yes checking for sys/wait.h... (cached) yes checking for sys/time.h... (cached) yes checking for localtime_r... (cached) yes checking for getpid... (cached) yes checking for _getpid... no checking whether strdup is declared... yes checking for _strdup... no checking for mkstemp... (cached) yes checking for fork... (cached) yes checking for time.h... (cached) yes checking whether alarm is declared... yes checking whether localtime_r is declared... yes checking whether strsignal is declared... yes checking for alarm... (cached) yes checking for setitimer... (cached) yes checking for strsignal... (cached) yes checking for struct timespec.tv_sec... yes checking for struct timespec.tv_nsec... yes checking for struct itimerspec.it_interval... yes checking for struct itimerspec.it_value... yes checking for timer_t... yes checking for clockid_t... yes checking for timer_create, timer_settime, timer_delete in -lrt... yes checking for stdint types... stdint.h (shortcircuit) make use of stdint.h in _stdint.h (assuming C99 compatible system) checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating gst/Makefile config.status: creating gst/gstconfig.h config.status: creating gst/gstversion.h config.status: creating gst/parse/Makefile config.status: creating gst/printf/Makefile config.status: creating libs/Makefile config.status: creating libs/gst/Makefile config.status: creating libs/gst/base/Makefile config.status: creating libs/gst/check/Makefile config.status: creating libs/gst/check/libcheck/Makefile config.status: creating libs/gst/check/internal-check.h config.status: creating libs/gst/controller/Makefile config.status: creating libs/gst/helpers/Makefile config.status: creating libs/gst/net/Makefile config.status: creating plugins/Makefile config.status: creating plugins/elements/Makefile config.status: creating plugins/tracers/Makefile config.status: creating po/Makefile.in config.status: creating tests/Makefile config.status: creating tests/benchmarks/Makefile config.status: creating tests/check/Makefile config.status: creating tests/misc/Makefile config.status: creating tests/examples/Makefile config.status: creating tests/examples/adapter/Makefile config.status: creating tests/examples/controller/Makefile config.status: creating tests/examples/stepping/Makefile config.status: creating tests/examples/helloworld/Makefile config.status: creating tests/examples/manual/Makefile config.status: creating tests/examples/memory/Makefile config.status: creating tests/examples/netclock/Makefile config.status: creating tests/examples/ptp/Makefile config.status: creating tests/examples/streamiddemux/Makefile config.status: creating tests/examples/streams/Makefile config.status: creating tools/Makefile config.status: creating common/Makefile config.status: creating common/m4/Makefile config.status: creating docs/Makefile config.status: creating docs/design/Makefile config.status: creating docs/faq/Makefile config.status: creating docs/gst/Makefile config.status: creating docs/gst/gstreamer.types config.status: creating docs/libs/Makefile config.status: creating docs/plugins/Makefile config.status: creating docs/manual/Makefile config.status: creating docs/pwg/Makefile config.status: creating docs/slides/Makefile config.status: creating docs/xsl/Makefile config.status: creating docs/version.entities config.status: creating m4/Makefile config.status: creating pkgconfig/Makefile config.status: creating stamp.h config.status: creating pkgconfig/gstreamer.pc config.status: creating pkgconfig/gstreamer-uninstalled.pc config.status: creating pkgconfig/gstreamer-base.pc config.status: creating pkgconfig/gstreamer-base-uninstalled.pc config.status: creating pkgconfig/gstreamer-check.pc config.status: creating pkgconfig/gstreamer-check-uninstalled.pc config.status: creating pkgconfig/gstreamer-controller.pc config.status: creating pkgconfig/gstreamer-controller-uninstalled.pc config.status: creating pkgconfig/gstreamer-net.pc config.status: creating pkgconfig/gstreamer-net-uninstalled.pc config.status: creating gstreamer.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing _stdint.h commands config.status: creating _stdint.h : _GSTREAMER__STDINT_H configure: WARNING: unrecognized options: --with-libtool-sysroot

Configuration Version : 1.10.4 Source code location : . Prefix : /home/visteon/Desktop/ARM1/gstreamer Compiler : arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi Package name : GStreamer source release Package origin : Unknown package origin

Documentation (manuals)    : no
Documentation (API)        : no

Debug logging              : yes
Tracing subsystem hooks    : yes
Command-line parser        : yes
Option parsing in gst_init : yes
Plugin registry            : yes
Plugin support             : yes
Static plugins             : no
Unit testing support       : yes
PTP clock support          : yes
libunwind support          : no

Debug                      : yes
Profiling                  : no

Building benchmarks        : yes
Building examples          : yes
Building test apps         : yes
Building tests that fail   : no
Building tools             : yes

visteon@visteon-Latitude-E6330:~/Desktop/ARM_SDK/gstreamer-1.10.4$ make make all-recursive make[1]: Entering directory '/home/visteon/Desktop/ARM_SDK/gstreamer-1.10.4' Making all in pkgconfig make[2]: Entering directory '/home/visteon/Desktop/ARM_SDK/gstreamer-1.10.4/pkgconfig' CP gstreamer-1.0.pc CP gstreamer-base-1.0.pc CP gstreamer-check-1.0.pc CP gstreamer-controller-1.0.pc CP gstreamer-net-1.0.pc CP gstreamer-1.0-uninstalled.pc CP gstreamer-base-1.0-uninstalled.pc CP gstreamer-check-1.0-uninstalled.pc CP gstreamer-controller-1.0-uninstalled.pc CP gstreamer-net-1.0-uninstalled.pc make[2]: Leaving directory '/home/visteon/Desktop/ARM_SDK/gstreamer-1.10.4/pkgconfig' Making all in gst make[2]: Entering directory '/home/visteon/Desktop/ARM_SDK/gstreamer-1.10.4/gst' GEN gstenumtypes.h /bin/bash: line 1: glib-mkenums: command not found Makefile:2021: recipe for target 'gstenumtypes.h' failed make[2]: [gstenumtypes.h] Error 127 make[2]: Leaving directory '/home/visteon/Desktop/ARM_SDK/gstreamer-1.10.4/gst' Makefile:769: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/home/visteon/Desktop/ARM_SDK/gstreamer-1.10.4' Makefile:675: recipe for target 'all' failed make: *** [all] Error 2 visteon@visteon-Latitude-E6330:~/Desktop/ARM_SDK/gstreamer-1.10.4$

kiruthi95 commented 6 years ago

please help me to resolve this...

then only i can work with alexa sample app correctly..

kiruthi95 commented 6 years ago

i am one more issue while cross compiling curl with nghttp2

i am able to cross compile nghttp2 and installing in the sysroot and i am getting the following

visteon@visteon-Latitude-E6330:/usr/local/u321_sdk1/sysroots/i686-oesdk-linux/usr/bin$ ./pkg-config --list-all| grep libnghttp libnghttp2 libnghttp2 - HTTP/2 C library

but while cross compiling with following cmd, nghttp2 is not enabled what will be the reason for that???

visteon@visteon-Latitude-E6330:~/Desktop/curl/curl-7.53.0$ ./configure $CONFIGURE_FLAGS --with-nghttp2 configure: loading site script /usr/local/u321_sdk1/site-config-cortexa9hf-neon-oe-linux-gnueabi checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... yes checking whether to enable debug build options... no checking whether to enable compiler optimizer... (assumed) yes checking whether to enable strict compiler warnings... no checking whether to enable compiler warnings as errors... no checking whether to enable curl debug memory tracking... no checking whether to enable hiding of library internal symbols... yes checking whether to enable c-ares for DNS lookups... no checking whether to disable dependency on -lrt... (assumed no) checking for path separator... : checking for sed... (cached) sed checking for grep... /bin/grep checking for egrep... /bin/grep -E checking for a BSD-compatible install... /usr/bin/install -c checking for arm-oe-linux-gnueabi-gcc... arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi accepts -g... yes checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to accept ISO C89... none needed checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi understands -c and -o together... yes checking how to run the C preprocessor... arm-oe-linux-gnueabi-gcc -E -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking whether build environment is sane... yes checking for arm-oe-linux-gnueabi-strip... arm-oe-linux-gnueabi-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi... gcc3 checking curl version... 7.53.0 checking build system type... i686-pc-linux-gnu checking host system type... arm-oe-linux-gnueabi checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking if cpp -P is needed... yes checking if cpp -P works... yes checking size of long... (cached) 4 checking size of void*... 4 checking for 64-bit curl_off_t data type... int64_t checking size of curl_off_t... 8 checking formatting string directive for curl_off_t... "lld" checking formatting string directive for unsigned curl_off_t... "llu" checking constant suffix string for curl_off_t... LL checking constant suffix string for unsigned curl_off_t... ULL checking if OS is AIX (to define _ALL_SOURCE)... no checking if _THREAD_SAFE is already defined... no checking if _THREAD_SAFE is actually needed... no checking if _THREAD_SAFE is onwards defined... no checking if _REENTRANT is already defined... no checking if _REENTRANT is actually needed... no checking if _REENTRANT is onwards defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking how to print strings... printf checking for a sed that does not truncate output... (cached) sed checking for fgrep... /bin/grep -F checking for ld used by arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi... arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking if the linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... arm-oe-linux-gnueabi-nm checking the name lister (arm-oe-linux-gnueabi-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert i686-pc-linux-gnu file names to arm-oe-linux-gnueabi format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to reload object files... -r checking for arm-oe-linux-gnueabi-objdump... arm-oe-linux-gnueabi-objdump checking how to recognize dependent libraries... pass_all checking for arm-oe-linux-gnueabi-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-oe-linux-gnueabi-ar... arm-oe-linux-gnueabi-ar checking for archiver @FILE support... @ checking for arm-oe-linux-gnueabi-strip... (cached) arm-oe-linux-gnueabi-strip checking for arm-oe-linux-gnueabi-ranlib... arm-oe-linux-gnueabi-ranlib checking command to parse arm-oe-linux-gnueabi-nm output from arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for arm-oe-linux-gnueabi-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -fno-rtti -fno-exceptions... no checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to produce PIC... -fPIC -DPIC checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi PIC flag -fPIC -DPIC works... yes checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi static flag -static works... no checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -c -o file.o... yes checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -c -o file.o... (cached) yes checking whether the arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether to build shared libraries with -version-info... yes checking whether to build shared libraries with -no-undefined... no checking whether to build shared libraries with -mimpure-text... no checking whether to build shared libraries with PIC... yes checking whether to build static libraries with PIC... no checking whether to build shared libraries only... no checking whether to build static libraries only... no checking for inline... inline checking if compiler is DEC/Compaq/HP C... no checking if compiler is HP-UX C... no checking if compiler is IBM C... no checking if compiler is Intel C... no checking if compiler is clang... no checking if compiler is GNU C... yes checking if compiler is LCC... no checking if compiler is SGI MIPSpro C... no checking if compiler is SGI MIPS C... no checking if compiler is SunPro C... no checking if compiler is Tiny C... no checking if compiler is Watcom C... no checking if compiler accepts debug disabling options... yes configure: compiler options added: checking if compiler optimizer assumed setting might be used... no checking if compiler accepts strict warning options... yes configure: compiler options added: -Wno-system-headers checking if compiler halts on compilation errors... yes checking if compiler halts on negative sized arrays... yes checking if compiler halts on function prototype mismatch... yes checking if compiler supports hiding library internal symbols... yes checking for windows.h... no checking whether build target is a native Windows one... no checking whether build target supports WIN32 file API... no checking for good-to-use Mac CFLAGS... no checking whether to support http... yes checking whether to support ftp... yes checking whether to support file... yes checking whether to support ldap... yes checking whether to support ldaps... yes checking whether to support rtsp... yes checking whether to support proxies... yes checking whether to support dict... yes checking whether to support telnet... yes checking whether to support tftp... yes checking whether to support pop3... yes checking whether to support imap... yes checking whether to support smb... yes checking whether to support smtp... yes checking whether to support gopher... yes checking whether to provide built-in manual... yes checking whether to enable generation of C code... yes checking whether to use libgcc... no checking if X/Open network library is required... no checking for gethostbyname... (cached) yes checking for windows.h... (cached) no checking for winsock.h... (cached) no checking for winsock2.h... (cached) no checking for connect in libraries... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for monotonic clock_gettime... yes checking for clock_gettime in libraries... no additional lib required checking for arm-oe-linux-gnueabi-pkg-config... no checking for pkg-config... /usr/local/u321_sdk1/sysroots/i686-oesdk-linux/usr/bin/pkg-config checking for zlib options with pkg-config... found checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes configure: found both libz and libz.h header checking for lber.h... no checking for ldap.h... no checking for ldapssl.h... no checking for ldap_ssl.h... no checking for LDAP libraries... cannot find LDAP libraries configure: WARNING: Cannot find libraries for LDAP support: LDAP disabled checking whether to enable IPv6... yes checking if struct sockaddr_in6 has sin6_scope_id member... yes checking if argv can be written to... no configure: WARNING: the previous check could not be made default was used checking if GSS-API support is requested... no checking whether to enable Windows native SSL/TLS (Windows native builds only)... no checking whether to enable Apple OS native SSL/TLS... no checking for HMAC_Update in -lcrypto... yes checking OpenSSL linking without -ldl... yes checking for SSL_connect in -lssl... yes checking openssl/x509.h usability... yes checking openssl/x509.h presence... yes checking for openssl/x509.h... yes checking openssl/rsa.h usability... yes checking openssl/rsa.h presence... yes checking for openssl/rsa.h... yes checking openssl/crypto.h usability... yes checking openssl/crypto.h presence... yes checking for openssl/crypto.h... yes checking openssl/pem.h usability... yes checking openssl/pem.h presence... yes checking for openssl/pem.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking openssl/pkcs12.h usability... yes checking openssl/pkcs12.h presence... yes checking for openssl/pkcs12.h... yes checking for ENGINE_init... yes checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking for ENGINE_load_builtin_engines... yes checking for RAND_egd... yes checking for ENGINE_cleanup... yes checking for SSL_get_shutdown... yes checking for SSLv2_client_method... yes checking for BoringSSL... no checking for libressl... no checking for OpenSSL headers version... 1.0.2 - 0x1000208fL checking for OpenSSL library version... 1.0.2 checking for OpenSSL headers and library versions matching... yes configure: WARNING: skipped the /dev/urandom detection when cross-compiling checking for SRP_Calc_client_key in -lcrypto... yes checking default CA cert bundle/path... configure: WARNING: skipped the ca-cert path detection when cross-compiling no checking whether to use builtin CA store of SSL library... no checking for library containing psl_builtin... no configure: WARNING: libpsl was not found checking for libssh2_channel_open_ex in -lssh2... no checking libssh2.h usability... no checking libssh2.h presence... no checking for libssh2.h... no checking for RTMP_Init in -lrtmp... no checking whether versioned symbols are wanted... no checking whether to enable Windows native IDN (Windows native builds only)... no checking whether to build with libidn2... (assumed) yes checking for arm-oe-linux-gnueabi-pkg-config... no checking for pkg-config... (cached) /usr/local/u321_sdk1/sysroots/i686-oesdk-linux/usr/bin/pkg-config checking for libidn2 options with pkg-config... no configure: IDN_LIBS: "-lidn2" configure: IDN_LDFLAGS: "" configure: IDN_CPPFLAGS: "" configure: IDN_DIR: "" checking if idn2_lookup_ul can be linked... no checking idn2.h usability... no checking idn2.h presence... no checking for idn2.h... no configure: WARNING: Cannot find libraries for IDN support: IDN disabled checking for arm-oe-linux-gnueabi-pkg-config... no checking for pkg-config... (cached) /usr/local/u321_sdk1/sysroots/i686-oesdk-linux/usr/bin/pkg-config checking for libnghttp2 options with pkg-config... no checking for ANSI C header files... (cached) yes checking for malloc.h... yes checking for memory.h... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/uio.h... (cached) yes checking for assert.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for limits.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for net/if.h... (cached) yes checking for netinet/in.h... (cached) yes checking for sys/un.h... (cached) yes checking for netinet/tcp.h... (cached) yes checking for netdb.h... (cached) yes checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking for sys/param.h... (cached) yes checking for termios.h... (cached) yes checking for termio.h... (cached) yes checking for sgtty.h... (cached) yes checking for fcntl.h... (cached) yes checking for alloca.h... (cached) yes checking for time.h... (cached) yes checking for io.h... no checking for pwd.h... (cached) yes checking for utime.h... (cached) yes checking for sys/utime.h... no checking for sys/poll.h... (cached) yes checking for poll.h... (cached) yes checking for socket.h... no checking for sys/resource.h... (cached) yes checking for libgen.h... (cached) yes checking for locale.h... (cached) yes checking for errno.h... (cached) yes checking for stdbool.h... (cached) yes checking for arpa/tftp.h... yes checking for sys/filio.h... no checking for sys/wait.h... (cached) yes checking for setjmp.h... (cached) yes checking for an ANSI C-conforming const... yes checking for compiler support of C99 variadic macro style... yes checking for compiler support of old gcc variadic macro style... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for sys/socket.h... (cached) yes checking for struct timeval... yes checking size of size_t... (cached) 4 checking size of long... (cached) 4 checking size of int... (cached) 4 checking size of short... (cached) 2 checking size of time_t... 4 checking size of off_t... 8 checking for long long... yes checking if numberLL works... yes checking for ssize_t... yes checking for bool... yes checking for windows.h... (cached) no checking for winsock2.h... (cached) no checking for ws2tcpip.h... (cached) no checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for curl_socklen_t data type... socklen_t checking size of curl_socklen_t... 4 checking for sys/types.h... (cached) yes checking for poll.h... (cached) yes checking for sys/poll.h... (cached) yes checking for in_addr_t... yes checking for struct sockaddr_storage... yes checking for signal.h... (cached) yes checking for sig_atomic_t... yes checking if sig_atomic_t is already defined as volatile... no checking return type of signal handlers... void checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking for select... yes checking types of args and return type for select... int,fd_set ,struct timeval ,int checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for recv... yes checking types of args and return type for recv... int,void ,size_t,int,int checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for send... yes checking types of args and return type for send... int,const void ,size_t,int,int checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for MSG_NOSIGNAL... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking if alarm can be linked... yes checking if alarm is prototyped... yes checking if alarm is compilable... yes checking if alarm usage allowed... yes checking if alarm might be used... yes checking for sys/types.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/types.h... (cached) yes checking for libgen.h... (cached) yes checking if basename can be linked... yes checking if basename is prototyped... yes checking if basename is compilable... yes checking if basename usage allowed... yes checking if basename might be used... yes checking for sys/types.h... (cached) yes checking for socket.h... (cached) no checking if closesocket can be linked... no checking if closesocket might be used... no checking if CloseSocket can be linked... no checking if CloseSocket might be used... no checking if connect can be linked... yes checking if connect is prototyped... yes checking if connect is compilable... yes checking if connect usage allowed... yes checking if connect might be used... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking if fcntl can be linked... yes checking if fcntl is prototyped... yes checking if fcntl is compilable... yes checking if fcntl usage allowed... yes checking if fcntl might be used... yes checking if fcntl O_NONBLOCK is compilable... yes checking if fcntl O_NONBLOCK usage allowed... yes checking if fcntl O_NONBLOCK might be used... yes checking for sys/types.h... (cached) yes checking for stdio.h... (cached) yes checking if fdopen can be linked... yes checking if fdopen is prototyped... yes checking if fdopen is compilable... yes checking if fdopen usage allowed... yes checking if fdopen might be used... yes checking for sys/types.h... (cached) yes checking for netdb.h... (cached) yes checking if freeaddrinfo can be linked... yes checking if freeaddrinfo is prototyped... yes checking if freeaddrinfo is compilable... yes checking if freeaddrinfo usage allowed... yes checking if freeaddrinfo might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for ifaddrs.h... (cached) yes checking if freeifaddrs can be linked... yes checking if freeifaddrs is prototyped... yes checking if freeifaddrs is compilable... yes checking if freeifaddrs usage allowed... yes checking if freeifaddrs might be used... yes checking for sys/types.h... (cached) yes checking for sys/xattr.h... yes checking if fsetxattr can be linked... yes checking if fsetxattr is prototyped... yes checking if fsetxattr takes 5 args.... yes checking if fsetxattr is compilable... yes checking if fsetxattr usage allowed... yes checking if fsetxattr might be used... yes checking if ftruncate can be linked... yes checking if ftruncate is prototyped... yes checking if ftruncate is compilable... yes checking if ftruncate usage allowed... yes checking if ftruncate might be used... yes checking for sys/types.h... (cached) yes checking for stdlib.h... (cached) yes checking if getaddrinfo can be linked... yes checking if getaddrinfo is prototyped... yes checking if getaddrinfo is compilable... yes checking if getaddrinfo usage allowed... yes checking if getaddrinfo might be used... yes checking if getaddrinfo is threadsafe... yes checking if gai_strerror can be linked... yes checking if gai_strerror is prototyped... yes checking if gai_strerror is compilable... yes checking if gai_strerror usage allowed... yes checking if gai_strerror might be used... yes checking if gethostbyaddr can be linked... yes checking if gethostbyaddr is prototyped... yes checking if gethostbyaddr is compilable... yes checking if gethostbyaddr usage allowed... yes checking if gethostbyaddr might be used... yes checking if gethostbyaddr_r can be linked... yes checking if gethostbyaddr_r is prototyped... yes checking if gethostbyaddr_r takes 5 args.... no checking if gethostbyaddr_r takes 7 args.... no checking if gethostbyaddr_r takes 8 args.... yes checking if gethostbyaddr_r is compilable... yes checking if gethostbyaddr_r usage allowed... yes checking if gethostbyaddr_r might be used... yes checking if gethostbyname can be linked... yes checking if gethostbyname is prototyped... yes checking if gethostbyname is compilable... yes checking if gethostbyname usage allowed... yes checking if gethostbyname might be used... yes checking if gethostbyname_r can be linked... yes checking if gethostbyname_r is prototyped... yes checking if gethostbyname_r takes 3 args.... no checking if gethostbyname_r takes 5 args.... no checking if gethostbyname_r takes 6 args.... yes checking if gethostbyname_r is compilable... yes checking if gethostbyname_r usage allowed... yes checking if gethostbyname_r might be used... yes checking if gethostname can be linked... yes checking if gethostname is prototyped... yes checking if gethostname is compilable... yes checking for gethostname arg 2 data type... unsigned int checking if gethostname usage allowed... yes checking if gethostname might be used... yes checking if getifaddrs can be linked... yes checking if getifaddrs is prototyped... yes checking if getifaddrs is compilable... yes checking if getifaddrs usage allowed... yes checking if getifaddrs might be used... yes checking if getservbyport_r can be linked... yes checking if getservbyport_r is prototyped... yes checking if getservbyport_r takes 4 args.... no checking if getservbyport_r takes 5 args.... no checking if getservbyport_r takes 6 args.... yes checking if getservbyport_r is compilable... yes checking if getservbyport_r usage allowed... yes checking if getservbyport_r might be used... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking if gmtime_r can be linked... yes checking if gmtime_r is prototyped... yes checking if gmtime_r is compilable... yes checking if gmtime_r usage allowed... yes checking if gmtime_r might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking if inet_ntoa_r can be linked... no checking if inet_ntoa_r might be used... no checking if inet_ntop can be linked... yes checking if inet_ntop is prototyped... yes checking if inet_ntop is compilable... yes checking if inet_ntop usage allowed... yes checking if inet_ntop might be used... yes checking if inet_pton can be linked... yes checking if inet_pton is prototyped... yes checking if inet_pton is compilable... yes checking if inet_pton usage allowed... yes checking if inet_pton might be used... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for stropts.h... (cached) yes checking if ioctl can be linked... yes checking if ioctl is prototyped... yes checking if ioctl is compilable... yes checking if ioctl usage allowed... yes checking if ioctl might be used... yes checking if ioctl FIONBIO is compilable... yes checking if ioctl FIONBIO usage allowed... yes checking if ioctl FIONBIO might be used... yes checking if ioctl SIOCGIFADDR is compilable... yes checking if ioctl SIOCGIFADDR usage allowed... yes checking if ioctl SIOCGIFADDR might be used... yes checking if ioctlsocket can be linked... no checking if ioctlsocket might be used... no checking if IoctlSocket can be linked... no checking if IoctlSocket might be used... no checking if localtime_r can be linked... yes checking if localtime_r is prototyped... yes checking if localtime_r is compilable... yes checking if localtime_r usage allowed... yes checking if localtime_r might be used... yes checking if memrchr can be linked... yes checking if memrchr is prototyped... no checking if memrchr might be used... no checking if poll can be linked... yes checking if poll is prototyped... yes checking if poll is compilable... yes checking if poll usage allowed... yes checking if poll might be used... yes checking if setsockopt can be linked... yes checking if setsockopt is prototyped... yes checking if setsockopt is compilable... yes checking if setsockopt usage allowed... yes checking if setsockopt might be used... yes checking if setsockopt SO_NONBLOCK is compilable... no checking if setsockopt SO_NONBLOCK might be used... no checking for sys/types.h... (cached) yes checking for signal.h... (cached) yes checking if sigaction can be linked... yes checking if sigaction is prototyped... yes checking if sigaction is compilable... yes checking if sigaction usage allowed... yes checking if sigaction might be used... yes checking if siginterrupt can be linked... yes checking if siginterrupt is prototyped... yes checking if siginterrupt is compilable... yes checking if siginterrupt usage allowed... yes checking if siginterrupt might be used... yes checking if signal can be linked... yes checking if signal is prototyped... yes checking if signal is compilable... yes checking if signal usage allowed... yes checking if signal might be used... yes checking for sys/types.h... (cached) yes checking for setjmp.h... (cached) yes checking if sigsetjmp can be linked... no checking if sigsetjmp seems a macro... yes checking if sigsetjmp is compilable... yes checking if sigsetjmp usage allowed... yes checking if sigsetjmp might be used... yes checking if socket can be linked... yes checking if socket is prototyped... yes checking if socket is compilable... yes checking if socket usage allowed... yes checking if socket might be used... yes checking if socketpair can be linked... yes checking if socketpair is prototyped... yes checking if socketpair is compilable... yes checking if socketpair usage allowed... yes checking if socketpair might be used... yes checking if strcasecmp can be linked... yes checking if strcasecmp is prototyped... yes checking if strcasecmp is compilable... yes checking if strcasecmp usage allowed... yes checking if strcasecmp might be used... yes checking if strcmpi can be linked... no checking if strcmpi might be used... no checking if strdup can be linked... yes checking if strdup is prototyped... yes checking if strdup is compilable... yes checking if strdup usage allowed... yes checking if strdup might be used... yes checking if strerror_r can be linked... yes checking if strerror_r is prototyped... yes checking if strerror_r is compilable... yes checking if strerror_r is glibc like... no checking if strerror_r is POSIX like... yes checking if strerror_r usage allowed... yes checking if strerror_r might be used... yes checking if stricmp can be linked... no checking if stricmp might be used... no checking if strncasecmp can be linked... yes checking if strncasecmp is prototyped... yes checking if strncasecmp is compilable... yes checking if strncasecmp usage allowed... yes checking if strncasecmp might be used... yes checking if strncmpi can be linked... no checking if strncmpi might be used... no checking if strnicmp can be linked... no checking if strnicmp might be used... no checking if strstr can be linked... yes checking if strstr is prototyped... yes checking if strstr is compilable... yes checking if strstr usage allowed... yes checking if strstr might be used... yes checking if strtok_r can be linked... yes checking if strtok_r is prototyped... yes checking if strtok_r is compilable... yes checking if strtok_r usage allowed... yes checking if strtok_r might be used... yes checking if strtoll can be linked... yes checking if strtoll is prototyped... yes checking if strtoll is compilable... yes checking if strtoll usage allowed... yes checking if strtoll might be used... yes checking for sys/types.h... (cached) yes checking for sys/uio.h... (cached) yes checking if writev can be linked... yes checking if writev is prototyped... yes checking if writev is compilable... yes checking if writev usage allowed... yes checking if writev might be used... yes checking for fork... (cached) yes checking for geteuid... (cached) yes checking for getpass_r... no checking deeper for getpass_r... but still no checking for getppid... (cached) yes checking for getprotobyname... yes checking for getpwuid... (cached) yes checking for getpwuid_r... (cached) yes checking for getrlimit... (cached) yes checking for gettimeofday... (cached) yes checking for if_nametoindex... (cached) yes checking for inet_addr... (cached) yes checking for perror... yes checking for pipe... (cached) yes checking for setlocale... (cached) yes checking for setmode... no checking deeper for setmode... but still no checking for setrlimit... (cached) yes checking for uname... (cached) yes checking for utime... (cached) yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netdb.h... (cached) yes checking for getnameinfo... yes checking types of arguments for getnameinfo... const struct sockaddr ,socklen_t,size_t,int checking for stdio.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for working NI_WITHSCOPEID... no checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK checking for perl... /usr/local/u321_sdk1/sysroots/i686-oesdk-linux/usr/bin/perl checking for gnroff... no checking for nroff... /usr/bin/nroff checking how to use nroff to get plain text from man pages... -man checking whether to enable the threaded resolver... no checking whether to use POSIX threads for threaded resolver... auto checking whether to enable verbose strings... yes checking whether to enable SSPI support (Windows native builds only)... no checking whether to enable cryptographic authentication methods... yes checking whether to enable NTLM delegation to winbind's helper... yes checking whether to enable TLS-SRP authentication... yes checking whether to enable Unix domain sockets... auto checking for struct sockaddr_un.sun_path... yes checking whether to enable support for cookies... yes checking whether hiding of library internal symbols will actually happen... yes checking whether to enforce SONAME bump... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating docs/Makefile config.status: creating docs/examples/Makefile config.status: creating docs/libcurl/Makefile config.status: creating docs/libcurl/opts/Makefile config.status: creating docs/cmdline-opts/Makefile config.status: creating include/Makefile config.status: creating include/curl/Makefile config.status: creating src/Makefile config.status: creating lib/Makefile config.status: creating scripts/Makefile config.status: creating lib/libcurl.vers config.status: creating tests/Makefile config.status: creating tests/certs/Makefile config.status: creating tests/certs/scripts/Makefile config.status: creating tests/data/Makefile config.status: creating tests/server/Makefile config.status: creating tests/libtest/Makefile config.status: creating tests/unit/Makefile config.status: creating packages/Makefile config.status: creating packages/Win32/Makefile config.status: creating packages/Win32/cygwin/Makefile config.status: creating packages/Linux/Makefile config.status: creating packages/Linux/RPM/Makefile config.status: creating packages/Linux/RPM/curl.spec config.status: creating packages/Linux/RPM/curl-ssl.spec config.status: creating packages/Solaris/Makefile config.status: creating packages/EPM/curl.list config.status: creating packages/EPM/Makefile config.status: creating packages/vms/Makefile config.status: creating packages/AIX/Makefile config.status: creating packages/AIX/RPM/Makefile config.status: creating packages/AIX/RPM/curl.spec config.status: creating curl-config config.status: creating libcurl.pc config.status: creating lib/curl_config.h config.status: lib/curl_config.h is unchanged config.status: creating include/curl/curlbuild.h config.status: executing depfiles commands config.status: executing libtool commands configure: amending lib/Makefile configure: amending src/Makefile configure: amending tests/unit/Makefile configure: amending tests/server/Makefile configure: amending tests/libtest/Makefile configure: amending docs/examples/Makefile configure: Configured to build curl/libcurl:

curl version: 7.53.0 Host setup: arm-oe-linux-gnueabi Install prefix: /usr/local Compiler: arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk1/sysroots/cortexa9hf-neon-oe-linux-gnueabi SSL support: enabled (OpenSSL) SSH support: no (--with-libssh2) zlib support: enabled GSS-API support: no (--with-gssapi) TLS-SRP support: enabled resolver: default (--enable-ares / --enable-threaded-resolver) IPv6 support: enabled Unix sockets support: enabled IDN support: no (--with-{libidn2,winidn}) Build libcurl: Shared=yes, Static=yes Built-in manual: enabled --libcurl option: enabled (--disable-libcurl-option) Verbose errors: enabled (--disable-verbose) SSPI support: no (--enable-sspi) ca cert bundle: no ca cert path: no ca fallback: no LDAP support: no (--enable-ldap / --with-ldap-lib / --with-lber-lib) LDAPS support: no (--enable-ldaps) RTSP support: enabled RTMP support: no (--with-librtmp) metalink support: no (--with-libmetalink) PSL support: no (libpsl not found) HTTP2 support: disabled (--with-nghttp2) Protocols: DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP

kiruthi95 commented 6 years ago

please help me?

frozenberg commented 6 years ago

Hi @kiruthi95,

For the nghttp2 issue, you might have to point the flag to the correct location where the nghttp2 library is.

--with-nghttp2=<install-target>

Still looking into the gstreamer. We may not necessarily have an answer as our support doesn't extend towards cross compiling gstreamer (I've personally never seen an example of it being done).

Fede

kiruthi95 commented 6 years ago

Mr.frozenberg i will be giving correct path only..still it's not enabling nghttp2..

./configure $CONFIGURE_FLAGS --with-nghttp2='/usr/local/u321_sdk1/sysroots/i686-oesdk-linux/usr/lib/libnghttp2.so'

Thankyou

On Fri, Feb 2, 2018 at 1:35 AM, frozenberg notifications@github.com wrote:

Hi @kiruthi95 https://github.com/kiruthi95,

For the nghttp2 issue, you might have to point the flag to the correct location where the nghttp2 library is.

--with-nghttp2=

Still looking into the gstreamer. We may not necessarily have an answer as our support doesn't extend towards cross compiling gstreamer (I've personally never seen an example of it being done).

Fede

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alexa/avs-device-sdk/issues/490#issuecomment-362385659, or mute the thread https://github.com/notifications/unsubscribe-auth/AhNzES0lIottfcwUGKvadcCn6SAFdZ7jks5tQhj3gaJpZM4R1ZSa .

kiruthi95 commented 6 years ago

Mr.frozenberg for gstreamer it has version 1.8 . But i need 1.10.4 for the arm target. then how to upgrade it to 1.10.4 without cross compiling the gstreamer source..

Please help me.. I am new to embedded linux..

Thank you

On Fri, Feb 2, 2018 at 12:20 PM, kiruthi ka kiruthigvri@gmail.com wrote:

Mr.frozenberg i will be giving correct path only..still it's not enabling nghttp2..

./configure $CONFIGURE_FLAGS --with-nghttp2='/usr/local/ u321_sdk1/sysroots/i686-oesdk-linux/usr/lib/libnghttp2.so'

Thankyou

On Fri, Feb 2, 2018 at 1:35 AM, frozenberg notifications@github.com wrote:

Hi @kiruthi95 https://github.com/kiruthi95,

For the nghttp2 issue, you might have to point the flag to the correct location where the nghttp2 library is.

--with-nghttp2=

Still looking into the gstreamer. We may not necessarily have an answer as our support doesn't extend towards cross compiling gstreamer (I've personally never seen an example of it being done).

Fede

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alexa/avs-device-sdk/issues/490#issuecomment-362385659, or mute the thread https://github.com/notifications/unsubscribe-auth/AhNzES0lIottfcwUGKvadcCn6SAFdZ7jks5tQhj3gaJpZM4R1ZSa .

kiruthi95 commented 6 years ago

Alexa minimum requirement for linux is gstreamer1.10.4

On Fri, Feb 2, 2018 at 12:22 PM, kiruthi ka kiruthigvri@gmail.com wrote:

Mr.frozenberg for gstreamer it has version 1.8 . But i need 1.10.4 for the arm target. then how to upgrade it to 1.10.4 without cross compiling the gstreamer source..

Please help me.. I am new to embedded linux..

Thank you

On Fri, Feb 2, 2018 at 12:20 PM, kiruthi ka kiruthigvri@gmail.com wrote:

Mr.frozenberg i will be giving correct path only..still it's not enabling nghttp2..

./configure $CONFIGURE_FLAGS --with-nghttp2='/usr/local/u32 1_sdk1/sysroots/i686-oesdk-linux/usr/lib/libnghttp2.so'

Thankyou

On Fri, Feb 2, 2018 at 1:35 AM, frozenberg notifications@github.com wrote:

Hi @kiruthi95 https://github.com/kiruthi95,

For the nghttp2 issue, you might have to point the flag to the correct location where the nghttp2 library is.

--with-nghttp2=

Still looking into the gstreamer. We may not necessarily have an answer as our support doesn't extend towards cross compiling gstreamer (I've personally never seen an example of it being done).

Fede

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alexa/avs-device-sdk/issues/490#issuecomment-362385659, or mute the thread https://github.com/notifications/unsubscribe-auth/AhNzES0lIottfcwUGKvadcCn6SAFdZ7jks5tQhj3gaJpZM4R1ZSa .

frozenberg commented 6 years ago

Hi again,

Let's try to build curl with nghttp2 first and then focus on gstreamer. For starters, you will need the flags --prefix= and --with-sysroot= to your ./configure.

To --prefix= you need to pass your install target path, and to --with-sysroot= the path to your sysroot.

kiruthi95 commented 6 years ago

I have cross compiled curl with nghttp2.. previously i installed nghttp2 in i386 root now installed in cortex sysroot.. That was the mistake i have made.

Now can you help me to cross compile gstreamer1.10.4

Thanks

On Sat, Feb 3, 2018 at 5:29 AM, frozenberg notifications@github.com wrote:

Hi again,

Let's try to build curl with nghttp2 first and then focus on gstreamer. For starters, you will need the flags --prefix= and --with-sysroot= to your ./configure.

To --prefix= you need to pass your install target path, and to --with-sysroot= the path to your sysroot.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alexa/avs-device-sdk/issues/490#issuecomment-362745623, or mute the thread https://github.com/notifications/unsubscribe-auth/AhNzESgiJqvPGH09ixihizLSJrkd2zfOks5tQ6FNgaJpZM4R1ZSa .

frozenberg commented 6 years ago

I noticed this message in your gstreamer cross-compile attempt:

unrecognized options: --with-libtool-sysroot

You may have to find the correct flag to point to the sysroot

kiruthi95 commented 6 years ago

I am giving correct sysroot.. still i am getting the error /configure --host=arm-oe-linux-gnueabi --build=i686-linux configure: loading site script /usr/local/u321_sdk2/site-config-cortexa9hf-neon-oe-linux-gnueabi checking build system type... i686-pc-linux-gnu checking host system type... arm-oe-linux-gnueabi checking target system type... arm-oe-linux-gnueabi checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-oe-linux-gnueabi-strip... arm-oe-linux-gnueabi-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking nano version... 0 (release) checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking how to print strings... printf checking for style of include used by make... GNU checking for arm-oe-linux-gnueabi-gcc... arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi accepts -g... yes checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to accept ISO C89... none needed checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi understands -c and -o together... yes checking dependency style of arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi... gcc3 checking for a sed that does not truncate output... (cached) sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi... arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking if the linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... arm-oe-linux-gnueabi-nm checking the name lister (arm-oe-linux-gnueabi-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert i686-pc-linux-gnu file names to arm-oe-linux-gnueabi format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to reload object files... -r checking for arm-oe-linux-gnueabi-objdump... arm-oe-linux-gnueabi-objdump checking how to recognize dependent libraries... pass_all checking for arm-oe-linux-gnueabi-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-oe-linux-gnueabi-ar... arm-oe-linux-gnueabi-ar checking for archiver @FILE support... @ checking for arm-oe-linux-gnueabi-strip... (cached) arm-oe-linux-gnueabi-strip checking for arm-oe-linux-gnueabi-ranlib... arm-oe-linux-gnueabi-ranlib checking command to parse arm-oe-linux-gnueabi-nm output from arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for arm-oe-linux-gnueabi-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... arm-oe-linux-gnueabi-gcc -E -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -fno-rtti -fno-exceptions... no checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to produce PIC... -fPIC -DPIC checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi PIC flag -fPIC -DPIC works... yes checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi static flag -static works... no checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -c -o file.o... yes checking if arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -c -o file.o... (cached) yes checking whether the arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... cross checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking if the linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc DOMAIN = gstreamer-1.0 checking for arm-oe-linux-gnueabi-pkg-config... no checking for pkg-config... /usr/local/u321_sdk2/sysroots/i686-oesdk-linux/usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for VALGRIND... no configure: Using GStreamer source release as package name configure: Using Unknown package origin as package origin configure: Using GST_PKG_CONFIG_PATH = $(top_builddir)/pkgconfig:/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi/usr/lib/pkgconfig configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2017-02-23 checking for BASH_COMPLETION... no checking for BASH_COMPLETION... no checking whether to build static plugins or not... no configure: WARNING: Sissy ! By asking to not build the tests known to fail, you hereby waive your right to customer support. If you do not agree with this EULA, please press Ctrl-C before the next line is printed. By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA. checking whether PTP support can be enabled... yes checking for cap_init in -lcap... yes checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking for setcap... /sbin/setcap checking for SIOCGIFCONF, SIOCGIFFLAGS and SIOCGIFHWADDR... yes checking for getifaddrs() and AF_LINK... no checking how to install gst-ptp-helper... capabilities checking whether byte ordering is bigendian... (cached) no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for arm-oe-linux-gnueabi-gcc... (cached) arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking whether we are using the GNU C compiler... (cached) yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi accepts -g... (cached) yes checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to accept ISO C89... (cached) none needed checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi understands -c and -o together... (cached) yes checking dependency style of arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi... (cached) gcc3 checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to accept ISO C99... none needed checking for arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to accept ISO Standard C... (cached) none needed checking dependency style of arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi accepts -g... yes checking dependency style of arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi... gcc3 checking how to run the C++ preprocessor... arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi -E checking for ld used by arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi... arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi checking if the linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi) is GNU ld... yes checking whether the arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi) supports shared libraries... yes checking for arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi option to produce PIC... -fPIC -DPIC checking if arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi PIC flag -fPIC -DPIC works... yes checking if arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi static flag -static works... no checking if arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -c -o file.o... yes checking if arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi supports -c -o file.o... (cached) yes checking whether the arm-oe-linux-gnueabi-g++ -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi linker (arm-oe-linux-gnueabi-ld --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate configure: working c++ compiler found: yes checking for perl... /usr/local/u321_sdk2/sysroots/i686-oesdk-linux/usr/bin/perl checking for bison... /usr/bin/bison checking bison version 3.0.4 >= 2.4... yes checking for flex... /usr/local/u321_sdk2/sysroots/i686-oesdk-linux/usr/bin/flex checking flex version flex 2.6.0 >= 2.5.31... yes checking for valgrind... no checking for gobject-introspection... yes checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for python... /usr/local/u321_sdk2/sysroots/i686-oesdk-linux/usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking whether to build plugin documentation... no (gtk-doc disabled or not available) checking for cos in -lm... yes checking for ANSI C header files... (cached) yes checking for ucontext.h... yes checking for sys/socket.h... (cached) yes checking for sys/times.h... (cached) yes checking for unistd.h... (cached) yes checking for process.h... no checking for sys/utsname.h... (cached) yes checking for stdio_ext.h... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for sys/prctl.h... (cached) yes checking for pthread_setname_np(const char*)... no checking for sys/uio.h... (cached) yes checking for valgrind/valgrind.h... no checking for winsock2.h... no checking for gmpz_init_set_d in -lgmp... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for gsl_rng_uniform_int in -lgsl... no checking for uint128_t... no checking for tm_gmtoff... no (cross compiling) checking for strcasestr... (cached) yes checking for gmtime_r... (cached) yes checking for localtime_r... (cached) yes checking for sigaction... (cached) yes checking for getrusage... (cached) yes checking for sys/resource.h... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for ftello... (cached) yes checking for fgetpos... yes checking for fsetpos... yes checking for sys/poll.h... (cached) yes checking for poll.h... (cached) yes checking for poll... (cached) yes checking for ppoll... yes checking for pselect... (cached) yes checking for socketpair... (cached) yes checking for broken poll... no (cross compiling) checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for posix_memalign... (cached) yes checking for getpagesize... (cached) yes checking for clock_gettime... yes checking for posix timers... yes checking for monotonic clock... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi implements PRETTY_FUNCTION__... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi implements FUNCTION__... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi implements func... yes checking for dladdr in -ldl... yes checking for long long int... yes checking for unsigned long long int... yes checking for inttypes.h... yes checking for stdint.h... yes checking for ptrdiff_t... yes checking for intmax_t... yes checking for size_t... yes checking for GLIB... yes checking for glib-genmarshal... checking for glib-genmarshal... glib-genmarshal glib-genmarshal configure: WARNING: glib-genmarshal does not seem to work! checking for glib-mkenums... glib-mkenums configure: WARNING: glib-mkenums does not seem to work! checking for GIO... yes checking for GTK... no checking for UNWIND... no checking for backtrace... yes checking for execinfo.h... (cached) yes checking for -Bsymbolic-functions linker flag... yes configure: Using /usr/local/lib/gstreamer-1.0 as the plugin install location checking to see if compiler understands -Wall... yes checking to see if compiler understands -Wdeclaration-after-statement... yes checking to see if compiler understands -Wvla... yes checking to see if compiler understands -Wpointer-arith... yes checking to see if compiler understands -Wmissing-declarations... yes checking to see if compiler understands -Wmissing-prototypes... yes checking to see if compiler understands -Wredundant-decls... yes checking to see if compiler understands -Wundef... yes checking to see if compiler understands -Wwrite-strings... yes checking to see if compiler understands -Wformat-nonliteral... yes checking to see if compiler understands -Wformat-security... yes checking to see if compiler understands -Wold-style-definition... yes checking to see if compiler understands -Winit-self... yes checking to see if compiler understands -Wmissing-include-dirs... yes checking to see if compiler understands -Waddress... yes checking to see if compiler understands -Waggregate-return... yes checking to see if compiler understands -Wno-multichar... yes checking to see if compiler understands -Wnested-externs... yes configure: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs configure: set ERROR_CFLAGS to checking to see if compiler understands -Wno-format-nonliteral... yes configure: Running check unit test framework checks now... checking for unistd.h... (cached) yes checking for sys/wait.h... (cached) yes checking for sys/time.h... (cached) yes checking for localtime_r... (cached) yes checking for getpid... (cached) yes checking for _getpid... no checking whether strdup is declared... yes checking for _strdup... no checking for mkstemp... (cached) yes checking for fork... (cached) yes checking for time.h... (cached) yes checking whether alarm is declared... yes checking whether localtime_r is declared... yes checking whether strsignal is declared... yes checking for alarm... (cached) yes checking for setitimer... (cached) yes checking for strsignal... (cached) yes checking for struct timespec.tv_sec... yes checking for struct timespec.tv_nsec... yes checking for struct itimerspec.it_interval... yes checking for struct itimerspec.it_value... yes checking for timer_t... yes checking for clockid_t... yes checking for timer_create, timer_settime, timer_delete in -lrt... yes checking for stdint types... stdint.h (shortcircuit) make use of stdint.h in _stdint.h (assuming C99 compatible system) checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating gst/Makefile config.status: creating gst/gstconfig.h config.status: creating gst/gstversion.h config.status: creating gst/parse/Makefile config.status: creating gst/printf/Makefile config.status: creating libs/Makefile config.status: creating libs/gst/Makefile config.status: creating libs/gst/base/Makefile config.status: creating libs/gst/check/Makefile config.status: creating libs/gst/check/libcheck/Makefile config.status: creating libs/gst/check/internal-check.h config.status: creating libs/gst/controller/Makefile config.status: creating libs/gst/helpers/Makefile config.status: creating libs/gst/net/Makefile config.status: creating plugins/Makefile config.status: creating plugins/elements/Makefile config.status: creating plugins/tracers/Makefile config.status: creating po/Makefile.in config.status: creating tests/Makefile config.status: creating tests/benchmarks/Makefile config.status: creating tests/check/Makefile config.status: creating tests/misc/Makefile config.status: creating tests/examples/Makefile config.status: creating tests/examples/adapter/Makefile config.status: creating tests/examples/controller/Makefile config.status: creating tests/examples/stepping/Makefile config.status: creating tests/examples/helloworld/Makefile config.status: creating tests/examples/manual/Makefile config.status: creating tests/examples/memory/Makefile config.status: creating tests/examples/netclock/Makefile config.status: creating tests/examples/ptp/Makefile config.status: creating tests/examples/streamiddemux/Makefile config.status: creating tests/examples/streams/Makefile config.status: creating tools/Makefile config.status: creating common/Makefile config.status: creating common/m4/Makefile config.status: creating docs/Makefile config.status: creating docs/design/Makefile config.status: creating docs/faq/Makefile config.status: creating docs/gst/Makefile config.status: creating docs/gst/gstreamer.types config.status: creating docs/libs/Makefile config.status: creating docs/plugins/Makefile config.status: creating docs/manual/Makefile config.status: creating docs/pwg/Makefile config.status: creating docs/slides/Makefile config.status: creating docs/xsl/Makefile config.status: creating docs/version.entities config.status: creating m4/Makefile config.status: creating pkgconfig/Makefile config.status: creating stamp.h config.status: creating pkgconfig/gstreamer.pc config.status: creating pkgconfig/gstreamer-uninstalled.pc config.status: creating pkgconfig/gstreamer-base.pc config.status: creating pkgconfig/gstreamer-base-uninstalled.pc config.status: creating pkgconfig/gstreamer-check.pc config.status: creating pkgconfig/gstreamer-check-uninstalled.pc config.status: creating pkgconfig/gstreamer-controller.pc config.status: creating pkgconfig/gstreamer-controller-uninstalled.pc config.status: creating pkgconfig/gstreamer-net.pc config.status: creating pkgconfig/gstreamer-net-uninstalled.pc config.status: creating gstreamer.spec config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing _stdint.h commands config.status: creating _stdint.h : _GSTREAMER__STDINT_H config.status: _stdint.h is unchanged

Configuration Version : 1.10.4 Source code location : . Prefix : /usr/local Compiler : arm-oe-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi Package name : GStreamer source release Package origin : Unknown package origin

Documentation (manuals)    : no
Documentation (API)        : no

Debug logging              : yes
Tracing subsystem hooks    : yes
Command-line parser        : yes
Option parsing in gst_init : yes
Plugin registry            : yes
Plugin support               : yes
Static plugins             : no
Unit testing support       : yes
PTP clock support          : yes
libunwind support          : no

Debug                      : yes
Profiling                  : no

Building benchmarks        : yes
Building examples          : yes
Building test apps         : yes
Building tests that fail   : no
Building tools             : yes

visteon@visteon-Latitude-E6330:~/Desktop/ARM_SDK1/gstreamer-1.10.4$ make -j make all-recursive make[1]: Entering directory '/home/visteon/Desktop/ARM_SDK1/gstreamer-1.10.4' Making all in pkgconfig make[2]: Entering directory '/home/visteon/Desktop/ARM_SDK1/gstreamer-1.10.4/pkgconfig' CP gstreamer-1.0.pc CP gstreamer-base-1.0.pc CP gstreamer-check-1.0.pc CP gstreamer-controller-1.0.pc CP gstreamer-net-1.0.pc CP gstreamer-check-1.0-uninstalled.pc CP gstreamer-base-1.0-uninstalled.pc CP gstreamer-1.0-uninstalled.pc CP gstreamer-controller-1.0-uninstalled.pc CP gstreamer-net-1.0-uninstalled.pc make[2]: Leaving directory '/home/visteon/Desktop/ARM_SDK1/gstreamer-1.10.4/pkgconfig' Making all in gst make[2]: Entering directory '/home/visteon/Desktop/ARM_SDK1/gstreamer-1.10.4/gst' make all-recursive make[3]: Entering directory '/home/visteon/Desktop/ARM_SDK1/gstreamer-1.10.4/gst' Making all in parse make[4]: Entering directory '/home/visteon/Desktop/ARM_SDK1/gstreamer-1.10.4/gst/parse' CC libgstparse_la-lex.priv_gst_parse_yy.lo CC libgstparse_la-grammar.tab.lo CCLD libgstparse.la libtool: warning: library '/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi/usr/lib/ libgobject-2.0.la' was moved. libtool: warning: library '/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi/usr/lib/ libgmodule-2.0.la' was moved. libtool: warning: library '/usr/local/u321_sdk2/sysroots/cortexa9hf-neon-oe-linux-gnueabi/usr/lib/ libglib-2.0.la' was moved. arm-oe-linux-gnueabi-ar: u' modifier ignored sinceD' is the default (see `U') make[4]: Leaving directory '/home/visteon/Desktop/ARM_SDK1/gstreamer-1.10.4/gst/parse' Making all in printf make[4]: Entering directory '/home/visteon/Desktop/ARM_SDK1/gstreamer-1.10.4/gst/printf' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/visteon/Desktop/ARM_SDK1/gstreamer-1.10.4/gst/printf' make[4]: Entering directory '/home/visteon/Desktop/ARM_SDK1/gstreamer-1.10.4/gst' CC libgstreamer_1.0_la-gst.lo CC libgstreamer_1.0_la-gstobject.lo CC libgstreamer_1.0_la-gstallocator.lo CC libgstreamer_1.0_la-gstbuffer.lo CC libgstreamer_1.0_la-gstbin.lo CC libgstreamer_1.0_la-gstbufferlist.lo CC libgstreamer_1.0_la-gstbufferpool.lo CC libgstreamer_1.0_la-gstbus.lo CC libgstreamer_1.0_la-gstchildproxy.lo CC libgstreamer_1.0_la-gstcaps.lo CC libgstreamer_1.0_la-gstclock.lo CC libgstreamer_1.0_la-gstcapsfeatures.lo CC libgstreamer_1.0_la-gstcontext.lo CC libgstreamer_1.0_la-gstclock-linreg.lo CC libgstreamer_1.0_la-gstcontrolbinding.lo CC libgstreamer_1.0_la-gstcontrolsource.lo CC libgstreamer_1.0_la-gstdebugutils.lo CC libgstreamer_1.0_la-gstelementfactory.lo CC libgstreamer_1.0_la-gstevent.lo CC libgstreamer_1.0_la-gstformat.lo CC libgstreamer_1.0_la-gstparamspecs.lo CC libgstreamer_1.0_la-gstdatetime.lo CC libgstreamer_1.0_la-gstsample.lo CC libgstreamer_1.0_la-gstghostpad.lo CC libgstreamer_1.0_la-gststreamcollection.lo CC libgstreamer_1.0_la-gstsegment.lo CC libgstreamer_1.0_la-gstinfo.lo CC libgstreamer_1.0_la-gstelement.lo CC libgstreamer_1.0_la-gstpoll.lo CC libgstreamer_1.0_la-gstiterator.lo CC libgstreamer_1.0_la-gstquery.lo CC libgstreamer_1.0_la-gstprotection.lo CC libgstreamer_1.0_la-gstmeta.lo CC libgstreamer_1.0_la-gstplugin.lo CC libgstreamer_1.0_la-gstminiobject.lo CC libgstreamer_1.0_la-gstpreset.lo CC libgstreamer_1.0_la-gstpluginloader.lo CC libgstreamer_1.0_la-gstatomicqueue.lo CC libgstreamer_1.0_la-gstpad.lo CC libgstreamer_1.0_la-gstmessage.lo CC libgstreamer_1.0_la-gstdevicemonitor.lo CC libgstreamer_1.0_la-gstdeviceproviderfactory.lo CC libgstreamer_1.0_la-gstdevice.lo CC libgstreamer_1.0_la-gstmemory.lo CC libgstreamer_1.0_la-gsterror.lo CC libgstreamer_1.0_la-gstregistrychunks.lo CC libgstreamer_1.0_la-gstpadtemplate.lo CC libgstreamer_1.0_la-gstpipeline.lo CC libgstreamer_1.0_la-gstdeviceprovider.lo CC libgstreamer_1.0_la-gstquark.lo CC libgstreamer_1.0_la-gstpluginfeature.lo CC libgstreamer_1.0_la-gststreams.lo CC libgstreamer_1.0_la-gststructure.lo CC libgstreamer_1.0_la-gsttagsetter.lo CC libgstreamer_1.0_la-gstsystemclock.lo CC libgstreamer_1.0_la-gstregistry.lo CC libgstreamer_1.0_la-gsttaskpool.lo CC libgstreamer_1.0_la-gsttask.lo CC libgstreamer_1.0_la-gsttracerfactory.lo CC libgstreamer_1.0_la-gsttaglist.lo CC libgstreamer_1.0_la-gsttracerrecord.lo CC libgstreamer_1.0_la-gsttracer.lo CC libgstreamer_1.0_la-gsttracerutils.lo CC libgstreamer_1.0_la-gsttypefind.lo make[4]: No rule to make target '/usr/bin/g-ir-scanner', needed by 'Gst-1.0.gir'. Stop. CC libgstreamer_1.0_la-gstregistrybinary.lo make[4]: Waiting for unfinished jobs.... CC libgstreamer_1.0_la-gsttoc.lo CC libgstreamer_1.0_la-gsttocsetter.lo CC libgstreamer_1.0_la-gsttypefindfactory.lo CC libgstreamer_1.0_la-gstparse.lo CC libgstreamer_1.0_la-gstutils.lo CC libgstreamer_1.0_la-gsturi.lo CC libgstreamer_1.0_la-gstvalue.lo gstpad.c: In function ‘gst_pad_class_init’: gstpad.c:364:11: error: ‘GST_TYPE_PAD_DIRECTION’ undeclared (first use in this function) GST_TYPE_PAD_DIRECTION, GST_PAD_UNKNOWN, ^ gstpad.c:364:11: note: each undeclared identifier is reported only once for each function it appears in gstevent.c: In function ‘_priv_gst_event_initialize’: gstevent.c:147:21: warning: implicit declaration of function ‘gst_seek_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_seek_flags_get_type ()); ^ gstevent.c:147:3: warning: nested extern declaration of ‘gst_seek_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_seek_flags_get_type ()); ^ gstevent.c:148:21: warning: implicit declaration of function ‘gst_seek_type_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_seek_type_get_type ()); ^ gstevent.c:148:3: warning: nested extern declaration of ‘gst_seek_type_get_type’ [-Wnested-externs] g_type_class_ref (gst_seek_type_get_type ()); ^ gstsystemclock.c: In function ‘gst_system_clock_class_init’: gstsystemclock.c:168:11: error: ‘GST_TYPE_CLOCK_TYPE’ undeclared (first use in this function) GST_TYPE_CLOCK_TYPE, DEFAULT_CLOCK_TYPE, ^ gstsystemclock.c:168:11: note: each undeclared identifier is reported only once for each function it appears in gstevent.c: In function ‘gst_event_new_buffer_size’: gstevent.c:1028:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstevent.c:1028:27: note: each undeclared identifier is reported only once for each function it appears in gstevent.c: In function ‘gst_event_new_qos’: gstevent.c:1143:25: error: ‘GST_TYPE_QOS_TYPE’ undeclared (first use in this function) GST_QUARK (TYPE), GST_TYPE_QOS_TYPE, type, ^ gstevent.c: In function ‘gst_event_new_seek’: gstevent.c:1280:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstevent.c:1281:26: error: ‘GST_TYPE_SEEK_FLAGS’ undeclared (first use in this function) GST_QUARK (FLAGS), GST_TYPE_SEEK_FLAGS, flags, ^ gstevent.c:1282:29: error: ‘GST_TYPE_SEEK_TYPE’ undeclared (first use in this function) GST_QUARK (CUR_TYPE), GST_TYPE_SEEK_TYPE, start_type, ^ gstformat.c: In function ‘_priv_gst_format_initialize’: gstformat.c:78:21: warning: implicit declaration of function ‘gst_format_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_format_get_type ()); ^ gstformat.c:78:3: warning: nested extern declaration of ‘gst_format_get_type’ [-Wnested-externs] g_type_class_ref (gst_format_get_type ()); ^ gststreams.c: In function ‘gst_stream_class_init’: gstevent.c: In function ‘gst_event_new_step’: gstevent.c:1446:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstpadtemplate.c: In function ‘gst_pad_template_class_init’: gstevent.c: In function ‘gst_event_new_stream_start’: gststreams.c:139:7: error: ‘GST_TYPE_STREAM_FLAGS’ undeclared (first use in this function) GST_TYPE_STREAM_FLAGS, GST_STREAM_FLAG_NONE, ^ gststreams.c:139:7: note: each undeclared identifier is reported only once for each function it appears in gststreams.c:151:7: error: ‘GST_TYPE_STREAM_TYPE’ undeclared (first use in this function) GST_TYPE_STREAM_TYPE, GST_STREAM_TYPE_UNKNOWN, ^ gstevent.c:1608:26: error: ‘GST_TYPE_STREAM_FLAGS’ undeclared (first use in this function) GST_QUARK (FLAGS), GST_TYPE_STREAM_FLAGS, GST_STREAM_FLAG_NONE, NULL); ^ gstpadtemplate.c:172:11: error: ‘GST_TYPE_PAD_DIRECTION’ undeclared (first use in this function) GST_TYPE_PAD_DIRECTION, GST_PAD_UNKNOWN, ^ gstpadtemplate.c:172:11: note: each undeclared identifier is reported only once for each function it appears in gstpadtemplate.c:183:11: error: ‘GST_TYPE_PAD_PRESENCE’ undeclared (first use in this function) GST_TYPE_PAD_PRESENCE, GST_PAD_ALWAYS, ^ gstevent.c: In function ‘gst_event_set_stream_flags’: gstevent.c:1696:26: error: ‘GST_TYPE_STREAM_FLAGS’ undeclared (first use in this function) GST_QUARK (FLAGS), GST_TYPE_STREAM_FLAGS, flags, NULL); ^ gstevent.c: In function ‘gst_event_parse_stream_flags’: gstevent.c:1714:28: error: ‘GST_TYPE_STREAM_FLAGS’ undeclared (first use in this function) GST_QUARK (FLAGS), GST_TYPE_STREAM_FLAGS, flags, NULL); ^ gstquery.c: In function ‘gst_query_new_position’: gstquery.c:235:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstquery.c:235:27: note: each undeclared identifier is reported only once for each function it appears in gstquery.c: In function ‘gst_query_set_position’: gstquery.c:263:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstquery.c: In function ‘gst_query_new_duration’: gstquery.c:314:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstquery.c: In function ‘gst_query_set_duration’: gstquery.c:340:48: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) gst_structure_id_set (s, GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstquery.c: In function ‘gst_query_new_convert’: gstquery.c:477:31: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (SRC_FORMAT), GST_TYPE_FORMAT, src_format, ^ gstquery.c: In function ‘gst_query_set_convert’: gstquery.c:507:31: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (SRC_FORMAT), GST_TYPE_FORMAT, src_format, ^ gstquery.c: In function ‘gst_query_new_segment’: gstquery.c:572:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstquery.c: In function ‘gst_query_set_segment’: gstquery.c:612:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstquery.c: In function ‘gst_query_new_seeking’: gstquery.c:757:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstquery.c: In function ‘gst_query_set_seeking’: gstquery.c:788:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstevent.c: In function ‘gst_event_new_segment_done’: gstevent.c:2065:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstmessage.c: In function ‘gst_message_new_buffering’: gstmessage.c:731:35: error: ‘GST_TYPE_BUFFERING_MODE’ undeclared (first use in this function) GST_QUARK (BUFFERING_MODE), GST_TYPE_BUFFERING_MODE, GST_BUFFERING_STREAM, ^ gstmessage.c:731:35: note: each undeclared identifier is reported only once for each function it appears in gstmessage.c: In function ‘gst_message_new_state_changed’: gstmessage.c:762:30: error: ‘GST_TYPE_STATE’ undeclared (first use in this function) GST_QUARK (OLD_STATE), GST_TYPE_STATE, (gint) oldstate, ^ gstquery.c: In function ‘gst_query_list_add_format’: gstquery.c:883:24: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) g_value_init (&item, GST_TYPE_FORMAT); ^ gstmessage.c: In function ‘gst_message_new_structure_change’: Makefile:1481: recipe for target 'libgstreamer_1.0_la-gststreams.lo' failed make[4]: [libgstreamer_1.0_la-gststreams.lo] Error 1 gstmessage.c:907:25: error: ‘GST_TYPE_STRUCTURE_CHANGE_TYPE’ undeclared (first use in this function) GST_QUARK (TYPE), GST_TYPE_STRUCTURE_CHANGE_TYPE, type, ^ gstmessage.c: In function ‘gst_message_new_segment_start’: gstmessage.c:940:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstmessage.c: In function ‘gst_message_new_segment_done’: gstmessage.c:970:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstmessage.c: In function ‘gst_message_new_request_state’: gstmessage.c:1134:30: error: ‘GST_TYPE_STATE’ undeclared (first use in this function) GST_QUARK (NEW_STATE), GST_TYPE_STATE, (gint) state, NULL); ^ gstmessage.c: In function ‘gst_message_set_buffering_stats’: gstquery.c: In function ‘gst_query_new_buffering’: Makefile:1369: recipe for target 'libgstreamer_1.0_la-gstpadtemplate.lo' failed make[4]: [libgstreamer_1.0_la-gstpadtemplate.lo] Error 1 gstmessage.c:1263:35: error: ‘GST_TYPE_BUFFERING_MODE’ undeclared (first use in this function) GST_QUARK (BUFFERING_MODE), GST_TYPE_BUFFERING_MODE, mode, ^ gsttracerrecord.c: In function ‘build_field_template’: gstquery.c:1037:35: error: ‘GST_TYPE_BUFFERING_MODE’ undeclared (first use in this function) GST_QUARK (BUFFERING_MODE), GST_TYPE_BUFFERING_MODE, GST_BUFFERING_STREAM, ^ gstquery.c:1042:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gsttracerrecord.c:79:7: error: ‘GST_TYPE_TRACER_VALUE_FLAGS’ undeclared (first use in this function) GST_TYPE_TRACER_VALUE_FLAGS, &flags, NULL); ^ gsttracerrecord.c:79:7: note: each undeclared identifier is reported only once for each function it appears in Makefile:1495: recipe for target 'libgstreamer_1.0_la-gstsystemclock.lo' failed gstquery.c: In function ‘gst_query_set_buffering_stats’: make[4]: [libgstreamer_1.0_la-gstsystemclock.lo] Error 1 gstquery.c:1122:35: error: ‘GST_TYPE_BUFFERING_MODE’ undeclared (first use in this function) GST_QUARK (BUFFERING_MODE), GST_TYPE_BUFFERING_MODE, mode, ^ gstquery.c: In function ‘gst_query_set_buffering_range’: gstquery.c:1187:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstmessage.c: In function ‘gst_message_new_stream_status’: gstmessage.c:1712:25: error: ‘GST_TYPE_STREAM_STATUS_TYPE’ undeclared (first use in this function) GST_QUARK (TYPE), GST_TYPE_STREAM_STATUS_TYPE, (gint) type, ^ gstmessage.c: In function ‘gst_message_new_step_done’: gstmessage.c:1830:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstmessage.c: In function ‘gst_message_parse_step_done’: gstmessage.c:1869:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstmessage.c: In function ‘gst_message_new_step_start’: gstmessage.c:1912:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ Makefile:1558: recipe for target 'libgstreamer_1.0_la-gsttracerrecord.lo' failed make[4]: [libgstreamer_1.0_la-gsttracerrecord.lo] Error 1 gstmessage.c: In function ‘gst_message_parse_step_start’: gstmessage.c:1949:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gstmessage.c: In function ‘gst_message_new_qos’: gstmessage.c:1999:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, GST_FORMAT_UNDEFINED, ^ gstmessage.c: In function ‘gst_message_set_qos_stats’: gstmessage.c:2066:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gst.c: In function ‘init_post’: gst.c:596:21: warning: implicit declaration of function ‘gst_debug_color_mode_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_debug_color_mode_get_type ()); ^ gst.c:596:3: warning: nested extern declaration of ‘gst_debug_color_mode_get_type’ [-Wnested-externs] g_type_class_ref (gst_debug_color_mode_get_type ()); ^ gst.c:600:21: warning: implicit declaration of function ‘gst_object_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_object_flags_get_type ()); ^ gst.c:600:3: warning: nested extern declaration of ‘gst_object_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_object_flags_get_type ()); ^ gst.c:601:21: warning: implicit declaration of function ‘gst_bin_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_bin_flags_get_type ()); ^ gst.c:601:3: warning: nested extern declaration of ‘gst_bin_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_bin_flags_get_type ()); ^ gst.c:602:21: warning: implicit declaration of function ‘gst_buffer_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_buffer_flags_get_type ()); ^ gst.c:602:3: warning: nested extern declaration of ‘gst_buffer_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_buffer_flags_get_type ()); ^ gst.c:603:21: warning: implicit declaration of function ‘gst_buffer_copy_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_buffer_copy_flags_get_type ()); ^ gst.c:603:3: warning: nested extern declaration of ‘gst_buffer_copy_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_buffer_copy_flags_get_type ()); ^ gst.c:604:21: warning: implicit declaration of function ‘gst_bus_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_bus_flags_get_type ()); ^ gstmessage.c: In function ‘gst_message_parse_qos_stats’: gstmessage.c:2173:27: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function) GST_QUARK (FORMAT), GST_TYPE_FORMAT, format, ^ gst.c:604:3: warning: nested extern declaration of ‘gst_bus_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_bus_flags_get_type ()); ^ gst.c:605:21: warning: implicit declaration of function ‘gst_bus_sync_reply_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_bus_sync_reply_get_type ()); ^ gst.c:605:3: warning: nested extern declaration of ‘gst_bus_sync_reply_get_type’ [-Wnested-externs] g_type_class_ref (gst_bus_sync_reply_get_type ()); ^ gst.c:606:21: warning: implicit declaration of function ‘gst_caps_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_caps_flags_get_type ()); ^ gst.c:606:3: warning: nested extern declaration of ‘gst_caps_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_caps_flags_get_type ()); ^ gst.c:607:21: warning: implicit declaration of function ‘gst_clock_return_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_clock_return_get_type ()); ^ gst.c:607:3: warning: nested extern declaration of ‘gst_clock_return_get_type’ [-Wnested-externs] g_type_class_ref (gst_clock_return_get_type ()); ^ gst.c:608:21: warning: implicit declaration of function ‘gst_clock_entry_type_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_clock_entry_type_get_type ()); ^ gst.c:608:3: warning: nested extern declaration of ‘gst_clock_entry_type_get_type’ [-Wnested-externs] g_type_class_ref (gst_clock_entry_type_get_type ()); ^ gst.c:609:21: warning: implicit declaration of function ‘gst_clock_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_clock_flags_get_type ()); ^ gst.c:609:3: warning: nested extern declaration of ‘gst_clock_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_clock_flags_get_type ()); ^ gst.c:610:21: warning: implicit declaration of function ‘gst_clock_type_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_clock_type_get_type ()); ^ gstmessage.c: In function ‘gst_message_new_progress’: gstmessage.c:2208:25: error: ‘GST_TYPE_PROGRESS_TYPE’ undeclared (first use in this function) GST_QUARK (TYPE), GST_TYPE_PROGRESS_TYPE, type, ^ gst.c:610:3: warning: nested extern declaration of ‘gst_clock_type_get_type’ [-Wnested-externs] g_type_class_ref (gst_clock_type_get_type ()); ^ gstmessage.c: In function ‘gst_message_parse_progress’: gst.c:611:21: warning: implicit declaration of function ‘gst_debug_graph_details_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_debug_graph_details_get_type ()); ^ gst.c:611:3: warning: nested extern declaration of ‘gst_debug_graph_details_get_type’ [-Wnested-externs] g_type_class_ref (gst_debug_graph_details_get_type ()); ^ gst.c:612:21: warning: implicit declaration of function ‘gst_state_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_state_get_type ()); ^ gstquery.c: In function ‘gst_query_new_scheduling’: gst.c:612:3: warning: nested extern declaration of ‘gst_state_get_type’ [-Wnested-externs] g_type_class_ref (gst_state_get_type ()); ^ gst.c:613:21: warning: implicit declaration of function ‘gst_state_change_return_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_state_change_return_get_type ()); ^ gstquery.c:2112:26: error: ‘GST_TYPE_SCHEDULING_FLAGS’ undeclared (first use in this function) GST_QUARK (FLAGS), GST_TYPE_SCHEDULING_FLAGS, 0, ^ gstquery.c: In function ‘gst_query_set_scheduling’: gstquery.c:2142:26: error: ‘GST_TYPE_SCHEDULING_FLAGS’ undeclared (first use in this function) GST_QUARK (FLAGS), GST_TYPE_SCHEDULING_FLAGS, flags, ^ gstquery.c: In function ‘gst_query_parse_scheduling’: gstquery.c:2168:26: error: ‘GST_TYPE_SCHEDULING_FLAGS’ undeclared (first use in this function) GST_QUARK (FLAGS), GST_TYPE_SCHEDULING_FLAGS, flags, ^ gst.c:613:3: warning: nested extern declaration of ‘gst_state_change_return_get_type’ [-Wnested-externs] g_type_class_ref (gst_state_change_return_get_type ()); ^ gst.c:614:21: warning: implicit declaration of function ‘gst_state_change_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_state_change_get_type ()); ^ gst.c:614:3: warning: nested extern declaration of ‘gst_state_change_get_type’ [-Wnested-externs] g_type_class_ref (gst_state_change_get_type ()); ^ gst.c:615:21: warning: implicit declaration of function ‘gst_element_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_element_flags_get_type ()); ^ gst.c:615:3: warning: nested extern declaration of ‘gst_element_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_element_flags_get_type ()); ^ gst.c:616:21: warning: implicit declaration of function ‘gst_tracer_value_scope_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_tracer_value_scope_get_type ()); ^ gst.c:616:3: warning: nested extern declaration of ‘gst_tracer_value_scope_get_type’ [-Wnested-externs] g_type_class_ref (gst_tracer_value_scope_get_type ()); ^ gst.c:617:21: warning: implicit declaration of function ‘gst_tracer_value_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_tracer_value_flags_get_type ()); ^ gst.c:617:3: warning: nested extern declaration of ‘gst_tracer_value_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_tracer_value_flags_get_type ()); ^ gst.c:618:21: warning: implicit declaration of function ‘gst_core_error_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_core_error_get_type ()); ^ gst.c:618:3: warning: nested extern declaration of ‘gst_core_error_get_type’ [-Wnested-externs] g_type_class_ref (gst_core_error_get_type ()); ^ gst.c:619:21: warning: implicit declaration of function ‘gst_library_error_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_library_error_get_type ()); ^ gst.c:619:3: warning: nested extern declaration of ‘gst_library_error_get_type’ [-Wnested-externs] g_type_class_ref (gst_library_error_get_type ()); ^ gst.c:620:21: warning: implicit declaration of function ‘gst_resource_error_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_resource_error_get_type ()); ^ gst.c:620:3: warning: nested extern declaration of ‘gst_resource_error_get_type’ [-Wnested-externs] g_type_class_ref (gst_resource_error_get_type ()); ^ gst.c:621:21: warning: implicit declaration of function ‘gst_stream_error_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_stream_error_get_type ()); ^ gst.c:621:3: warning: nested extern declaration of ‘gst_stream_error_get_type’ [-Wnested-externs] g_type_class_ref (gst_stream_error_get_type ()); ^ gst.c:622:21: warning: implicit declaration of function ‘gst_event_type_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_event_type_flags_get_type ()); ^ gst.c:622:3: warning: nested extern declaration of ‘gst_event_type_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_event_type_flags_get_type ()); ^ gstmessage.c:2238:25: error: ‘GST_TYPE_PROGRESS_TYPE’ undeclared (first use in this function) GST_QUARK (TYPE), GST_TYPE_PROGRESS_TYPE, type, ^ Makefile:1292: recipe for target 'libgstreamer_1.0_la-gstevent.lo' failed make[4]: *** [libgstreamer_1.0_la-gstevent.lo] Error 1 gst.c:623:21: warning: implicit declaration of function ‘gst_event_type_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_event_type_get_type ()); ^ gst.c:623:3: warning: nested extern declaration of ‘gst_event_type_get_type’ [-Wnested-externs] g_type_class_ref (gst_event_type_get_type ()); ^ gst.c:624:21: warning: implicit declaration of function ‘gst_seek_type_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_seek_type_get_type ()); ^ gst.c:624:3: warning: nested extern declaration of ‘gst_seek_type_get_type’ [-Wnested-externs] g_type_class_ref (gst_seek_type_get_type ()); ^ gst.c:625:21: warning: implicit declaration of function ‘gst_seek_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_seek_flags_get_type ()); ^ gst.c:625:3: warning: nested extern declaration of ‘gst_seek_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_seek_flags_get_type ()); ^ gst.c:626:21: warning: implicit declaration of function ‘gst_qos_type_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_qos_type_get_type ()); ^ gst.c:626:3: warning: nested extern declaration of ‘gst_qos_type_get_type’ [-Wnested-externs] g_type_class_ref (gst_qos_type_get_type ()); ^ gst.c:627:21: warning: implicit declaration of function ‘gst_format_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_format_get_type ()); ^ gst.c:627:3: warning: nested extern declaration of ‘gst_format_get_type’ [-Wnested-externs] g_type_class_ref (gst_format_get_type ()); ^ gst.c:628:21: warning: implicit declaration of function ‘gst_debug_level_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_debug_level_get_type ()); ^ gst.c:628:3: warning: nested extern declaration of ‘gst_debug_level_get_type’ [-Wnested-externs] g_type_class_ref (gst_debug_level_get_type ()); ^ gst.c:629:21: warning: implicit declaration of function ‘gst_debug_color_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_debug_color_flags_get_type ()); ^ gst.c:629:3: warning: nested extern declaration of ‘gst_debug_color_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_debug_color_flags_get_type ()); ^ gst.c:630:21: warning: implicit declaration of function ‘gst_iterator_result_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_iterator_result_get_type ()); ^ gst.c:630:3: warning: nested extern declaration of ‘gst_iterator_result_get_type’ [-Wnested-externs] g_type_class_ref (gst_iterator_result_get_type ()); ^ gst.c:631:21: warning: implicit declaration of function ‘gst_iterator_item_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_iterator_item_get_type ()); ^ gst.c:631:3: warning: nested extern declaration of ‘gst_iterator_item_get_type’ [-Wnested-externs] g_type_class_ref (gst_iterator_item_get_type ()); ^ gst.c:632:21: warning: implicit declaration of function ‘gst_message_type_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_message_type_get_type ()); ^ gst.c:632:3: warning: nested extern declaration of ‘gst_message_type_get_type’ [-Wnested-externs] g_type_class_ref (gst_message_type_get_type ()); ^ gst.c:633:21: warning: implicit declaration of function ‘gst_mini_object_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_mini_object_flags_get_type ()); ^ gst.c:633:3: warning: nested extern declaration of ‘gst_mini_object_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_mini_object_flags_get_type ()); ^ gst.c:634:21: warning: implicit declaration of function ‘gst_pad_link_return_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_pad_link_return_get_type ()); ^ gst.c:634:3: warning: nested extern declaration of ‘gst_pad_link_return_get_type’ [-Wnested-externs] g_type_class_ref (gst_pad_link_return_get_type ()); ^ gst.c:635:21: warning: implicit declaration of function ‘gst_pad_link_check_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_pad_link_check_get_type ()); ^ gst.c:635:3: warning: nested extern declaration of ‘gst_pad_link_check_get_type’ [-Wnested-externs] g_type_class_ref (gst_pad_link_check_get_type ()); ^ gst.c:636:21: warning: implicit declaration of function ‘gst_flow_return_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_flow_return_get_type ()); ^ gst.c:636:3: warning: nested extern declaration of ‘gst_flow_return_get_type’ [-Wnested-externs] g_type_class_ref (gst_flow_return_get_type ()); ^ gst.c:637:21: warning: implicit declaration of function ‘gst_pad_mode_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_pad_mode_get_type ()); ^ gst.c:637:3: warning: nested extern declaration of ‘gst_pad_mode_get_type’ [-Wnested-externs] g_type_class_ref (gst_pad_mode_get_type ()); ^ gst.c:638:21: warning: implicit declaration of function ‘gst_pad_direction_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_pad_direction_get_type ()); ^ gst.c:638:3: warning: nested extern declaration of ‘gst_pad_direction_get_type’ [-Wnested-externs] g_type_class_ref (gst_pad_direction_get_type ()); ^ gst.c:639:21: warning: implicit declaration of function ‘gst_pad_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_pad_flags_get_type ()); ^ gst.c:639:3: warning: nested extern declaration of ‘gst_pad_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_pad_flags_get_type ()); ^ gst.c:640:21: warning: implicit declaration of function ‘gst_pad_presence_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_pad_presence_get_type ()); ^ gst.c:640:3: warning: nested extern declaration of ‘gst_pad_presence_get_type’ [-Wnested-externs] g_type_class_ref (gst_pad_presence_get_type ()); ^ gst.c:641:21: warning: implicit declaration of function ‘gst_pad_template_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_pad_template_flags_get_type ()); ^ gst.c:641:3: warning: nested extern declaration of ‘gst_pad_template_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_pad_template_flags_get_type ()); ^ gst.c:642:21: warning: implicit declaration of function ‘gst_pipeline_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_pipeline_flags_get_type ()); ^ gst.c:642:3: warning: nested extern declaration of ‘gst_pipeline_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_pipeline_flags_get_type ()); ^ gst.c:643:21: warning: implicit declaration of function ‘gst_plugin_error_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_plugin_error_get_type ()); ^ gst.c:643:3: warning: nested extern declaration of ‘gst_plugin_error_get_type’ [-Wnested-externs] g_type_class_ref (gst_plugin_error_get_type ()); ^ gst.c:644:21: warning: implicit declaration of function ‘gst_plugin_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_plugin_flags_get_type ()); ^ gst.c:644:3: warning: nested extern declaration of ‘gst_plugin_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_plugin_flags_get_type ()); ^ gst.c:645:21: warning: implicit declaration of function ‘gst_plugin_dependency_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_plugin_dependency_flags_get_type ()); ^ gst.c:645:3: warning: nested extern declaration of ‘gst_plugin_dependency_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_plugin_dependency_flags_get_type ()); ^ gst.c:646:21: warning: implicit declaration of function ‘gst_rank_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_rank_get_type ()); ^ gst.c:646:3: warning: nested extern declaration of ‘gst_rank_get_type’ [-Wnested-externs] g_type_class_ref (gst_rank_get_type ()); ^ gst.c:647:21: warning: implicit declaration of function ‘gst_query_type_flags_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_query_type_flags_get_type ()); ^ gst.c:647:3: warning: nested extern declaration of ‘gst_query_type_flags_get_type’ [-Wnested-externs] g_type_class_ref (gst_query_type_flags_get_type ()); ^ gst.c:648:21: warning: implicit declaration of function ‘gst_query_type_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_query_type_get_type ()); ^ gst.c:648:3: warning: nested extern declaration of ‘gst_query_type_get_type’ [-Wnested-externs] g_type_class_ref (gst_query_type_get_type ()); ^ gst.c:649:21: warning: implicit declaration of function ‘gst_buffering_mode_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_buffering_mode_get_type ()); ^ gst.c:649:3: warning: nested extern declaration of ‘gst_buffering_mode_get_type’ [-Wnested-externs] g_type_class_ref (gst_buffering_mode_get_type ()); ^ gst.c:650:21: warning: implicit declaration of function ‘gst_stream_status_type_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_stream_status_type_get_type ()); ^ gst.c:650:3: warning: nested extern declaration of ‘gst_stream_status_type_get_type’ [-Wnested-externs] g_type_class_ref (gst_stream_status_type_get_type ()); ^ gst.c:651:21: warning: implicit declaration of function ‘gst_structure_change_type_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_structure_change_type_get_type ()); ^ gst.c:651:3: warning: nested extern declaration of ‘gst_structure_change_type_get_type’ [-Wnested-externs] g_type_class_ref (gst_structure_change_type_get_type ()); ^ gst.c:652:21: warning: implicit declaration of function ‘gst_tag_merge_mode_get_type’ [-Wimplicit-function-declaration] g_type_class_ref (gst_tag_merge_mode_get_type ()); ^ gst.c:652:3: warning: nested extern declaration of ‘gst_tag_merge_mode_get_type’ [-Wnested-externs] g_type_class_ref (gst_tag_merge_mode_get_type ()); ^ gst.c:653:21: warning: implicit declaration of function ‘gst_tag_flag_get_type’ [-Wimpl

frozenberg commented 6 years ago

Hi @kiruthi95,

Unfortunately we aren't going to be able to provide adequate support for a gstreamer cross-compile. Any help that I give you is basically guesswork trying to decipher those logs. You might have more luck on the gstreamer forum.

Good luck!

kiruthi95 commented 6 years ago

Thanks

On Tue, Feb 6, 2018 at 10:48 PM, frozenberg notifications@github.com wrote:

Hi @kiruthi95 https://github.com/kiruthi95,

Unfortunately we aren't going to be able to provide adequate support for a gstreamer cross-compile. Any help that I give you is basically guesswork trying to decipher those logs. You might have more luck on the gstreamer forum.

Good luck!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alexa/avs-device-sdk/issues/490#issuecomment-363496775, or mute the thread https://github.com/notifications/unsubscribe-auth/AhNzEbpvDCfBOvXNVH2cHCK58lgQ_QvDks5tSIl7gaJpZM4R1ZSa .

avp24 commented 5 years ago

Hi @kiruthi95 , Were you able to successfully cross compile gstreamer & its plugins for ARM? Did your SampleApp on ARM works?

Thanks!

ssprasad50 commented 5 years ago

hello , we are cross-compiling gstreamer1.15.0.1 on arm-linux-androideabi while configuring we are able to get as following

sudo ./configure --prefix=/home/vasu/gstreamer/build CC=arm-linux-androideabi-gcc --target=arm-linux-androideabi --host=arm-linux-androideabi --enable-shared --with-sysroot=/home/vasu/myandroid/prebuilts/ndk/9/platforms/android-9/arch-arm

[sudo] password for vasu:

checking build system type... x86_64-pc-linux-gnu checking host system type... arm-unknown-linux-androideabi checking target system type... arm-unknown-linux-androideabi checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking nano version... 1 checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking how to print strings... printf checking for style of include used by make... GNU checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-linux-androideabi-gcc accepts -g... yes checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed checking whether arm-linux-androideabi-gcc understands -c and -o together... yes checking dependency style of arm-linux-androideabi-gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by arm-linux-androideabi-gcc... /usr/arm-linux-androideabi/bin/ld checking if the linker (/usr/arm-linux-androideabi/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/arm-linux-androideabi-nm -B checking the name lister (/usr/bin/arm-linux-androideabi-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/arm-linux-androideabi/bin/ld option to reload object files... -r checking for arm-linux-androideabi-objdump... arm-linux-androideabi-objdump checking how to recognize dependent libraries... pass_all checking for arm-linux-androideabi-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar checking for archiver @FILE support... @ checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib checking command to parse /usr/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok checking for sysroot... /home/vasu/myandroid/prebuilts/ndk/9/platforms/android-9/arch-arm checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for arm-linux-androideabi-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... arm-linux-androideabi-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes checking if arm-linux-androideabi-gcc static flag -static works... yes checking if arm-linux-androideabi-gcc supports -c -o file.o... yes checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes checking whether the arm-linux-androideabi-gcc linker (/usr/arm-linux-androideabi/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... Android linker checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... cross checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/arm-linux-androideabi/bin/ld checking if the linker (/usr/arm-linux-androideabi/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... no, consider installing GNU libiconv checking for GNU gettext in libintl... no checking whether to use NLS... no DOMAIN = gstreamer-1.0 checking for arm-linux-androideabi-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for VALGRIND... no configure: Using GStreamer git as package name configure: Using Unknown package origin as package origin configure: Using GST_PKG_CONFIG_PATH = $(top_builddir)/pkgconfig configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2019-01-25T06:11Z checking for BASH_COMPLETION... yes configure: WARNING: Sissy ! By asking to not build the tests known to fail, you hereby waive your right to customer support. If you do not agree with this EULA, please press Ctrl-C before the next line is printed. By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA. checking whether PTP support can be enabled... no checking for cap_init in -lcap... no checking for setcap... /sbin/setcap checking whether byte ordering is bigendian... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... unknown checking for _LARGE_FILES value needed for large files... unknown checking for arm-linux-androideabi-gcc... (cached) arm-linux-androideabi-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether arm-linux-androideabi-gcc accepts -g... (cached) yes checking for arm-linux-androideabi-gcc option to accept ISO C89... (cached) none needed checking whether arm-linux-androideabi-gcc understands -c and -o together... (cached) yes checking dependency style of arm-linux-androideabi-gcc... (cached) gcc3 checking for arm-linux-androideabi-gcc option to accept ISO C99... -std=gnu99 checking for arm-linux-androideabi-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking dependency style of arm-linux-androideabi-gcc -std=gnu99... gcc3 checking for arm-linux-androideabi-g++... arm-linux-androideabi-g++ checking whether we are using the GNU C++ compiler... yes checking whether arm-linux-androideabi-g++ accepts -g... yes checking dependency style of arm-linux-androideabi-g++... gcc3 checking how to run the C++ preprocessor... arm-linux-androideabi-g++ -E checking for ld used by arm-linux-androideabi-g++... /usr/arm-linux-androideabi/bin/ld checking if the linker (/usr/arm-linux-androideabi/bin/ld) is GNU ld... yes checking whether the arm-linux-androideabi-g++ linker (/usr/arm-linux-androideabi/bin/ld) supports shared libraries... yes checking for arm-linux-androideabi-g++ option to produce PIC... -fPIC -DPIC checking if arm-linux-androideabi-g++ PIC flag -fPIC -DPIC works... yes checking if arm-linux-androideabi-g++ static flag -static works... yes checking if arm-linux-androideabi-g++ supports -c -o file.o... yes checking if arm-linux-androideabi-g++ supports -c -o file.o... (cached) yes checking whether the arm-linux-androideabi-g++ linker (/usr/arm-linux-androideabi/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... Android linker checking how to hardcode library paths into programs... immediate configure: working c++ compiler found: yes checking for perl... /usr/bin/perl checking for bison... /usr/bin/bison checking bison version 3.0.4 >= 2.4... yes checking for flex... /usr/bin/flex checking flex version flex 2.6.0 >= 2.5.31... yes checking for valgrind... no checking for gobject-introspection... no checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... no checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking whether to build plugin documentation... no (gtk-doc disabled or not available) checking for cos in -lm... yes checking for ANSI C header files... (cached) yes checking for ucontext.h... no checking for sys/socket.h... yes checking for sys/times.h... yes checking for unistd.h... (cached) yes checking for process.h... no checking for sys/utsname.h... yes checking for stdio_ext.h... no checking whether arm-linux-androideabi-gcc -std=gnu99 is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... no checking for sys/prctl.h... yes checking for pthread_setname_np(const char*)... no checking for sys/uio.h... yes checking for valgrind/valgrind.h... no checking for winsock2.h... no checking for gmpz_init_set_d in -lgmp... no checking for gsl_rng_uniform_int in -lgsl... no checking for uint128_t... no checking for tm_gmtoff... no (cross compiling) checking for strcasestr... yes checking for gmtime_r... yes checking for localtime_r... yes checking for sigaction... yes checking for getrusage... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for ftello... yes checking for fgetpos... yes checking for fsetpos... yes checking for sys/poll.h... yes checking for poll.h... yes checking for poll... yes checking for ppoll... no checking for pselect... yes checking for socketpair... yes checking for broken poll... no (cross compiling) checking for getpagesize... no checking for clock_gettime... yes checking for posix timers... yes checking for monotonic clock... no checking whether arm-linux-androideabi-gcc -std=gnu99 implements __PRETTY_FUNCTION... yes checking whether arm-linux-androideabi-gcc -std=gnu99 implements FUNCTION... yes checking whether arm-linux-androideabi-gcc -std=gnu99 implements func... yes checking for dladdr in -ldl... yes checking for long long int... yes checking for unsigned long long int... yes checking for inttypes.h... yes checking for stdint.h... yes checking for ptrdiff_t... yes checking for intmax_t... yes checking for size_t... yes checking for GLIB... yes checking for glib-genmarshal... glib-genmarshal (from pkg-config path) checking for glib-mkenums... glib-mkenums checking for GIO... yes checking for GTK... yes checking for UNWIND... no checking for DW... no checking for backtrace... no checking to see if compiler understands -fvisibility=hidden... yes checking for -Bsymbolic-functions linker flag... yes configure: Using /home/vasu/gstreamer/build/lib/gstreamer-1.0 as the plugin install location checking to see if compiler understands -Wall... yes checking to see if compiler understands -Wdeclaration-after-statement... yes checking to see if compiler understands -Wvla... yes checking to see if compiler understands -Wpointer-arith... yes checking to see if compiler understands -Werror... yes checking to see if compiler understands -Wmissing-declarations... yes checking to see if compiler understands -Wmissing-prototypes... yes checking to see if compiler understands -Wredundant-decls... yes checking to see if compiler understands -Wundef... yes checking to see if compiler understands -Wwrite-strings... yes checking to see if compiler understands -Wformat-nonliteral... yes checking to see if compiler understands -Wformat-security... yes checking to see if compiler understands -Wold-style-definition... yes checking to see if compiler understands -Winit-self... yes checking to see if compiler understands -Wmissing-include-dirs... yes checking to see if compiler understands -Waddress... yes checking to see if compiler understands -Waggregate-return... yes checking to see if compiler understands -Wno-multichar... yes checking to see if compiler understands -Wnested-externs... yes configure: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs configure: set ERROR_CFLAGS to -Werror checking to see if compiler understands -Wno-format-nonliteral... yes checking to see if compiler understands -fno-strict-aliasing... yes configure: Running check unit test framework checks now... checking for unistd.h... (cached) yes checking for sys/wait.h... yes checking for sys/time.h... yes checking for localtime_r... (cached) yes checking for gettimeofday... yes checking for getpid... yes checking for _getpid... no checking whether strdup is declared... yes checking for _strdup... no checking for getline... no checking for mkstemp... yes checking for fork... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking whether alarm is declared... yes checking whether localtime_r is declared... yes checking whether strsignal is declared... yes checking for alarm... yes checking for setitimer... yes checking for strsignal... yes checking for struct timespec.tv_sec... yes checking for struct timespec.tv_nsec... yes checking for struct itimerspec.it_interval... yes checking for struct itimerspec.it_value... yes checking for timer_t... yes checking for clockid_t... yes checking for timer_create, timer_settime, timer_delete in -lrt... no checking for stdint types... stdint.h (shortcircuit) make use of stdint.h in _stdint.h (assuming C99 compatible system) checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating data/bash-completion/helpers/gst config.status: creating gst/Makefile config.status: creating gst/gstconfig.h config.status: creating gst/gstversion.h config.status: creating libs/gst/helpers/libgstreamer-gdb.py config.status: creating gst/parse/Makefile config.status: creating gst/printf/Makefile config.status: creating libs/Makefile config.status: creating libs/gst/Makefile config.status: creating libs/gst/base/Makefile config.status: creating libs/gst/check/Makefile config.status: creating libs/gst/check/libcheck/Makefile config.status: creating libs/gst/check/internal-check.h config.status: creating libs/gst/controller/Makefile config.status: creating libs/gst/helpers/Makefile config.status: creating libs/gst/net/Makefile config.status: creating plugins/Makefile config.status: creating plugins/elements/Makefile config.status: creating plugins/tracers/Makefile config.status: creating po/Makefile.in config.status: creating tests/Makefile config.status: creating tests/benchmarks/Makefile config.status: creating tests/check/Makefile config.status: creating tests/misc/Makefile config.status: creating tests/examples/Makefile config.status: creating tests/examples/adapter/Makefile config.status: creating tests/examples/controller/Makefile config.status: creating tests/examples/stepping/Makefile config.status: creating tests/examples/helloworld/Makefile config.status: creating tests/examples/memory/Makefile config.status: creating tests/examples/netclock/Makefile config.status: creating tests/examples/ptp/Makefile config.status: creating tests/examples/streamiddemux/Makefile config.status: creating tests/examples/streams/Makefile config.status: creating tools/Makefile config.status: creating common/Makefile config.status: creating common/m4/Makefile config.status: creating docs/Makefile config.status: creating docs/gst/Makefile config.status: creating docs/gst/gstreamer.types config.status: creating docs/libs/Makefile config.status: creating docs/plugins/Makefile config.status: creating docs/version.entities config.status: creating m4/Makefile config.status: creating pkgconfig/Makefile config.status: creating stamp.h config.status: creating pkgconfig/gstreamer.pc config.status: creating pkgconfig/gstreamer-uninstalled.pc config.status: creating pkgconfig/gstreamer-base.pc config.status: creating pkgconfig/gstreamer-base-uninstalled.pc config.status: creating pkgconfig/gstreamer-check.pc config.status: creating pkgconfig/gstreamer-check-uninstalled.pc config.status: creating pkgconfig/gstreamer-controller.pc config.status: creating pkgconfig/gstreamer-controller-uninstalled.pc config.status: creating pkgconfig/gstreamer-net.pc config.status: creating pkgconfig/gstreamer-net-uninstalled.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing _stdint.h commands config.status: creating _stdint.h : _GSTREAMERSTDINT_H config.status: _stdint.h is unchanged

Configuration Version : 1.15.0.1 Source code location : . Prefix : /home/vasu/gstreamer/build Compiler : arm-linux-androideabi-gcc -std=gnu99 Package name : GStreamer git Package origin : Unknown package origin

API Documentation          : no

Debug logging              : yes
Tracing subsystem hooks    : yes
Command-line parser        : yes
Option parsing in gst_init : yes
Plugin registry            : yes
Plugin support             : yes
Static plugins             : 
Unit testing support       : yes
PTP clock support          : no
libunwind support          : no
libdw support              : no

Debug                      : yes
Profiling                  : no

Building benchmarks        : yes
Building examples          : yes
Building test apps         : yes
Building tests that fail   : no
Building tools             : yes

vasu@vasu:~/gstreamer$ sudo make make all-recursive make[1]: Entering directory '/home/vasu/gstreamer' Making all in pkgconfig make[2]: Entering directory '/home/vasu/gstreamer/pkgconfig' CP gstreamer-1.0.pc CP gstreamer-base-1.0.pc CP gstreamer-check-1.0.pc CP gstreamer-controller-1.0.pc CP gstreamer-net-1.0.pc GEN gstreamer-1.0-uninstalled.pc GEN gstreamer-base-1.0-uninstalled.pc GEN gstreamer-check-1.0-uninstalled.pc GEN gstreamer-controller-1.0-uninstalled.pc GEN gstreamer-net-1.0-uninstalled.pc make[2]: Leaving directory '/home/vasu/gstreamer/pkgconfig' Making all in gst make[2]: Entering directory '/home/vasu/gstreamer/gst' make all-recursive make[3]: Entering directory '/home/vasu/gstreamer/gst' Making all in parse make[4]: Entering directory '/home/vasu/gstreamer/gst/parse' CC libgstparse_la-lex.priv_gst_parse_yy.lo In file included from ../gsttracerutils.h:30:0, from ../gst_private.h:68, from parse.l:2: ../../gst/gstutils.h: In function '__gst_slow_read64_be': ../../gst/gstutils.h:260:3: error: left shift count >= width of type [-Werror] ../../gst/gstutils.h:260:3: error: left shift count >= width of type [-Werror] ../../gst/gstutils.h:260:3: error: left shift count >= width of type [-Werror] ../../gst/gstutils.h:260:3: error: left shift count >= width of type [-Werror] ../../gst/gstutils.h: In function '__gst_slow_read64_le': ../../gst/gstutils.h:264:3: error: left shift count >= width of type [-Werror] ../../gst/gstutils.h:264:3: error: left shift count >= width of type [-Werror] ../../gst/gstutils.h:264:3: error: left shift count >= width of type [-Werror] ../../gst/gstutils.h:264:3: error: left shift count >= width of type [-Werror] ../../gst/gstutils.h: In function 'GST_WRITE_DOUBLE_LE': ../../gst/gstutils.h:826:3: error: right shift count >= width of type [-Werror] ../../gst/gstutils.h:826:3: error: right shift count >= width of type [-Werror] ../../gst/gstutils.h:826:3: error: right shift count >= width of type [-Werror] ../../gst/gstutils.h:826:3: error: right shift count >= width of type [-Werror] ../../gst/gstutils.h: In function 'GST_WRITE_DOUBLE_BE': ../../gst/gstutils.h:846:3: error: right shift count >= width of type [-Werror] ../../gst/gstutils.h:846:3: error: right shift count >= width of type [-Werror] ../../gst/gstutils.h:846:3: error: right shift count >= width of type [-Werror] ../../gst/gstutils.h:846:3: error: right shift count >= width of type [-Werror] cc1: all warnings being treated as errors Makefile:601: recipe for target 'libgstparse_la-lex.priv_gst_parse_yy.lo' failed make[4]: [libgstparse_la-lex.priv_gst_parse_yy.lo] Error 1 make[4]: Leaving directory '/home/vasu/gstreamer/gst/parse' Makefile:1732: recipe for target 'all-recursive' failed make[3]: [all-recursive] Error 1 make[3]: Leaving directory '/home/vasu/gstreamer/gst' Makefile:936: recipe for target 'all' failed make[2]: [all] Error 2 make[2]: Leaving directory '/home/vasu/gstreamer/gst' Makefile:742: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/home/vasu/gstreamer' Makefile:648: recipe for target 'all' failed make: *** [all] Error 2

im not able to solve this error Could you please suggest me and help me in solving this error:

Thanks and Regards, Sai Siva Prasad G