Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vanhofen@jessie:~/ni/buildsystem[master]$ make djmount
- rm -rf /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71
- tar -C /home/vanhofen/ni/buildsystem/build_tmp -xf /home/vanhofen/ni/buildsystem/download/djmount-0.71.tar.gz
- set -e; cd /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71; \
- l=`echo `; test -z $l && l=1; for i in djmount-fix-hang-with-asset-upnp.patch djmount-fix-incorrect-range-when-retrieving-content-via-HTTP.patch djmount-fix-new-autotools.diff djmount-fixed-crash-when-using-UTF-8-charset.patch djmount-fixed-crash.patch djmount-support-fstab-mounting.diff djmount-support-seeking-in-large-2gb-files.patch djmount-fix-compile-with-newer-gcc.patch; do if [ -d $i ]; then for p in $i/*; do echo -e "\033[40;0;33mApplying $p\033[0m"; if [ ${p:0:1} == "/" ]; then patch -p$l -i $p; else patch -p$l -i /home/vanhofen/ni/buildsystem/patches/$p; fi; done; else echo -e "\033[40;0;33mApplying $i\033[0m"; if [ ${i:0:1} == "/" ]; then patch -p$l -i $i; else patch -p$l -i /home/vanhofen/ni/buildsystem/patches/$i; fi; fi; done; \
- touch libupnp/config.aux/config.rpath; \
- autoreconf -fi; \
- test -f ./configure || ./autogen.sh && CROSS_COMPILE="arm-cortex-linux-gnueabihf-" CC="arm-cortex-linux-gnueabihf-gcc" GCC="arm-cortex-linux-gnueabihf-gcc" CPP="arm-cortex-linux-gnueabihf-cpp" CXX="arm-cortex-linux-gnueabihf-g++" LD="arm-cortex-linux-gnueabihf-ld" AR="arm-cortex-linux-gnueabihf-ar" AS="arm-cortex-linux-gnueabihf-as" NM="arm-cortex-linux-gnueabihf-nm" OBJCOPY="arm-cortex-linux-gnueabihf-objcopy" OBJDUMP="arm-cortex-linux-gnueabihf-objdump" RANLIB="arm-cortex-linux-gnueabihf-ranlib" READELF="arm-cortex-linux-gnueabihf-readelf" STRIP="arm-cortex-linux-gnueabihf-strip" ARCH=arm CFLAGS="-pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include" CPPFLAGS="-pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include" CXXFLAGS="-pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include" LDFLAGS="-lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib " PKG_CONFIG=/home/vanhofen/ni/buildsystem/host/bin/arm-cortex-linux-gnueabihf-pkg-config PKG_CONFIG_PATH=/home/vanhofen/ni/buildsystem/root/lib/pkgconfig ./configure --build=x86_64-unknown-linux-gnu --host=arm-cortex-linux-gnueabihf -C \
- --prefix= \
- --disable-debug \
- ; \
- make; \
- make install DESTDIR=/home/vanhofen/ni/buildsystem/root
- Applying djmount-fix-hang-with-asset-upnp.patch
- patching file djmount/device_list.c
- Applying djmount-fix-incorrect-range-when-retrieving-content-via-HTTP.patch
- patching file djmount/file_buffer.c
- Applying djmount-fix-new-autotools.diff
- patching file configure.ac
- patching file libupnp/m4/rt_bool_arg_enable.m4
- Applying djmount-fixed-crash-when-using-UTF-8-charset.patch
- patching file djmount/charset.c
- Applying djmount-fixed-crash.patch
- patching file djmount/device_list.c
- Hunk #1 succeeded at 428 (offset 2 lines).
- Applying djmount-support-fstab-mounting.diff
- patching file djmount/fuse_main.c
- Applying djmount-support-seeking-in-large-2gb-files.patch
- patching file djmount/file_buffer.h
- patching file djmount/media_file.c
- Hunk #1 succeeded at 282 (offset -2 lines).
- patching file libupnp/upnp/inc/upnp.h
- patching file libupnp/upnp/src/api/upnpapi.c
- patching file libupnp/upnp/src/genlib/net/http/httpreadwrite.c
- patching file libupnp/upnp/src/inc/httpreadwrite.h
- Applying djmount-fix-compile-with-newer-gcc.patch
- patching file libupnp/upnp/src/genlib/net/http/webserver.c
- libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config.aux'.
- libtoolize: copying file `config.aux/ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
- libtoolize: copying file `m4/libtool.m4'
- libtoolize: copying file `m4/ltoptions.m4'
- libtoolize: copying file `m4/ltsugar.m4'
- libtoolize: copying file `m4/ltversion.m4'
- libtoolize: copying file `m4/lt~obsolete.m4'
- /usr/share/automake-1.14/am/ltlibrary.am: warning: 'libixml.la': linking libtool libraries using a non-POSIX
- /usr/share/automake-1.14/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
- ixml/Makefile.am:19: while processing Libtool library 'libixml.la'
- /usr/share/automake-1.14/am/ltlibrary.am: warning: 'libthreadutil.la': linking libtool libraries using a non-POSIX
- /usr/share/automake-1.14/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
- threadutil/Makefile.am:18: while processing Libtool library 'libthreadutil.la'
- /usr/share/automake-1.14/am/ltlibrary.am: warning: 'libupnp.la': linking libtool libraries using a non-POSIX
- /usr/share/automake-1.14/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
- upnp/Makefile.am:42: while processing Libtool library 'libupnp.la'
- libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `libupnp/config.aux'.
- libtoolize: copying file `libupnp/config.aux/ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
- libtoolize: copying file `m4/libtool.m4'
- libtoolize: copying file `m4/ltoptions.m4'
- libtoolize: copying file `m4/ltsugar.m4'
- libtoolize: copying file `m4/ltversion.m4'
- libtoolize: copying file `m4/lt~obsolete.m4'
- parallel-tests: installing 'libupnp/config.aux/test-driver'
- talloc/Makefile.am:15: warning: source file 'talloc/talloc.c' is in a subdirectory,
- talloc/Makefile.am:15: but option 'subdir-objects' is disabled
- automake: warning: possible forward-incompatibility.
- automake: At least a source file is in a subdirectory, but the 'subdir-objects'
- automake: automake option hasn't been enabled. For now, the corresponding output
- automake: object file(s) will be placed in the top-level directory. However,
- automake: this behaviour will change in future Automake versions: they will
- automake: unconditionally cause object files to be placed in the same subdirectory
- automake: of the corresponding sources.
- automake: You are advised to start using 'subdir-objects' option throughout your
- automake: project, to avoid future incompatibilities.
- /usr/share/automake-1.14/am/library.am: warning: 'libtalloc.a': linking libraries using a non-POSIX
- /usr/share/automake-1.14/am/library.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
- talloc/Makefile.am:13: while processing library 'libtalloc.a'
- talloc/Makefile.am:24: warning: source file 'talloc/testsuite.c' is in a subdirectory,
- talloc/Makefile.am:24: but option 'subdir-objects' is disabled
- configure: creating cache config.cache
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for arm-cortex-linux-gnueabihf-strip... arm-cortex-linux-gnueabihf-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 for --enable-debug... no
- checking for --enable-charset... yes
- checking for arm-cortex-linux-gnueabihf-gcc... arm-cortex-linux-gnueabihf-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-cortex-linux-gnueabihf-gcc accepts -g... yes
- checking for arm-cortex-linux-gnueabihf-gcc option to accept ISO C89... none needed
- checking whether arm-cortex-linux-gnueabihf-gcc understands -c and -o together... yes
- checking for style of include used by make... GNU
- checking dependency style of arm-cortex-linux-gnueabihf-gcc... gcc3
- checking for arm-cortex-linux-gnueabihf-ranlib... arm-cortex-linux-gnueabihf-ranlib
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... arm-cortex-linux-gnueabihf
- checking how to print strings... printf
- 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-cortex-linux-gnueabihf-gcc... arm-cortex-linux-gnueabihf-ld
- checking if the linker (arm-cortex-linux-gnueabihf-ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... arm-cortex-linux-gnueabihf-nm
- checking the name lister (arm-cortex-linux-gnueabihf-nm) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking how to convert x86_64-unknown-linux-gnu file names to arm-cortex-linux-gnueabihf format... func_convert_file_noop
- checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for arm-cortex-linux-gnueabihf-ld option to reload object files... -r
- checking for arm-cortex-linux-gnueabihf-objdump... arm-cortex-linux-gnueabihf-objdump
- checking how to recognize dependent libraries... pass_all
- checking for arm-cortex-linux-gnueabihf-dlltool... no
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for arm-cortex-linux-gnueabihf-ar... arm-cortex-linux-gnueabihf-ar
- checking for archiver @FILE support... @
- checking for arm-cortex-linux-gnueabihf-strip... (cached) arm-cortex-linux-gnueabihf-strip
- checking for arm-cortex-linux-gnueabihf-ranlib... (cached) arm-cortex-linux-gnueabihf-ranlib
- checking command to parse arm-cortex-linux-gnueabihf-nm output from arm-cortex-linux-gnueabihf-gcc object... ok
- checking for sysroot... no
- checking for arm-cortex-linux-gnueabihf-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-cortex-linux-gnueabihf-cpp
- 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-cortex-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
- checking for arm-cortex-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
- checking if arm-cortex-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
- checking if arm-cortex-linux-gnueabihf-gcc static flag -static works... yes
- checking if arm-cortex-linux-gnueabihf-gcc supports -c -o file.o... yes
- checking if arm-cortex-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
- checking whether the arm-cortex-linux-gnueabihf-gcc linker (arm-cortex-linux-gnueabihf-ld) supports shared libraries... yes
- 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... no
- checking whether to build static libraries... yes
- checking whether make sets $(MAKE)... (cached) yes
- checking whether ln -s works... yes
- checking for perl... /usr/bin/perl
- checking CFLAGS for gcc -Os... -Os
- checking CFLAGS for maximum warnings... -Wall
- checking for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... 64
- checking for dirent.h that defines DIR... yes
- checking for library containing opendir... none required
- checking for ANSI C header files... (cached) yes
- checking for inttypes.h... (cached) yes
- checking stddef.h usability... yes
- checking stddef.h presence... yes
- checking for stddef.h... yes
- checking for stdint.h... (cached) yes
- checking stdarg.h usability... yes
- checking stdarg.h presence... yes
- checking for stdarg.h... yes
- checking locale.h usability... yes
- checking locale.h presence... yes
- checking for locale.h... yes
- checking langinfo.h usability... yes
- checking langinfo.h presence... yes
- checking for langinfo.h... yes
- checking for stdbool.h that conforms to C99... yes
- checking for _Bool... yes
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for setxattr... yes
- checking for mktime... yes
- checking for setlocale... yes
- checking for _LARGEFILE_SOURCE value needed for large files... no
- checking for open_memstream... yes
- checking whether strerror_r is declared... yes
- checking for strerror_r... yes
- checking whether strerror_r returns char *... yes
- checking whether <limits.h> defines MIN and MAX... no
- checking whether <sys/param.h> defines MIN and MAX... yes
- checking for error_at_line... yes
- checking whether to use external talloc... no (build bundled library)
- checking for stdarg.h... (cached) yes
- checking vararg.h usability... no
- checking vararg.h presence... no
- checking for vararg.h... no
- checking for va_copy... yes
- checking for intptr_t... yes
- checking size of size_t... 4
- checking size of void *... 4
- checking for a readline compatible library... no
- checking for ld used by arm-cortex-linux-gnueabihf-gcc... arm-cortex-linux-gnueabihf-ld
- checking if the linker (arm-cortex-linux-gnueabihf-ld) is GNU ld... yes
- checking for shared library run path origin... done
- checking for iconv... yes
- checking for working iconv... guessing yes
- checking for iconv declaration...
- extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
- checking for nl_langinfo and CODESET... yes
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... no
- checking whether pthreads work with -Kthread... no
- checking whether pthreads work with -kthread... no
- checking for the pthreads library -llthread... no
- checking whether pthreads work with -pthread... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... no
- checking for cc_r... arm-cortex-linux-gnueabihf-gcc
- checking for FUSE... yes
- checking whether FUSE_CFLAGS and FUSE_LIBS work... yes
- checking whether to use external libupnp... no (build bundled library)
- configure: updating cache config.cache
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating gl/Makefile
- config.status: creating djmount/Makefile
- config.status: creating talloc/Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- === configuring in libupnp (/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/libupnp)
- configure: running /bin/sh ./configure --disable-option-checking '--prefix=' '--build=x86_64-unknown-linux-gnu' '--host=arm-cortex-linux-gnueabihf' '--disable-debug' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=arm-cortex-linux-gnueabihf' 'CC=arm-cortex-linux-gnueabihf-gcc' 'CFLAGS=-pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include' 'LDFLAGS=-lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib ' 'CPPFLAGS=-pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include' 'CPP=arm-cortex-linux-gnueabihf-cpp' 'PKG_CONFIG=/home/vanhofen/ni/buildsystem/host/bin/arm-cortex-linux-gnueabihf-pkg-config' 'PKG_CONFIG_PATH=/home/vanhofen/ni/buildsystem/root/lib/pkgconfig' '--enable-client' '--disable-device' '--disable-shared' '--enable-debug=no' --cache-file=../config.cache --srcdir=.
- configure: loading cache ../config.cache
- checking for a BSD-compatible install... (cached) /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for arm-cortex-linux-gnueabihf-strip... (cached) arm-cortex-linux-gnueabihf-strip
- checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
- checking for gawk... (cached) gawk
- checking whether make sets $(MAKE)... (cached) yes
- checking whether make supports nested variables... (cached) yes
- checking for --enable-debug... no
- checking for --enable-client... yes
- checking for --enable-device... no
- checking for --enable-tools... yes
- checking for arm-cortex-linux-gnueabihf-gcc... (cached) arm-cortex-linux-gnueabihf-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... (cached) o
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether arm-cortex-linux-gnueabihf-gcc accepts -g... (cached) yes
- checking for arm-cortex-linux-gnueabihf-gcc option to accept ISO C89... (cached) none needed
- checking whether arm-cortex-linux-gnueabihf-gcc understands -c and -o together... (cached) yes
- checking for style of include used by make... GNU
- checking dependency style of arm-cortex-linux-gnueabihf-gcc... (cached) gcc3
- checking build system type... (cached) x86_64-unknown-linux-gnu
- checking host system type... (cached) arm-cortex-linux-gnueabihf
- checking how to print strings... printf
- checking for a sed that does not truncate output... (cached) /bin/sed
- checking for grep that handles long lines and -e... (cached) /bin/grep
- checking for egrep... (cached) /bin/grep -E
- checking for fgrep... (cached) /bin/grep -F
- checking for ld used by arm-cortex-linux-gnueabihf-gcc... (cached) arm-cortex-linux-gnueabihf-ld
- checking if the linker (arm-cortex-linux-gnueabihf-ld) is GNU ld... (cached) yes
- checking for BSD- or MS-compatible name lister (nm)... (cached) arm-cortex-linux-gnueabihf-nm
- checking the name lister (arm-cortex-linux-gnueabihf-nm) interface... (cached) BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... (cached) 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking how to convert x86_64-unknown-linux-gnu file names to arm-cortex-linux-gnueabihf format... (cached) func_convert_file_noop
- checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
- checking for arm-cortex-linux-gnueabihf-ld option to reload object files... (cached) -r
- checking for arm-cortex-linux-gnueabihf-objdump... (cached) arm-cortex-linux-gnueabihf-objdump
- checking how to recognize dependent libraries... (cached) pass_all
- checking for arm-cortex-linux-gnueabihf-dlltool... no
- checking for dlltool... no
- checking how to associate runtime and link libraries... (cached) printf %s\n
- checking for arm-cortex-linux-gnueabihf-ar... (cached) arm-cortex-linux-gnueabihf-ar
- checking for archiver @FILE support... (cached) @
- checking for arm-cortex-linux-gnueabihf-strip... (cached) arm-cortex-linux-gnueabihf-strip
- checking for arm-cortex-linux-gnueabihf-ranlib... (cached) arm-cortex-linux-gnueabihf-ranlib
- checking command to parse arm-cortex-linux-gnueabihf-nm output from arm-cortex-linux-gnueabihf-gcc object... (cached) ok
- checking for sysroot... no
- checking for arm-cortex-linux-gnueabihf-mt... no
- checking for mt... (cached) mt
- configure: WARNING: using cross tools not prefixed with host triplet
- checking if mt is a manifest tool... (cached) no
- checking how to run the C preprocessor... arm-cortex-linux-gnueabihf-cpp
- 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... (cached) .libs
- checking if arm-cortex-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... (cached) no
- checking for arm-cortex-linux-gnueabihf-gcc option to produce PIC... (cached) -fPIC -DPIC
- checking if arm-cortex-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... (cached) yes
- checking if arm-cortex-linux-gnueabihf-gcc static flag -static works... (cached) yes
- checking if arm-cortex-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
- checking if arm-cortex-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
- checking whether the arm-cortex-linux-gnueabihf-gcc linker (arm-cortex-linux-gnueabihf-ld) supports shared libraries... yes
- checking dynamic linker characteristics... (cached) 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... no
- checking whether to build static libraries... yes
- checking whether make sets $(MAKE)... (cached) yes
- checking CFLAGS for gcc -Os... (cached) -Os
- checking CFLAGS for maximum warnings... (cached) -Wall
- checking for special C compiler options needed for large files... (cached) no
- checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64
- checking for ANSI C header files... (cached) yes
- checking arpa/inet.h usability... yes
- checking arpa/inet.h presence... yes
- checking for arpa/inet.h... yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking malloc.h usability... yes
- checking malloc.h presence... yes
- checking for malloc.h... yes
- checking netdb.h usability... yes
- checking netdb.h presence... yes
- checking for netdb.h... yes
- checking netinet/in.h usability... yes
- checking netinet/in.h presence... yes
- checking for netinet/in.h... yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking sys/ioctl.h usability... yes
- checking sys/ioctl.h presence... yes
- checking for sys/ioctl.h... yes
- checking sys/socket.h usability... yes
- checking sys/socket.h presence... yes
- checking for sys/socket.h... yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking sys/timeb.h usability... yes
- checking sys/timeb.h presence... yes
- checking for sys/timeb.h... yes
- checking syslog.h usability... yes
- checking syslog.h presence... yes
- checking for syslog.h... yes
- checking for unistd.h... (cached) yes
- checking for an ANSI C-conforming const... (cached) yes
- checking for size_t... yes
- checking for socklen_t... yes
- checking for vprintf... yes
- checking for _doprnt... no
- checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... no
- checking whether pthreads work with -Kthread... no
- checking whether pthreads work with -kthread... no
- checking for the pthreads library -llthread... no
- checking whether pthreads work with -pthread... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... no
- checking for cc_r... (cached) arm-cortex-linux-gnueabihf-gcc
- configure: updating cache ../config.cache
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating ixml/Makefile
- config.status: creating ixml/doc/Makefile
- config.status: creating threadutil/Makefile
- config.status: creating upnp/Makefile
- config.status: creating upnp/doc/Makefile
- config.status: creating libupnp.pc
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- make all-recursive
- Making all in gl
- make all-am
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -c -o xalloc-die.lo xalloc-die.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -c xalloc-die.c -o xalloc-die.o
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -c -o exitfail.lo exitfail.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -c exitfail.c -o exitfail.o
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -c -o hash.lo hash.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -c hash.c -o hash.o
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -c -o xmalloc.lo xmalloc.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -c xmalloc.c -o xmalloc.o
- /bin/sh ../libtool --tag=CC --mode=link arm-cortex-linux-gnueabihf-gcc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib -o libgnu.la xalloc-die.lo exitfail.lo hash.lo xmalloc.lo
- libtool: link: arm-cortex-linux-gnueabihf-ar cru .libs/libgnu.a xalloc-die.o exitfail.o hash.o xmalloc.o
- libtool: link: arm-cortex-linux-gnueabihf-ranlib .libs/libgnu.a
- libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
- Making all in talloc
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT talloc.o -MD -MP -MF .deps/talloc.Tpo -c -o talloc.o `test -f 'talloc/talloc.c' || echo './'`talloc/talloc.c
- mv -f .deps/talloc.Tpo .deps/talloc.Po
- rm -f libtalloc.a
- arm-cortex-linux-gnueabihf-ar cru libtalloc.a talloc.o
- arm-cortex-linux-gnueabihf-ranlib libtalloc.a
- Making all in libupnp
- make all-recursive
- Making all in ixml
- Making all in doc
- make[6]: Nothing to be done for 'all'.
- depbase=`echo src/ixml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ixml.lo -MD -MP -MF $depbase.Tpo -c -o src/ixml.lo src/ixml.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ixml.lo -MD -MP -MF src/.deps/ixml.Tpo -c src/ixml.c -o src/ixml.o
- depbase=`echo src/node.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/node.lo -MD -MP -MF $depbase.Tpo -c -o src/node.lo src/node.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/node.lo -MD -MP -MF src/.deps/node.Tpo -c src/node.c -o src/node.o
- depbase=`echo src/ixmlparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ixmlparser.lo -MD -MP -MF $depbase.Tpo -c -o src/ixmlparser.lo src/ixmlparser.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ixmlparser.lo -MD -MP -MF src/.deps/ixmlparser.Tpo -c src/ixmlparser.c -o src/ixmlparser.o
- src/ixmlparser.c: In function 'Parser_processContent':
- src/ixmlparser.c:2027:10: warning: variable 'bReadContent' set but not used [-Wunused-but-set-variable]
- BOOL bReadContent;
- ^~~~~~~~~~~~
- depbase=`echo src/ixmlmembuf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ixmlmembuf.lo -MD -MP -MF $depbase.Tpo -c -o src/ixmlmembuf.lo src/ixmlmembuf.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ixmlmembuf.lo -MD -MP -MF src/.deps/ixmlmembuf.Tpo -c src/ixmlmembuf.c -o src/ixmlmembuf.o
- depbase=`echo src/nodeList.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/nodeList.lo -MD -MP -MF $depbase.Tpo -c -o src/nodeList.lo src/nodeList.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/nodeList.lo -MD -MP -MF src/.deps/nodeList.Tpo -c src/nodeList.c -o src/nodeList.o
- depbase=`echo src/element.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/element.lo -MD -MP -MF $depbase.Tpo -c -o src/element.lo src/element.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/element.lo -MD -MP -MF src/.deps/element.Tpo -c src/element.c -o src/element.o
- depbase=`echo src/attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/attr.lo -MD -MP -MF $depbase.Tpo -c -o src/attr.lo src/attr.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/attr.lo -MD -MP -MF src/.deps/attr.Tpo -c src/attr.c -o src/attr.o
- depbase=`echo src/document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/document.lo -MD -MP -MF $depbase.Tpo -c -o src/document.lo src/document.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/document.lo -MD -MP -MF src/.deps/document.Tpo -c src/document.c -o src/document.o
- depbase=`echo src/namedNodeMap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/namedNodeMap.lo -MD -MP -MF $depbase.Tpo -c -o src/namedNodeMap.lo src/namedNodeMap.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/namedNodeMap.lo -MD -MP -MF src/.deps/namedNodeMap.Tpo -c src/namedNodeMap.c -o src/namedNodeMap.o
- /bin/sh ../libtool --tag=CC --mode=link arm-cortex-linux-gnueabihf-gcc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib -o libixml.la -rpath /lib src/ixml.lo src/node.lo src/ixmlparser.lo src/ixmlmembuf.lo src/nodeList.lo src/element.lo src/attr.lo src/document.lo src/namedNodeMap.lo
- libtool: link: arm-cortex-linux-gnueabihf-ar cru .libs/libixml.a src/ixml.o src/node.o src/ixmlparser.o src/ixmlmembuf.o src/nodeList.o src/element.o src/attr.o src/document.o src/namedNodeMap.o
- libtool: link: arm-cortex-linux-gnueabihf-ranlib .libs/libixml.a
- libtool: link: ( cd ".libs" && rm -f "libixml.la" && ln -s "../libixml.la" "libixml.la" )
- Making all in threadutil
- depbase=`echo src/FreeList.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNO_DEBUG -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/FreeList.lo -MD -MP -MF $depbase.Tpo -c -o src/FreeList.lo src/FreeList.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNO_DEBUG -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/FreeList.lo -MD -MP -MF src/.deps/FreeList.Tpo -c src/FreeList.c -o src/FreeList.o
- depbase=`echo src/LinkedList.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNO_DEBUG -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/LinkedList.lo -MD -MP -MF $depbase.Tpo -c -o src/LinkedList.lo src/LinkedList.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNO_DEBUG -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/LinkedList.lo -MD -MP -MF src/.deps/LinkedList.Tpo -c src/LinkedList.c -o src/LinkedList.o
- src/LinkedList.c: In function 'ListInit':
- src/LinkedList.c:93:9: warning: variable 'retCode' set but not used [-Wunused-but-set-variable]
- int retCode = 0;
- ^~~~~~~
- depbase=`echo src/ThreadPool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNO_DEBUG -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ThreadPool.lo -MD -MP -MF $depbase.Tpo -c -o src/ThreadPool.lo src/ThreadPool.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNO_DEBUG -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ThreadPool.lo -MD -MP -MF src/.deps/ThreadPool.Tpo -c src/ThreadPool.c -o src/ThreadPool.o
- depbase=`echo src/TimerThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNO_DEBUG -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/TimerThread.lo -MD -MP -MF $depbase.Tpo -c -o src/TimerThread.lo src/TimerThread.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNO_DEBUG -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/TimerThread.lo -MD -MP -MF src/.deps/TimerThread.Tpo -c src/TimerThread.c -o src/TimerThread.o
- depbase=`echo src/iasnprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNO_DEBUG -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/iasnprintf.lo -MD -MP -MF $depbase.Tpo -c -o src/iasnprintf.lo src/iasnprintf.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I./src/inc -DNO_DEBUG -DNDEBUG -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/iasnprintf.lo -MD -MP -MF src/.deps/iasnprintf.Tpo -c src/iasnprintf.c -o src/iasnprintf.o
- /bin/sh ../libtool --tag=CC --mode=link arm-cortex-linux-gnueabihf-gcc -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib -o libthreadutil.la -rpath /lib src/FreeList.lo src/LinkedList.lo src/ThreadPool.lo src/TimerThread.lo src/iasnprintf.lo
- libtool: link: arm-cortex-linux-gnueabihf-ar cru .libs/libthreadutil.a src/FreeList.o src/LinkedList.o src/ThreadPool.o src/TimerThread.o src/iasnprintf.o
- libtool: link: arm-cortex-linux-gnueabihf-ranlib .libs/libthreadutil.a
- libtool: link: ( cd ".libs" && rm -f "libthreadutil.la" && ln -s "../libthreadutil.la" "libthreadutil.la" )
- Making all in upnp
- Making all in doc
- make[6]: Nothing to be done for 'all'.
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ssdp/libupnp_la-ssdp_device.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_device.Tpo -c -o src/ssdp/libupnp_la-ssdp_device.lo `test -f 'src/ssdp/ssdp_device.c' || echo './'`src/ssdp/ssdp_device.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ssdp/libupnp_la-ssdp_device.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_device.Tpo -c src/ssdp/ssdp_device.c -o src/ssdp/libupnp_la-ssdp_device.o
- mv -f src/ssdp/.deps/libupnp_la-ssdp_device.Tpo src/ssdp/.deps/libupnp_la-ssdp_device.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ssdp/libupnp_la-ssdp_ctrlpt.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_ctrlpt.Tpo -c -o src/ssdp/libupnp_la-ssdp_ctrlpt.lo `test -f 'src/ssdp/ssdp_ctrlpt.c' || echo './'`src/ssdp/ssdp_ctrlpt.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ssdp/libupnp_la-ssdp_ctrlpt.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_ctrlpt.Tpo -c src/ssdp/ssdp_ctrlpt.c -o src/ssdp/libupnp_la-ssdp_ctrlpt.o
- src/ssdp/ssdp_ctrlpt.c: In function 'CreateClientRequestPacket':
- src/ssdp/ssdp_ctrlpt.c:409:14: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
- sprintf( TempBuf, "%s:%d\r\n", TempBuf, Port );
- ^~~~~~~ ~~~~~~~
- src/ssdp/ssdp_ctrlpt.c: In function 'SearchByTarget':
- src/ssdp/ssdp_ctrlpt.c:409:23: warning: '%d' directive writing 4 bytes into a region of size between 0 and 299 [-Wformat-overflow=]
- sprintf( TempBuf, "%s:%d\r\n", TempBuf, Port );
- ^~~~~~~~~~~
- src/ssdp/ssdp_ctrlpt.c:409:5: note: 'sprintf' output between 8 and 307 bytes into a destination of size 300
- sprintf( TempBuf, "%s:%d\r\n", TempBuf, Port );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- mv -f src/ssdp/.deps/libupnp_la-ssdp_ctrlpt.Tpo src/ssdp/.deps/libupnp_la-ssdp_ctrlpt.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ssdp/libupnp_la-ssdp_server.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_server.Tpo -c -o src/ssdp/libupnp_la-ssdp_server.lo `test -f 'src/ssdp/ssdp_server.c' || echo './'`src/ssdp/ssdp_server.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/ssdp/libupnp_la-ssdp_server.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_server.Tpo -c src/ssdp/ssdp_server.c -o src/ssdp/libupnp_la-ssdp_server.o
- src/ssdp/ssdp_server.c: In function 'unique_service_name':
- src/ssdp/ssdp_server.c:521:39: warning: '%s' directive writing up to 299 bytes into a region of size 177 [-Wformat-overflow=]
- sprintf( Evt->DeviceType, "urn%s", TempBuf );
- ^~~~~~~ ~~~~~~~
- src/ssdp/ssdp_server.c:521:13: note: 'sprintf' output between 4 and 303 bytes into a destination of size 180
- sprintf( Evt->DeviceType, "urn%s", TempBuf );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- mv -f src/ssdp/.deps/libupnp_la-ssdp_server.Tpo src/ssdp/.deps/libupnp_la-ssdp_server.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/soap/libupnp_la-soap_device.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_device.Tpo -c -o src/soap/libupnp_la-soap_device.lo `test -f 'src/soap/soap_device.c' || echo './'`src/soap/soap_device.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/soap/libupnp_la-soap_device.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_device.Tpo -c src/soap/soap_device.c -o src/soap/libupnp_la-soap_device.o
- mv -f src/soap/.deps/libupnp_la-soap_device.Tpo src/soap/.deps/libupnp_la-soap_device.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/soap/libupnp_la-soap_ctrlpt.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_ctrlpt.Tpo -c -o src/soap/libupnp_la-soap_ctrlpt.lo `test -f 'src/soap/soap_ctrlpt.c' || echo './'`src/soap/soap_ctrlpt.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/soap/libupnp_la-soap_ctrlpt.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_ctrlpt.Tpo -c src/soap/soap_ctrlpt.c -o src/soap/libupnp_la-soap_ctrlpt.o
- mv -f src/soap/.deps/libupnp_la-soap_ctrlpt.Tpo src/soap/.deps/libupnp_la-soap_ctrlpt.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/soap/libupnp_la-soap_common.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_common.Tpo -c -o src/soap/libupnp_la-soap_common.lo `test -f 'src/soap/soap_common.c' || echo './'`src/soap/soap_common.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/soap/libupnp_la-soap_common.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_common.Tpo -c src/soap/soap_common.c -o src/soap/libupnp_la-soap_common.o
- mv -f src/soap/.deps/libupnp_la-soap_common.Tpo src/soap/.deps/libupnp_la-soap_common.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/miniserver/libupnp_la-miniserver.lo -MD -MP -MF src/genlib/miniserver/.deps/libupnp_la-miniserver.Tpo -c -o src/genlib/miniserver/libupnp_la-miniserver.lo `test -f 'src/genlib/miniserver/miniserver.c' || echo './'`src/genlib/miniserver/miniserver.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/miniserver/libupnp_la-miniserver.lo -MD -MP -MF src/genlib/miniserver/.deps/libupnp_la-miniserver.Tpo -c src/genlib/miniserver/miniserver.c -o src/genlib/miniserver/libupnp_la-miniserver.o
- mv -f src/genlib/miniserver/.deps/libupnp_la-miniserver.Tpo src/genlib/miniserver/.deps/libupnp_la-miniserver.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/service_table/libupnp_la-service_table.lo -MD -MP -MF src/genlib/service_table/.deps/libupnp_la-service_table.Tpo -c -o src/genlib/service_table/libupnp_la-service_table.lo `test -f 'src/genlib/service_table/service_table.c' || echo './'`src/genlib/service_table/service_table.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/service_table/libupnp_la-service_table.lo -MD -MP -MF src/genlib/service_table/.deps/libupnp_la-service_table.Tpo -c src/genlib/service_table/service_table.c -o src/genlib/service_table/libupnp_la-service_table.o
- mv -f src/genlib/service_table/.deps/libupnp_la-service_table.Tpo src/genlib/service_table/.deps/libupnp_la-service_table.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/util/libupnp_la-membuffer.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-membuffer.Tpo -c -o src/genlib/util/libupnp_la-membuffer.lo `test -f 'src/genlib/util/membuffer.c' || echo './'`src/genlib/util/membuffer.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/util/libupnp_la-membuffer.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-membuffer.Tpo -c src/genlib/util/membuffer.c -o src/genlib/util/libupnp_la-membuffer.o
- src/genlib/util/membuffer.c: In function 'membuffer_delete':
- src/genlib/util/membuffer.c:485:9: warning: variable 'return_value' set but not used [-Wunused-but-set-variable]
- int return_value;
- ^~~~~~~~~~~~
- mv -f src/genlib/util/.deps/libupnp_la-membuffer.Tpo src/genlib/util/.deps/libupnp_la-membuffer.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/util/libupnp_la-strintmap.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-strintmap.Tpo -c -o src/genlib/util/libupnp_la-strintmap.lo `test -f 'src/genlib/util/strintmap.c' || echo './'`src/genlib/util/strintmap.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/util/libupnp_la-strintmap.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-strintmap.Tpo -c src/genlib/util/strintmap.c -o src/genlib/util/libupnp_la-strintmap.o
- mv -f src/genlib/util/.deps/libupnp_la-strintmap.Tpo src/genlib/util/.deps/libupnp_la-strintmap.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/util/libupnp_la-upnp_timeout.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-upnp_timeout.Tpo -c -o src/genlib/util/libupnp_la-upnp_timeout.lo `test -f 'src/genlib/util/upnp_timeout.c' || echo './'`src/genlib/util/upnp_timeout.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/util/libupnp_la-upnp_timeout.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-upnp_timeout.Tpo -c src/genlib/util/upnp_timeout.c -o src/genlib/util/libupnp_la-upnp_timeout.o
- mv -f src/genlib/util/.deps/libupnp_la-upnp_timeout.Tpo src/genlib/util/.deps/libupnp_la-upnp_timeout.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/util/libupnp_la-util.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-util.Tpo -c -o src/genlib/util/libupnp_la-util.lo `test -f 'src/genlib/util/util.c' || echo './'`src/genlib/util/util.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/util/libupnp_la-util.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-util.Tpo -c src/genlib/util/util.c -o src/genlib/util/libupnp_la-util.o
- mv -f src/genlib/util/.deps/libupnp_la-util.Tpo src/genlib/util/.deps/libupnp_la-util.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/client_table/libupnp_la-client_table.lo -MD -MP -MF src/genlib/client_table/.deps/libupnp_la-client_table.Tpo -c -o src/genlib/client_table/libupnp_la-client_table.lo `test -f 'src/genlib/client_table/client_table.c' || echo './'`src/genlib/client_table/client_table.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/client_table/libupnp_la-client_table.lo -MD -MP -MF src/genlib/client_table/.deps/libupnp_la-client_table.Tpo -c src/genlib/client_table/client_table.c -o src/genlib/client_table/libupnp_la-client_table.o
- mv -f src/genlib/client_table/.deps/libupnp_la-client_table.Tpo src/genlib/client_table/.deps/libupnp_la-client_table.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/libupnp_la-sock.lo -MD -MP -MF src/genlib/net/.deps/libupnp_la-sock.Tpo -c -o src/genlib/net/libupnp_la-sock.lo `test -f 'src/genlib/net/sock.c' || echo './'`src/genlib/net/sock.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/libupnp_la-sock.lo -MD -MP -MF src/genlib/net/.deps/libupnp_la-sock.Tpo -c src/genlib/net/sock.c -o src/genlib/net/libupnp_la-sock.o
- mv -f src/genlib/net/.deps/libupnp_la-sock.Tpo src/genlib/net/.deps/libupnp_la-sock.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/http/libupnp_la-httpparser.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-httpparser.Tpo -c -o src/genlib/net/http/libupnp_la-httpparser.lo `test -f 'src/genlib/net/http/httpparser.c' || echo './'`src/genlib/net/http/httpparser.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/http/libupnp_la-httpparser.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-httpparser.Tpo -c src/genlib/net/http/httpparser.c -o src/genlib/net/http/libupnp_la-httpparser.o
- src/genlib/net/http/httpparser.c: In function 'print_http_headers':
- src/genlib/net/http/httpparser.c:2486:20: warning: variable 'header' set but not used [-Wunused-but-set-variable]
- http_header_t *header;
- ^~~~~~
- mv -f src/genlib/net/http/.deps/libupnp_la-httpparser.Tpo src/genlib/net/http/.deps/libupnp_la-httpparser.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/http/libupnp_la-httpreadwrite.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-httpreadwrite.Tpo -c -o src/genlib/net/http/libupnp_la-httpreadwrite.lo `test -f 'src/genlib/net/http/httpreadwrite.c' || echo './'`src/genlib/net/http/httpreadwrite.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/http/libupnp_la-httpreadwrite.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-httpreadwrite.Tpo -c src/genlib/net/http/httpreadwrite.c -o src/genlib/net/http/libupnp_la-httpreadwrite.o
- src/genlib/net/http/httpreadwrite.c: In function 'http_Download':
- src/genlib/net/http/httpreadwrite.c:590:12: warning: variable 'msg_length' set but not used [-Wunused-but-set-variable]
- size_t msg_length,
- ^~~~~~~~~~
- mv -f src/genlib/net/http/.deps/libupnp_la-httpreadwrite.Tpo src/genlib/net/http/.deps/libupnp_la-httpreadwrite.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/http/libupnp_la-statcodes.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-statcodes.Tpo -c -o src/genlib/net/http/libupnp_la-statcodes.lo `test -f 'src/genlib/net/http/statcodes.c' || echo './'`src/genlib/net/http/statcodes.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/http/libupnp_la-statcodes.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-statcodes.Tpo -c src/genlib/net/http/statcodes.c -o src/genlib/net/http/libupnp_la-statcodes.o
- mv -f src/genlib/net/http/.deps/libupnp_la-statcodes.Tpo src/genlib/net/http/.deps/libupnp_la-statcodes.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/http/libupnp_la-webserver.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-webserver.Tpo -c -o src/genlib/net/http/libupnp_la-webserver.lo `test -f 'src/genlib/net/http/webserver.c' || echo './'`src/genlib/net/http/webserver.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/http/libupnp_la-webserver.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-webserver.Tpo -c src/genlib/net/http/webserver.c -o src/genlib/net/http/libupnp_la-webserver.o
- src/genlib/net/http/webserver.c: In function 'web_server_destroy':
- src/genlib/net/http/webserver.c:560:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
- int ret;
- ^~~
- src/genlib/net/http/webserver.c: In function 'web_server_callback':
- src/genlib/net/http/webserver.c:1685:9: warning: 'rtype' may be used uninitialized in this function [-Wmaybe-uninitialized]
- switch ( rtype ) {
- ^~~~~~
- mv -f src/genlib/net/http/.deps/libupnp_la-webserver.Tpo src/genlib/net/http/.deps/libupnp_la-webserver.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/http/libupnp_la-parsetools.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-parsetools.Tpo -c -o src/genlib/net/http/libupnp_la-parsetools.lo `test -f 'src/genlib/net/http/parsetools.c' || echo './'`src/genlib/net/http/parsetools.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/http/libupnp_la-parsetools.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-parsetools.Tpo -c src/genlib/net/http/parsetools.c -o src/genlib/net/http/libupnp_la-parsetools.o
- mv -f src/genlib/net/http/.deps/libupnp_la-parsetools.Tpo src/genlib/net/http/.deps/libupnp_la-parsetools.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/uri/libupnp_la-uri.lo -MD -MP -MF src/genlib/net/uri/.deps/libupnp_la-uri.Tpo -c -o src/genlib/net/uri/libupnp_la-uri.lo `test -f 'src/genlib/net/uri/uri.c' || echo './'`src/genlib/net/uri/uri.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/genlib/net/uri/libupnp_la-uri.lo -MD -MP -MF src/genlib/net/uri/.deps/libupnp_la-uri.Tpo -c src/genlib/net/uri/uri.c -o src/genlib/net/uri/libupnp_la-uri.o
- mv -f src/genlib/net/uri/.deps/libupnp_la-uri.Tpo src/genlib/net/uri/.deps/libupnp_la-uri.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/gena/libupnp_la-gena_device.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_device.Tpo -c -o src/gena/libupnp_la-gena_device.lo `test -f 'src/gena/gena_device.c' || echo './'`src/gena/gena_device.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/gena/libupnp_la-gena_device.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_device.Tpo -c src/gena/gena_device.c -o src/gena/libupnp_la-gena_device.o
- mv -f src/gena/.deps/libupnp_la-gena_device.Tpo src/gena/.deps/libupnp_la-gena_device.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/gena/libupnp_la-gena_ctrlpt.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_ctrlpt.Tpo -c -o src/gena/libupnp_la-gena_ctrlpt.lo `test -f 'src/gena/gena_ctrlpt.c' || echo './'`src/gena/gena_ctrlpt.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/gena/libupnp_la-gena_ctrlpt.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_ctrlpt.Tpo -c src/gena/gena_ctrlpt.c -o src/gena/libupnp_la-gena_ctrlpt.o
- mv -f src/gena/.deps/libupnp_la-gena_ctrlpt.Tpo src/gena/.deps/libupnp_la-gena_ctrlpt.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/gena/libupnp_la-gena_callback2.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_callback2.Tpo -c -o src/gena/libupnp_la-gena_callback2.lo `test -f 'src/gena/gena_callback2.c' || echo './'`src/gena/gena_callback2.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/gena/libupnp_la-gena_callback2.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_callback2.Tpo -c src/gena/gena_callback2.c -o src/gena/libupnp_la-gena_callback2.o
- mv -f src/gena/.deps/libupnp_la-gena_callback2.Tpo src/gena/.deps/libupnp_la-gena_callback2.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/api/libupnp_la-config.lo -MD -MP -MF src/api/.deps/libupnp_la-config.Tpo -c -o src/api/libupnp_la-config.lo `test -f 'src/api/config.c' || echo './'`src/api/config.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/api/libupnp_la-config.lo -MD -MP -MF src/api/.deps/libupnp_la-config.Tpo -c src/api/config.c -o src/api/libupnp_la-config.o
- mv -f src/api/.deps/libupnp_la-config.Tpo src/api/.deps/libupnp_la-config.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/api/libupnp_la-upnpapi.lo -MD -MP -MF src/api/.deps/libupnp_la-upnpapi.Tpo -c -o src/api/libupnp_la-upnpapi.lo `test -f 'src/api/upnpapi.c' || echo './'`src/api/upnpapi.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/api/libupnp_la-upnpapi.lo -MD -MP -MF src/api/.deps/libupnp_la-upnpapi.Tpo -c src/api/upnpapi.c -o src/api/libupnp_la-upnpapi.o
- mv -f src/api/.deps/libupnp_la-upnpapi.Tpo src/api/.deps/libupnp_la-upnpapi.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/api/libupnp_la-upnptools.lo -MD -MP -MF src/api/.deps/libupnp_la-upnptools.Tpo -c -o src/api/libupnp_la-upnptools.lo `test -f 'src/api/upnptools.c' || echo './'`src/api/upnptools.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/api/libupnp_la-upnptools.lo -MD -MP -MF src/api/.deps/libupnp_la-upnptools.Tpo -c src/api/upnptools.c -o src/api/libupnp_la-upnptools.o
- mv -f src/api/.deps/libupnp_la-upnptools.Tpo src/api/.deps/libupnp_la-upnptools.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/uuid/libupnp_la-md5.lo -MD -MP -MF src/uuid/.deps/libupnp_la-md5.Tpo -c -o src/uuid/libupnp_la-md5.lo `test -f 'src/uuid/md5.c' || echo './'`src/uuid/md5.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/uuid/libupnp_la-md5.lo -MD -MP -MF src/uuid/.deps/libupnp_la-md5.Tpo -c src/uuid/md5.c -o src/uuid/libupnp_la-md5.o
- mv -f src/uuid/.deps/libupnp_la-md5.Tpo src/uuid/.deps/libupnp_la-md5.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/uuid/libupnp_la-sysdep.lo -MD -MP -MF src/uuid/.deps/libupnp_la-sysdep.Tpo -c -o src/uuid/libupnp_la-sysdep.lo `test -f 'src/uuid/sysdep.c' || echo './'`src/uuid/sysdep.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/uuid/libupnp_la-sysdep.lo -MD -MP -MF src/uuid/.deps/libupnp_la-sysdep.Tpo -c src/uuid/sysdep.c -o src/uuid/libupnp_la-sysdep.o
- mv -f src/uuid/.deps/libupnp_la-sysdep.Tpo src/uuid/.deps/libupnp_la-sysdep.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/uuid/libupnp_la-uuid.lo -MD -MP -MF src/uuid/.deps/libupnp_la-uuid.Tpo -c -o src/uuid/libupnp_la-uuid.lo `test -f 'src/uuid/uuid.c' || echo './'`src/uuid/uuid.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/uuid/libupnp_la-uuid.lo -MD -MP -MF src/uuid/.deps/libupnp_la-uuid.Tpo -c src/uuid/uuid.c -o src/uuid/libupnp_la-uuid.o
- mv -f src/uuid/.deps/libupnp_la-uuid.Tpo src/uuid/.deps/libupnp_la-uuid.Plo
- /bin/sh ../libtool --tag=CC --mode=compile arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/urlconfig/libupnp_la-urlconfig.lo -MD -MP -MF src/urlconfig/.deps/libupnp_la-urlconfig.Tpo -c -o src/urlconfig/libupnp_la-urlconfig.lo `test -f 'src/urlconfig/urlconfig.c' || echo './'`src/urlconfig/urlconfig.c
- libtool: compile: arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -DNO_DEBUG -DNDEBUG -DINCLUDE_CLIENT_APIS -I./src/inc -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -MT src/urlconfig/libupnp_la-urlconfig.lo -MD -MP -MF src/urlconfig/.deps/libupnp_la-urlconfig.Tpo -c src/urlconfig/urlconfig.c -o src/urlconfig/libupnp_la-urlconfig.o
- src/urlconfig/urlconfig.c: In function 'config_description_doc':
- src/urlconfig/urlconfig.c:202:14: warning: variable 'addNew' set but not used [-Wunused-but-set-variable]
- xboolean addNew = FALSE;
- ^~~~~~
- mv -f src/urlconfig/.deps/libupnp_la-urlconfig.Tpo src/urlconfig/.deps/libupnp_la-urlconfig.Plo
- /bin/sh ../libtool --tag=CC --mode=link arm-cortex-linux-gnueabihf-gcc -pthread -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib -o libupnp.la -rpath /lib src/ssdp/libupnp_la-ssdp_device.lo src/ssdp/libupnp_la-ssdp_ctrlpt.lo src/ssdp/libupnp_la-ssdp_server.lo src/soap/libupnp_la-soap_device.lo src/soap/libupnp_la-soap_ctrlpt.lo src/soap/libupnp_la-soap_common.lo src/genlib/miniserver/libupnp_la-miniserver.lo src/genlib/service_table/libupnp_la-service_table.lo src/genlib/util/libupnp_la-membuffer.lo src/genlib/util/libupnp_la-strintmap.lo src/genlib/util/libupnp_la-upnp_timeout.lo src/genlib/util/libupnp_la-util.lo src/genlib/client_table/libupnp_la-client_table.lo src/genlib/net/libupnp_la-sock.lo src/genlib/net/http/libupnp_la-httpparser.lo src/genlib/net/http/libupnp_la-httpreadwrite.lo src/genlib/net/http/libupnp_la-statcodes.lo src/genlib/net/http/libupnp_la-webserver.lo src/genlib/net/http/libupnp_la-parsetools.lo src/genlib/net/uri/libupnp_la-uri.lo src/gena/libupnp_la-gena_device.lo src/gena/libupnp_la-gena_ctrlpt.lo src/gena/libupnp_la-gena_callback2.lo src/api/libupnp_la-config.lo src/api/libupnp_la-upnpapi.lo src/api/libupnp_la-upnptools.lo src/uuid/libupnp_la-md5.lo src/uuid/libupnp_la-sysdep.lo src/uuid/libupnp_la-uuid.lo src/urlconfig/libupnp_la-urlconfig.lo
- libtool: link: arm-cortex-linux-gnueabihf-ar cru .libs/libupnp.a src/ssdp/libupnp_la-ssdp_device.o src/ssdp/libupnp_la-ssdp_ctrlpt.o src/ssdp/libupnp_la-ssdp_server.o src/soap/libupnp_la-soap_device.o src/soap/libupnp_la-soap_ctrlpt.o src/soap/libupnp_la-soap_common.o src/genlib/miniserver/libupnp_la-miniserver.o src/genlib/service_table/libupnp_la-service_table.o src/genlib/util/libupnp_la-membuffer.o src/genlib/util/libupnp_la-strintmap.o src/genlib/util/libupnp_la-upnp_timeout.o src/genlib/util/libupnp_la-util.o src/genlib/client_table/libupnp_la-client_table.o src/genlib/net/libupnp_la-sock.o src/genlib/net/http/libupnp_la-httpparser.o src/genlib/net/http/libupnp_la-httpreadwrite.o src/genlib/net/http/libupnp_la-statcodes.o src/genlib/net/http/libupnp_la-webserver.o src/genlib/net/http/libupnp_la-parsetools.o src/genlib/net/uri/libupnp_la-uri.o src/gena/libupnp_la-gena_device.o src/gena/libupnp_la-gena_ctrlpt.o src/gena/libupnp_la-gena_callback2.o src/api/libupnp_la-config.o src/api/libupnp_la-upnpapi.o src/api/libupnp_la-upnptools.o src/uuid/libupnp_la-md5.o src/uuid/libupnp_la-sysdep.o src/uuid/libupnp_la-uuid.o src/urlconfig/libupnp_la-urlconfig.o
- libtool: link: arm-cortex-linux-gnueabihf-ranlib .libs/libupnp.a
- libtool: link: ( cd ".libs" && rm -f "libupnp.la" && ln -s "../libupnp.la" "libupnp.la" )
- Making all in djmount
- rm -fr /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install
- make -C ../libupnp install-data \
- includedir=/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install
- Making install-data in ixml
- Making install-data in doc
- make[6]: Nothing to be done for 'install-data'.
- /bin/mkdir -p '/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install/upnp'
- /usr/bin/install -c -m 644 inc/ixml.h '/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install/upnp'
- Making install-data in threadutil
- /bin/mkdir -p '/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install/upnp'
- /usr/bin/install -c -m 644 inc/FreeList.h inc/LinkedList.h inc/ThreadPool.h inc/TimerThread.h inc/iasnprintf.h inc/ithread.h '/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install/upnp'
- Making install-data in upnp
- Making install-data in doc
- make[6]: Nothing to be done for 'install-data'.
- /bin/mkdir -p '/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install/upnp'
- /usr/bin/install -c -m 644 inc/upnp.h inc/upnpconfig.h inc/upnptools.h '/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install/upnp'
- make[5]: Nothing to be done for 'install-data-am'.
- make all-am
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c
- mv -f .deps/log.Tpo .deps/log.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT object.o -MD -MP -MF .deps/object.Tpo -c -o object.o object.c
- mv -f .deps/object.Tpo .deps/object.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT service.o -MD -MP -MF .deps/service.Tpo -c -o service.o service.c
- service.c: In function ‘_Service_GetClass’:
- service.c:575:18: warning: the comparison will always evaluate as ‘true’ for the address of ‘init_class’ will never be NULL [-Waddress]
- OBJECT_INIT_CLASS(Service, Object, init_class);
- ^~
- mv -f .deps/service.Tpo .deps/service.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT device.o -MD -MP -MF .deps/device.Tpo -c -o device.o device.c
- mv -f .deps/device.Tpo .deps/device.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT device_list.o -MD -MP -MF .deps/device_list.Tpo -c -o device_list.o device_list.c
- device_list.c: In function ‘CheckSubscriptionsLoop’:
- device_list.c:941:1: warning: no return statement in function returning non-void [-Wreturn-type]
- }
- ^
- mv -f .deps/device_list.Tpo .deps/device_list.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT didl_object.o -MD -MP -MF .deps/didl_object.Tpo -c -o didl_object.o didl_object.c
- mv -f .deps/didl_object.Tpo .deps/didl_object.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT media_file.o -MD -MP -MF .deps/media_file.Tpo -c -o media_file.o media_file.c
- mv -f .deps/media_file.Tpo .deps/media_file.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT file_buffer.o -MD -MP -MF .deps/file_buffer.Tpo -c -o file_buffer.o file_buffer.c
- mv -f .deps/file_buffer.Tpo .deps/file_buffer.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT content_dir.o -MD -MP -MF .deps/content_dir.Tpo -c -o content_dir.o content_dir.c
- content_dir.c: In function ‘_ContentDir_GetClass’:
- content_dir.c:582:18: warning: the comparison will always evaluate as ‘true’ for the address of ‘init_class’ will never be NULL [-Waddress]
- OBJECT_INIT_CLASS(ContentDir, Service, init_class);
- ^~
- mv -f .deps/content_dir.Tpo .deps/content_dir.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT vfs.o -MD -MP -MF .deps/vfs.Tpo -c -o vfs.o vfs.c
- vfs.c: In function ‘_VFS_GetClass’:
- vfs.c:354:18: warning: the comparison will always evaluate as ‘true’ for the address of ‘init_class’ will never be NULL [-Waddress]
- OBJECT_INIT_CLASS(VFS, Object, init_class);
- ^~
- mv -f .deps/vfs.Tpo .deps/vfs.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT djfs.o -MD -MP -MF .deps/djfs.Tpo -c -o djfs.o djfs.c
- djfs.c: In function ‘_DJFS_GetClass’:
- djfs.c:547:18: warning: the comparison will always evaluate as ‘true’ for the address of ‘init_class’ will never be NULL [-Waddress]
- OBJECT_INIT_CLASS(DJFS, VFS, init_class);
- ^~
- mv -f .deps/djfs.Tpo .deps/djfs.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT upnp_util.o -MD -MP -MF .deps/upnp_util.Tpo -c -o upnp_util.o upnp_util.c
- mv -f .deps/upnp_util.Tpo .deps/upnp_util.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT string_util.o -MD -MP -MF .deps/string_util.Tpo -c -o string_util.o string_util.c
- mv -f .deps/string_util.Tpo .deps/string_util.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT xml_util.o -MD -MP -MF .deps/xml_util.Tpo -c -o xml_util.o xml_util.c
- mv -f .deps/xml_util.Tpo .deps/xml_util.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT ptr_array.o -MD -MP -MF .deps/ptr_array.Tpo -c -o ptr_array.o ptr_array.c
- mv -f .deps/ptr_array.Tpo .deps/ptr_array.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT talloc_util.o -MD -MP -MF .deps/talloc_util.Tpo -c -o talloc_util.o talloc_util.c
- mv -f .deps/talloc_util.Tpo .deps/talloc_util.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c
- mv -f .deps/cache.Tpo .deps/cache.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT charset.o -MD -MP -MF .deps/charset.Tpo -c -o charset.o charset.c
- mv -f .deps/charset.Tpo .deps/charset.Po
- arm-cortex-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -MT fuse_main.o -MD -MP -MF .deps/fuse_main.Tpo -c -o fuse_main.o fuse_main.c
- mv -f .deps/fuse_main.Tpo .deps/fuse_main.Po
- /bin/sh ../libtool --tag=CC --mode=link arm-cortex-linux-gnueabihf-gcc -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib -o djmount log.o object.o service.o device.o device_list.o didl_object.o media_file.o file_buffer.o content_dir.o vfs.o djfs.o upnp_util.o string_util.o xml_util.o ptr_array.o talloc_util.o cache.o charset.o fuse_main.o -L../gl -lgnu -L../talloc -ltalloc -L../libupnp/upnp -lupnp -L../libupnp/threadutil -lthreadutil -L../libupnp/ixml -lixml -L/home/vanhofen/ni/buildsystem/root/lib -lfuse -pthread
- libtool: link: arm-cortex-linux-gnueabihf-gcc -I../gl -I../talloc/talloc -I/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/_upnp_temp_install -D_FILE_OFFSET_BITS=64 -I/home/vanhofen/ni/buildsystem/root/include/fuse -DFUSE_USE_VERSION=22 -pipe -O2 -g -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -I/home/vanhofen/ni/buildsystem/root/include -Os -Wall -pthread -Wl,-O1 -Wl,-rpath -Wl,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link -Wl,/home/vanhofen/ni/buildsystem/root/lib -o djmount log.o object.o service.o device.o device_list.o didl_object.o media_file.o file_buffer.o content_dir.o vfs.o djfs.o upnp_util.o string_util.o xml_util.o ptr_array.o talloc_util.o cache.o charset.o fuse_main.o -pthread -L/home/vanhofen/ni/buildsystem/root/lib -L../gl /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/gl/.libs/libgnu.a /home/vanhofen/ni/buildsystem/root/lib/libcortex-strings.a -L../talloc -ltalloc -L../libupnp/upnp /home/vanhofen/ni/buildsystem/root/lib/libupnp.so -L../libupnp/threadutil /home/vanhofen/ni/buildsystem/root/lib/libthreadutil.so -L../libupnp/ixml /home/vanhofen/ni/buildsystem/root/lib/libixml.so /home/vanhofen/ni/buildsystem/root/lib/libfuse.so -ldl -pthread -Wl,-rpath -Wl,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath -Wl,/home/vanhofen/ni/buildsystem/root/lib
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: fuse_main.o: in function `fs_release':
- /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/fuse_main.c:362: undefined reference to `talloc_free'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: fuse_main.o: in function `filler_from_utf8':
- /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/fuse_main.c:122: undefined reference to `talloc_free'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: fuse_main.o: in function `Browse':
- /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/fuse_main.c:147: undefined reference to `talloc_free'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/fuse_main.c:158: undefined reference to `talloc_free'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: fuse_main.o: in function `fs_open':
- /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/fuse_main.c:299: undefined reference to `talloc_free'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: fuse_main.o:/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/fuse_main.c:715: more undefined references to `talloc_free' follow
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: djfs.o: in function `BrowseSearchDir':
- /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/djfs.c:197: undefined reference to `_talloc_steal'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/djfs.c:198: undefined reference to `_talloc_steal'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/djfs.c:201: undefined reference to `_talloc_steal'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/djfs.c:207: undefined reference to `talloc_free'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: djfs.o: in function `DJFS_Create':
- /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/djfs.c:567: undefined reference to `talloc_free'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: upnp_util.o: in function `UpnpUtil_GetEventString':
- /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/upnp_util.c:267: undefined reference to `talloc_free'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: string_util.o: in function `StringStream_Create':
- /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/string_util.c:217: undefined reference to `talloc_free'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: cache.o: in function `cache_expire_entries':
- /home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/cache.c:231: undefined reference to `talloc_free'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: cache.o:/home/vanhofen/ni/buildsystem/build_tmp/djmount-0.71/djmount/cache.c:424: more undefined references to `talloc_free' follow
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/root/lib/libtalloc.a(talloc.o): in function `talloc_log_stderr':
- /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:297: undefined reference to `rep_fprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/root/lib/libtalloc.a(talloc.o): in function `talloc_vasprintf':
- /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:2075: undefined reference to `rep_vsnprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:2085: undefined reference to `rep_vsnprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/root/lib/libtalloc.a(talloc.o): in function `talloc_report_depth_FILE_helper':
- /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:1756: undefined reference to `rep_fprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:1763: undefined reference to `rep_fprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:1751: undefined reference to `rep_fprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/root/lib/libtalloc.a(talloc.o): in function `__talloc_vaslenprintf_append':
- /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:2120: undefined reference to `rep_vsnprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:2137: undefined reference to `rep_vsnprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/root/lib/libtalloc.a(talloc.o): in function `talloc_show_parents':
- /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:2332: undefined reference to `rep_fprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:2334: undefined reference to `rep_fprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:2327: undefined reference to `rep_fprintf'
- /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/8.2.0/../../../../arm-cortex-linux-gnueabihf/bin/ld: /home/vanhofen/ni/buildsystem/build_tmp/samba-3.6.25/source3/../lib/talloc/talloc.c:2332: undefined reference to `rep_fprintf'
- collect2: error: ld returned 1 exit status
- Makefile:806: recipe for target 'djmount' failed
- make[4]: *** [djmount] Error 1
- Makefile:687: recipe for target 'all' failed
- make[3]: *** [all] Error 2
- Makefile:443: recipe for target 'all-recursive' failed
- make[2]: *** [all-recursive] Error 1
- Makefile:374: recipe for target 'all' failed
- make[1]: *** [all] Error 2
- make/target-tools.mk:478: recipe for target '/home/vanhofen/ni/buildsystem/deps/djmount' failed
- make: *** [/home/vanhofen/ni/buildsystem/deps/djmount] Error 2
- vanhofen@jessie:~/ni/buildsystem[master]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement