← Back to team overview

rohc team mailing list archive

FW: ROHC build issue

 

Didier, please see an email from my colleague below. Thanks ahead

Regards,
Yakir

From: Klemen Sladic <klemen.sladic@xxxxxxxxxxx>
Organization: MiMOMax Wireless Ltd.
Date: Friday, 22 June 2018 at 9:50 AM
To: Yakir Matusovsky <yakir.matusovsky@xxxxxxxxxxx>
Subject: ROHC build issue

Hi.

We are experiencing strange issues when trying to cross compile ROHC 1.7.0 on Ubuntu 16.04 LTS for ARM.

Attached are two build logs resulting from running autogen.sh with different rohc-test related parameters.

1. rohc-nodisabletest.txt
Here we configured ROHC package without using --disable-rohc-tests and --disable-rohc-tests-valgrind:
./autogen.sh --host=arm-linux --with-linux-kernel-src=/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37 \
   --prefix=${PWD}/install_arm \
   --with-libpcap-includes=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 \
   --with-libpcap-libraries=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib \
   --disable-silent-rules --disable-fail-on-warning --disable-app-fuzzer --disable-app-performance \
   --disable-app-sniffer  --disable-app-tunnel --disable-app-stats --disable-doc

Build fails with:
Making all in test
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes/test'
Makefile:627: ../.deps/test_rfc4996-rfc4996.Po: No such file or directory
Makefile:628: ../.deps/test_rfc4996-wlsb.Po: No such file or directory

Above two files do not exist in <ROHCROOT>/src/comp/schemes/test/../.deps/ but they are in
<ROHCROOT>/src/comp/schemes/test/.deps/

Any idea why while build is in test directory it seeks them in ../.deps/

2. rohc-disabletest.txt
Here we configured ROHC package with --disable-rohc-tests and --disable-rohc-tests-valgrind:
./autogen.sh --host=arm-linux --with-linux-kernel-src=/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37 \
   --prefix=${PWD}/install_arm \
   --with-libpcap-includes=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 \
   --with-libpcap-libraries=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib \
   --disable-silent-rules --disable-fail-on-warning --disable-app-fuzzer --disable-app-performance \
   --disable-app-sniffer  --disable-app-tunnel --disable-app-stats --disable-doc \
   --disable-rohc-tests --disable-rohc-tests-valgrind

Build fails with:
make  check-TESTS
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
FAIL: test_wlsb_wraparound.sh
FAIL: test_wlsb_packet_loss.sh
FAIL: test_rtp_ts_wraparound.sh

Any idea what is going on here?
May that be related to our build environment?

Ubuntu is using:
libtoolize (GNU libtool) 2.4.6
automake (GNU automake) 1.15
autoconf (GNU Autoconf) 2.69
there is no libtool in /usr/bin/

Our ARM SDK is using:
ltmain.sh (GNU libtool) 2.2.6b
libtoolize (GNU libtool) 2.2.6b

Thank you very much for your help.

RegK
SDK_PATH = /opt/XC-TI32
++ export ARCH=arm
++ ARCH=arm
++ export TOOLCHAIN_PATH=/opt/XC-TI32
++ TOOLCHAIN_PATH=/opt/XC-TI32
++ export TARGET_SYS=arm-arago-linux-gnueabi
++ TARGET_SYS=arm-arago-linux-gnueabi
++ export PATH=/opt/XC-TI32/bin:/opt/XC-TI32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++ PATH=/opt/XC-TI32/bin:/opt/XC-TI32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++ export CPATH=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/include:
++ CPATH=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/include:
++ export LIBTOOL_SYSROOT_PATH=/opt/XC-TI32/arm-arago-linux-gnueabi
++ LIBTOOL_SYSROOT_PATH=/opt/XC-TI32/arm-arago-linux-gnueabi
++ export PKG_CONFIG_SYSROOT_DIR=/opt/XC-TI32/arm-arago-linux-gnueabi
++ PKG_CONFIG_SYSROOT_DIR=/opt/XC-TI32/arm-arago-linux-gnueabi
++ export PKG_CONFIG_PATH=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib/pkgconfig
++ PKG_CONFIG_PATH=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib/pkgconfig
++ export CONFIG_SITE=/opt/XC-TI32/site-config
++ CONFIG_SITE=/opt/XC-TI32/site-config
++ alias 'opkg=LD_LIBRARY_PATH=/opt/XC-TI32/lib /opt/XC-TI32/bin/opkg-cl -f /opt/XC-TI32/etc/opkg-sdk.conf -o /opt/XC-TI32'
++ alias 'opkg-target=LD_LIBRARY_PATH=/opt/XC-TI32/lib /opt/XC-TI32/bin/opkg-cl -f /opt/XC-TI32/arm-arago-linux-gnueabi/etc/opkg.conf -o /opt/XC-TI32/arm-arago-linux-gnueabi'
++ export CC=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc
++ CC=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc
++ export LD=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld
++ LD=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld
++ export 'CFLAGS=-Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib'
++ CFLAGS='-Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib'
++ export LDFLAGS=
++ LDFLAGS=
++ export CPP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-cpp
++ CPP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-cpp
++ export CXX=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-cpp
++ CXX=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-cpp
++ export CROSS_COMPILE=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-
++ CROSS_COMPILE=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-
++ export NM=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm
++ NM=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm
++ export RANLIB=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib
++ RANLIB=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib
++ export OBJCOPY=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-objcopy
++ OBJCOPY=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-objcopy
++ export STRIP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
++ STRIP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
++ export AS=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-as
++ AS=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-as
++ export AR=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar
++ AR=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar
++ export OBJDUMP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-objdump
++ OBJDUMP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-objdump
++ export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
++ PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
++ export OE_QMAKE_CC=arm-arago-linux-gnueabi-gcc
++ OE_QMAKE_CC=arm-arago-linux-gnueabi-gcc
++ export OE_QMAKE_CXX=arm-arago-linux-gnueabi-g++
++ OE_QMAKE_CXX=arm-arago-linux-gnueabi-g++
++ export OE_QMAKE_LINK=arm-arago-linux-gnueabi-g++
++ OE_QMAKE_LINK=arm-arago-linux-gnueabi-g++
++ export OE_QMAKE_AR=arm-arago-linux-gnueabi-ar
++ OE_QMAKE_AR=arm-arago-linux-gnueabi-ar
++ export OE_QMAKE_LIBDIR_QT=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib
++ OE_QMAKE_LIBDIR_QT=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib
++ export OE_QMAKE_INCDIR_QT=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/include/qtopia
++ OE_QMAKE_INCDIR_QT=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/include/qtopia
++ export OE_QMAKE_MOC=/opt/XC-TI32/bin/moc4
++ OE_QMAKE_MOC=/opt/XC-TI32/bin/moc4
++ export OE_QMAKE_UIC=/opt/XC-TI32/bin/uic4
++ OE_QMAKE_UIC=/opt/XC-TI32/bin/uic4
++ export OE_QMAKE_UIC3=/opt/XC-TI32/bin/uic34
++ OE_QMAKE_UIC3=/opt/XC-TI32/bin/uic34
++ export OE_QMAKE_RCC=/opt/XC-TI32/bin/rcc4
++ OE_QMAKE_RCC=/opt/XC-TI32/bin/rcc4
++ export OE_QMAKE_QDBUSCPP2XML=/opt/XC-TI32/bin/qdbuscpp2xml4
++ OE_QMAKE_QDBUSCPP2XML=/opt/XC-TI32/bin/qdbuscpp2xml4
++ export OE_QMAKE_QDBUSXML2CPP=/opt/XC-TI32/bin/qdbusxml2cpp4
++ OE_QMAKE_QDBUSXML2CPP=/opt/XC-TI32/bin/qdbusxml2cpp4
++ export OE_QMAKE_QT_CONFIG=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/qconfig.pri
++ OE_QMAKE_QT_CONFIG=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/qconfig.pri
++ export QMAKESPEC=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/linux-g++
++ QMAKESPEC=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/linux-g++
++ export 'OE_QMAKE_LDFLAGS=-L/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib -Wl,-rpath-link,/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu'
++ OE_QMAKE_LDFLAGS='-L/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib -Wl,-rpath-link,/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu'
++ export OE_QMAKE_STRIP=echo
++ OE_QMAKE_STRIP=echo
+ msg Project:
+ printf '\n%s: %b\n' '[build]' Project:

[build]: Project:
+ msg Targets: rohc-1.7.0
+ printf '\n%s: %b\n' '[build]' 'Targets: rohc-1.7.0'

[build]: Targets: rohc-1.7.0
+ msg Machine: Tornado
+ printf '\n%s: %b\n' '[build]' 'Machine: Tornado'

[build]: Machine: Tornado
++ dirname ../projects/Tornado/Tornado.prj
+ projectDir=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ grep -w KERNEL ../projects/Tornado/Tornado.prj
++ cut -d= -f2
+ useKernel=linux-2.6.37
++ grep -w ROOTFS ../projects/Tornado/Tornado.prj
++ cut -d= -f2
+ useRootfs=tornado_rootfs.tar.bz2
+ for i in ZLIB XML PCAP SQLITE OPENSSL
++ grep '^ZLIB=' ../projects/Tornado/Tornado.prj
++ cut -d= -f2
+ export ZLIB_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/zlib-1.2.8
+ ZLIB_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/zlib-1.2.8
+ for i in ZLIB XML PCAP SQLITE OPENSSL
++ grep '^XML=' ../projects/Tornado/Tornado.prj
++ cut -d= -f2
+ export XML_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/libxml2-2.7.8
+ XML_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/libxml2-2.7.8
+ for i in ZLIB XML PCAP SQLITE OPENSSL
++ grep '^PCAP=' ../projects/Tornado/Tornado.prj
++ cut -d= -f2
+ export PCAP_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3
+ PCAP_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3
+ for i in ZLIB XML PCAP SQLITE OPENSSL
++ grep '^SQLITE=' ../projects/Tornado/Tornado.prj
++ cut -d= -f2
+ export SQLITE_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/sqlite-3.7.15.2
+ SQLITE_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/sqlite-3.7.15.2
+ for i in ZLIB XML PCAP SQLITE OPENSSL
++ grep '^OPENSSL=' ../projects/Tornado/Tornado.prj
++ cut -d= -f2
+ export OPENSSL_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/openssl-1.0.2g
+ OPENSSL_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/openssl-1.0.2g
+ ROOTFS=tornado
+ export MMX_PROJECT_DIR=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
+ MMX_PROJECT_DIR=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
+ export MMX_PROJECT_NAME=
+ MMX_PROJECT_NAME=
+ export MMX_MACHINE_TYPE=Tornado
+ MMX_MACHINE_TYPE=Tornado
+ export MMX_NET_TYPE=RA
+ MMX_NET_TYPE=RA
+ '[' xrohc-1.7.0 = x ']'
+ for i in '$buildTargets'
+ '[' rohc-1.7.0 = ALL ']'
+ _buildTargets=' rohc-1.7.0'
+ buildTargets=' rohc-1.7.0'
+ dbg 'projFile = ../projects/Tornado/Tornado.prj'
+ '[' 1 = 1 ']'
+ msg projFile = ../projects/Tornado/Tornado.prj
+ printf '\n%s: %b\n' '[build]' 'projFile = ../projects/Tornado/Tornado.prj'

[build]: projFile = ../projects/Tornado/Tornado.prj
+ dbg 'kernel   = linux-2.6.37'
+ '[' 1 = 1 ']'
+ msg kernel = linux-2.6.37
+ printf '\n%s: %b\n' '[build]' 'kernel = linux-2.6.37'

[build]: kernel = linux-2.6.37
+ dbg 'rootfs   = tornado_rootfs.tar.bz2'
+ '[' 1 = 1 ']'
+ msg rootfs = tornado_rootfs.tar.bz2
+ printf '\n%s: %b\n' '[build]' 'rootfs = tornado_rootfs.tar.bz2'

[build]: rootfs = tornado_rootfs.tar.bz2
+ dbg 'targets  =  rohc-1.7.0'
+ '[' 1 = 1 ']'
+ msg targets = rohc-1.7.0
+ printf '\n%s: %b\n' '[build]' 'targets = rohc-1.7.0'

[build]: targets = rohc-1.7.0
+ export KERNEL_PATH=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado/external/linux-2.6.37
+ KERNEL_PATH=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado/external/linux-2.6.37
+ sleep 2
++ env
++ grep -w CC
++ cut -d= -f2
+ envGcc=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc
+ '[' x/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc = x ']'
++ dirname ../projects/Tornado/Tornado.prj
+ projectsFolder=../projects/Tornado
+ buildReport=
+ for i in '$buildTargets'
+ buildStatus=0
+ ls ../projects/Tornado/rohc-1.7.0
+ '[' 0 = 0 ']'
+ '[' 1 = 1 ']'
+ msg 'Configuring rohc-1.7.0 ...\n'
+ printf '\n%s: %b\n' '[build]' 'Configuring rohc-1.7.0 ...\n'

[build]: Configuring rohc-1.7.0 ...

+ ../projects/Tornado/rohc-1.7.0 configure 1 Tornado RA
+ source ../projects/Tornado/common configure 1 Tornado RA
++ package=rohc-1.7.0
++ command=configure
++ verbose=1
++ machine=Tornado
++ netname=RA
++ '[' 4 -lt 3 ']'
++ buildDir=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ externalSrcDir=./external
++ internalSrcDir=./internal
++ scriptsDir=./scripts
+++ dirname ../projects/Tornado/rohc-1.7.0
++ cd ../projects/Tornado
++ [[ -d ./external/rohc-1.7.0 ]]
++ _base=./external
++ packageBaseDir=./external
+++ cd ./external
+++ pwd
++ packageDir=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ '[' 1 = 1 ']'
++ configure
++ depends
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ repoCheck
+++ which svn
++ [[ -f /usr/bin/svn ]]
++ '[' -d /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0 ']'
++ return 0
++ cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ case ${MMX_MACHINE_TYPE} in
++ configureTornado
++ CFLAGS='-Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error'
++ LDFLAGS=' -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib'
++ export 'CMOCKA_LIBS=-L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -lcmocka'
++ CMOCKA_LIBS='-L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -lcmocka'
++ export CMOCKA_CFLAGS=-I/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/include
++ CMOCKA_CFLAGS=-I/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/include
++ ./autogen.sh --host=arm-linux --with-linux-kernel-src=/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37 --prefix=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm --with-libpcap-includes=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 --with-libpcap-libraries=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib --disable-silent-rules --disable-fail-on-warning --disable-app-fuzzer --disable-app-performance --disable-app-sniffer --disable-app-tunnel --disable-app-stats --disable-doc --disable-rohc-tests --disable-rohc-tests-valgrind
Running aclocal... done
Running libtoolize... done
Running autoconf... done
Running autoheader... done
Running automake... done
configure: loading site script /opt/XC-TI32/site-config
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-strip... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking for style of include used by make... GNU
checking for arm-linux-gcc... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc accepts -g... yes
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C89... none needed
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc understands -c and -o together... yes
checking dependency style of /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld
checking if the linker (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm
checking the name lister (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld option to reload object files... -r
checking for arm-linux-objdump... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-ar... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar
checking for arm-linux-strip... (cached) /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
checking for arm-linux-ranlib... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib
checking command to parse /opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm output from /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc object... ok
checking how to run the C preprocessor... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc static flag -static works... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -c -o file.o... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -c -o file.o... (cached) yes
checking whether the /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc linker (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for arm-linux-gcc... (cached) /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc accepts -g... (cached) yes
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C89... (cached) none needed
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc understands -c and -o together... (cached) yes
checking dependency style of /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... (cached) gcc3
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for sys/types.h... (cached) yes
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C99... -std=gnu99
checking for malloc... yes
checking for calloc... yes
checking for free... yes
checking for memcpy... yes
checking for memcmp... yes
checking for ntohl... yes
checking for htonl... yes
checking for ntohs... yes
checking for htons... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking whether the Linux kernel module shall be built... yes
checking Linux kernel source directory... /home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37
checking Linux kernel source usability... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bzr_revno
config.status: creating src/Makefile
config.status: creating src/test/Makefile
config.status: creating src/common/Makefile
config.status: creating src/common/protocols/Makefile
config.status: creating src/comp/Makefile
config.status: creating src/comp/test/Makefile
config.status: creating src/comp/schemes/Makefile
config.status: creating src/comp/schemes/test/Makefile
config.status: creating src/decomp/Makefile
config.status: creating src/decomp/test/Makefile
config.status: creating src/decomp/schemes/Makefile
config.status: creating src/decomp/schemes/test/Makefile
config.status: creating test/Makefile
config.status: creating test/functional/Makefile
config.status: creating test/functional/feedback2/Makefile
config.status: creating test/functional/decompress_padding/Makefile
config.status: creating test/functional/decompress_feedback_only/Makefile
config.status: creating test/functional/context_reuse/Makefile
config.status: creating test/functional/rtp_uo_disambiguation/Makefile
config.status: creating test/functional/rtp_detection/Makefile
config.status: creating test/functional/segment/Makefile
config.status: creating test/robustness/Makefile
config.status: creating test/robustness/empty_payload/Makefile
config.status: creating test/robustness/damaged_packet/Makefile
config.status: creating test/robustness/lost_packet/Makefile
config.status: creating test/robustness/piggybacking_feedback/Makefile
config.status: creating test/robustness/malformed_rohc_packets/Makefile
config.status: creating test/non_regression/Makefile
config.status: creating test/interop/Makefile
config.status: creating examples/Makefile
config.status: creating linux/Makefile
config.status: creating app/Makefile
config.status: creating app/performance/Makefile
config.status: creating app/tunnel/Makefile
config.status: creating app/sniffer/Makefile
config.status: creating app/fuzzer/Makefile
config.status: creating app/stats/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.conf
config.status: creating doc/rohc.7
config.status: creating doc/rohc_protocol.7
config.status: creating doc/rohc_library.7
config.status: creating contrib/Makefile
config.status: creating contrib/rohc.spec
config.status: creating rohc.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
++ autoreconf -i
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
++ return 0
++ exit 0
+ '[' 0 '!=' 0 ']'
+ '[' 1 = 1 ']'
+ msg 'Cleaning rohc-1.7.0 ...\n'
+ printf '\n%s: %b\n' '[build]' 'Cleaning rohc-1.7.0 ...\n'

[build]: Cleaning rohc-1.7.0 ...

+ ../projects/Tornado/rohc-1.7.0 clean 1 Tornado RA
+ source ../projects/Tornado/common clean 1 Tornado RA
++ package=rohc-1.7.0
++ command=clean
++ verbose=1
++ machine=Tornado
++ netname=RA
++ '[' 4 -lt 3 ']'
++ buildDir=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ externalSrcDir=./external
++ internalSrcDir=./internal
++ scriptsDir=./scripts
+++ dirname ../projects/Tornado/rohc-1.7.0
++ cd ../projects/Tornado
++ [[ -d ./external/rohc-1.7.0 ]]
++ _base=./external
++ packageBaseDir=./external
+++ cd ./external
+++ pwd
++ packageDir=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ '[' 1 = 1 ']'
++ clean
++ depends
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ repoCheck
+++ which svn
++ [[ -f /usr/bin/svn ]]
++ '[' -d /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0 ']'
++ return 0
++ cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ make clean
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --enable-rohc-debug --enable-fail-on-warning --enable-fortify-sources --enable-app-fuzzer --enable-app-performance --enable-app-sniffer --enable-app-tunnel --enable-app-stats --enable-rohc-tests --enable-doc --enable-examples --enable-linux-kernel-module --host=arm-linux --with-linux-kernel-src=/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37 --prefix=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm --with-libpcap-includes=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 --with-libpcap-libraries=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib --disable-silent-rules --disable-fail-on-warning --disable-app-fuzzer --disable-app-performance --disable-app-sniffer --disable-app-tunnel --disable-app-stats --disable-doc --disable-rohc-tests --disable-rohc-tests-valgrind host_alias=arm-linux CC=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc CFLAGS=-Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error LDFLAGS= -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib CPP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-cpp PKG_CONFIG_PATH=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib/pkgconfig CMOCKA_CFLAGS=-I/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/include CMOCKA_LIBS=-L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -lcmocka --no-create --no-recursion
configure: loading site script /opt/XC-TI32/site-config
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-strip... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking for style of include used by make... GNU
checking for arm-linux-gcc... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc accepts -g... yes
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C89... none needed
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc understands -c and -o together... yes
checking dependency style of /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld
checking if the linker (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm
checking the name lister (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld option to reload object files... -r
checking for arm-linux-objdump... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-ar... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar
checking for arm-linux-strip... (cached) /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
checking for arm-linux-ranlib... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib
checking command to parse /opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm output from /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc object... ok
checking how to run the C preprocessor... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc static flag -static works... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -c -o file.o... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -c -o file.o... (cached) yes
checking whether the /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc linker (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for arm-linux-gcc... (cached) /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc accepts -g... (cached) yes
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C89... (cached) none needed
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc understands -c and -o together... (cached) yes
checking dependency style of /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... (cached) gcc3
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for sys/types.h... (cached) yes
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C99... -std=gnu99
checking for malloc... yes
checking for calloc... yes
checking for free... yes
checking for memcpy... yes
checking for memcmp... yes
checking for ntohl... yes
checking for htonl... yes
checking for ntohs... yes
checking for htons... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking whether the Linux kernel module shall be built... yes
checking Linux kernel source directory... /home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37
checking Linux kernel source usability... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating bzr_revno
config.status: creating src/Makefile
config.status: creating src/test/Makefile
config.status: creating src/common/Makefile
config.status: creating src/common/protocols/Makefile
config.status: creating src/comp/Makefile
config.status: creating src/comp/test/Makefile
config.status: creating src/comp/schemes/Makefile
config.status: creating src/comp/schemes/test/Makefile
config.status: creating src/decomp/Makefile
config.status: creating src/decomp/test/Makefile
config.status: creating src/decomp/schemes/Makefile
config.status: creating src/decomp/schemes/test/Makefile
config.status: creating test/Makefile
config.status: creating test/functional/Makefile
config.status: creating test/functional/feedback2/Makefile
config.status: creating test/functional/decompress_padding/Makefile
config.status: creating test/functional/decompress_feedback_only/Makefile
config.status: creating test/functional/context_reuse/Makefile
config.status: creating test/functional/rtp_uo_disambiguation/Makefile
config.status: creating test/functional/rtp_detection/Makefile
config.status: creating test/functional/segment/Makefile
config.status: creating test/robustness/Makefile
config.status: creating test/robustness/empty_payload/Makefile
config.status: creating test/robustness/damaged_packet/Makefile
config.status: creating test/robustness/lost_packet/Makefile
config.status: creating test/robustness/piggybacking_feedback/Makefile
config.status: creating test/robustness/malformed_rohc_packets/Makefile
config.status: creating test/non_regression/Makefile
config.status: creating test/interop/Makefile
config.status: creating examples/Makefile
config.status: creating linux/Makefile
config.status: creating app/Makefile
config.status: creating app/performance/Makefile
config.status: creating app/tunnel/Makefile
config.status: creating app/sniffer/Makefile
config.status: creating app/fuzzer/Makefile
config.status: creating app/stats/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.conf
config.status: creating doc/rohc.7
config.status: creating doc/rohc_protocol.7
config.status: creating doc/rohc_library.7
config.status: creating contrib/Makefile
config.status: creating contrib/rohc.spec
config.status: creating rohc.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Making clean in src
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Making clean in common
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making clean in protocols
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
rm -rf .libs _libs
test -z "librohc_proto.la" || rm -f librohc_proto.la
rm -f ./so_locations
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
Making clean in .
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
test -z "librohc_common.la" || rm -f librohc_common.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making clean in comp
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Making clean in schemes
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making clean in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
rm -rf .libs _libs
test -z "librohc_comp_schemes.la" || rm -f librohc_comp_schemes.la
rm -f ./so_locations
rm -f *.o
rm -f *.lo
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making clean in .
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
test -z "librohc_comp.la" || rm -f librohc_comp.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Making clean in decomp
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
Making clean in schemes
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
Making clean in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
rm -rf .libs _libs
test -z "librohc_decomp_schemes.la" || rm -f librohc_decomp_schemes.la
rm -f ./so_locations
rm -f *.o
rm -f *.lo
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
Making clean in .
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
test -z "librohc_decomp.la" || rm -f librohc_decomp.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
Making clean in test
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
 rm -f test_wlsb_wraparound test_wlsb_packet_loss test_rtp_ts_wraparound
rm -rf .libs _libs
rm -f *.o
test -z "test_wlsb_wraparound.sh.log test_wlsb_packet_loss.sh.log test_rtp_ts_wraparound.sh.log" || rm -f test_wlsb_wraparound.sh.log test_wlsb_packet_loss.sh.log test_rtp_ts_wraparound.sh.log
test -z "test_wlsb_wraparound.sh.trs test_wlsb_packet_loss.sh.trs test_rtp_ts_wraparound.sh.trs" || rm -f test_wlsb_wraparound.sh.trs test_wlsb_packet_loss.sh.trs test_rtp_ts_wraparound.sh.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
Making clean in .
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
test -z "librohc.la" || rm -f librohc.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Making clean in linux
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/linux'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/linux'
Making clean in app
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
Making clean in examples
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/examples'
rm -rf .libs _libs
 rm -f simple_rohc_program print_rohc_version example_rohc_decomp rtp_detection
rm -f *.o
rm -f *.lo
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/examples'
Making clean in contrib
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/contrib'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/contrib'
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
rm -rf .libs _libs
test -z "" || rm -f 
test -z "" || rm -f 
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
++ rm -rf 'install_arm/*'
++ rm -rf 'install_i386/*'
++ exit 0
+ '[' 0 '!=' 0 ']'
+ '[' 1 = 1 -a 0 = 0 ']'
+ msg 'Building rohc-1.7.0 ...\n'
+ printf '\n%s: %b\n' '[build]' 'Building rohc-1.7.0 ...\n'

[build]: Building rohc-1.7.0 ...

+ ../projects/Tornado/rohc-1.7.0 compile 1 Tornado RA
+ source ../projects/Tornado/common compile 1 Tornado RA
++ package=rohc-1.7.0
++ command=compile
++ verbose=1
++ machine=Tornado
++ netname=RA
++ '[' 4 -lt 3 ']'
++ buildDir=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ externalSrcDir=./external
++ internalSrcDir=./internal
++ scriptsDir=./scripts
+++ dirname ../projects/Tornado/rohc-1.7.0
++ cd ../projects/Tornado
++ [[ -d ./external/rohc-1.7.0 ]]
++ _base=./external
++ packageBaseDir=./external
+++ cd ./external
+++ pwd
++ packageDir=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ '[' 1 = 1 ']'
++ compile
++ depends
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ repoCheck
+++ which svn
++ [[ -f /usr/bin/svn ]]
++ '[' -d /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0 ']'
++ return 0
++ cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ [[ -f Makefile ]]
++ case ${MMX_MACHINE_TYPE} in
++ make all PROJECT_NAME= V=s
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/missing autoheader)
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
Making all in src
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Making all in common
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making all in protocols
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_proto_la-ip_numbers.lo -MD -MP -MF .deps/librohc_proto_la-ip_numbers.Tpo -c -o librohc_proto_la-ip_numbers.lo `test -f 'ip_numbers.c' || echo './'`ip_numbers.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/ -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_proto_la-ip_numbers.lo -MD -MP -MF .deps/librohc_proto_la-ip_numbers.Tpo -c ip_numbers.c  -fPIC -DPIC -o .libs/librohc_proto_la-ip_numbers.o
mv -f .deps/librohc_proto_la-ip_numbers.Tpo .deps/librohc_proto_la-ip_numbers.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_proto.la  librohc_proto_la-ip_numbers.lo  
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar cru .libs/librohc_proto.a .libs/librohc_proto_la-ip_numbers.o 
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib .libs/librohc_proto.a
libtool: link: ( cd ".libs" && rm -f "librohc_proto.la" && ln -s "../librohc_proto.la" "librohc_proto.la" )
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
Making all in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_common.lo -MD -MP -MF .deps/librohc_common_la-rohc_common.Tpo -c -o librohc_common_la-rohc_common.lo `test -f 'rohc_common.c' || echo './'`rohc_common.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_common.lo -MD -MP -MF .deps/librohc_common_la-rohc_common.Tpo -c rohc_common.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_common.o
mv -f .deps/librohc_common_la-rohc_common.Tpo .deps/librohc_common_la-rohc_common.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_packets.lo -MD -MP -MF .deps/librohc_common_la-rohc_packets.Tpo -c -o librohc_common_la-rohc_packets.lo `test -f 'rohc_packets.c' || echo './'`rohc_packets.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_packets.lo -MD -MP -MF .deps/librohc_common_la-rohc_packets.Tpo -c rohc_packets.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_packets.o
mv -f .deps/librohc_common_la-rohc_packets.Tpo .deps/librohc_common_la-rohc_packets.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_traces_internal.lo -MD -MP -MF .deps/librohc_common_la-rohc_traces_internal.Tpo -c -o librohc_common_la-rohc_traces_internal.lo `test -f 'rohc_traces_internal.c' || echo './'`rohc_traces_internal.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_traces_internal.lo -MD -MP -MF .deps/librohc_common_la-rohc_traces_internal.Tpo -c rohc_traces_internal.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_traces_internal.o
rohc_traces_internal.c: In function 'rohc_dump_buf':
rohc_traces_internal.c:101:3: warning: implicit declaration of function 'strstr'
rohc_traces_internal.c:101:3: warning: incompatible implicit declaration of built-in function 'strstr'
rohc_traces_internal.c:119:3: warning: incompatible implicit declaration of built-in function 'strstr'
rohc_traces_internal.c:133:5: warning: incompatible implicit declaration of built-in function 'strstr'
rohc_traces_internal.c:158:4: warning: incompatible implicit declaration of built-in function 'strstr'
mv -f .deps/librohc_common_la-rohc_traces_internal.Tpo .deps/librohc_common_la-rohc_traces_internal.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_utils.lo -MD -MP -MF .deps/librohc_common_la-rohc_utils.Tpo -c -o librohc_common_la-rohc_utils.lo `test -f 'rohc_utils.c' || echo './'`rohc_utils.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_utils.lo -MD -MP -MF .deps/librohc_common_la-rohc_utils.Tpo -c rohc_utils.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_utils.o
mv -f .deps/librohc_common_la-rohc_utils.Tpo .deps/librohc_common_la-rohc_utils.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_buf.lo -MD -MP -MF .deps/librohc_common_la-rohc_buf.Tpo -c -o librohc_common_la-rohc_buf.lo `test -f 'rohc_buf.c' || echo './'`rohc_buf.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_buf.lo -MD -MP -MF .deps/librohc_common_la-rohc_buf.Tpo -c rohc_buf.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_buf.o
mv -f .deps/librohc_common_la-rohc_buf.Tpo .deps/librohc_common_la-rohc_buf.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-crc.lo -MD -MP -MF .deps/librohc_common_la-crc.Tpo -c -o librohc_common_la-crc.lo `test -f 'crc.c' || echo './'`crc.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-crc.lo -MD -MP -MF .deps/librohc_common_la-crc.Tpo -c crc.c  -fPIC -DPIC -o .libs/librohc_common_la-crc.o
mv -f .deps/librohc_common_la-crc.Tpo .deps/librohc_common_la-crc.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_add_cid.lo -MD -MP -MF .deps/librohc_common_la-rohc_add_cid.Tpo -c -o librohc_common_la-rohc_add_cid.lo `test -f 'rohc_add_cid.c' || echo './'`rohc_add_cid.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_add_cid.lo -MD -MP -MF .deps/librohc_common_la-rohc_add_cid.Tpo -c rohc_add_cid.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_add_cid.o
mv -f .deps/librohc_common_la-rohc_add_cid.Tpo .deps/librohc_common_la-rohc_add_cid.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-interval.lo -MD -MP -MF .deps/librohc_common_la-interval.Tpo -c -o librohc_common_la-interval.lo `test -f 'interval.c' || echo './'`interval.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-interval.lo -MD -MP -MF .deps/librohc_common_la-interval.Tpo -c interval.c  -fPIC -DPIC -o .libs/librohc_common_la-interval.o
mv -f .deps/librohc_common_la-interval.Tpo .deps/librohc_common_la-interval.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-sdvl.lo -MD -MP -MF .deps/librohc_common_la-sdvl.Tpo -c -o librohc_common_la-sdvl.lo `test -f 'sdvl.c' || echo './'`sdvl.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-sdvl.lo -MD -MP -MF .deps/librohc_common_la-sdvl.Tpo -c sdvl.c  -fPIC -DPIC -o .libs/librohc_common_la-sdvl.o
mv -f .deps/librohc_common_la-sdvl.Tpo .deps/librohc_common_la-sdvl.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-ip.lo -MD -MP -MF .deps/librohc_common_la-ip.Tpo -c -o librohc_common_la-ip.lo `test -f 'ip.c' || echo './'`ip.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-ip.lo -MD -MP -MF .deps/librohc_common_la-ip.Tpo -c ip.c  -fPIC -DPIC -o .libs/librohc_common_la-ip.o
mv -f .deps/librohc_common_la-ip.Tpo .deps/librohc_common_la-ip.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-net_pkt.lo -MD -MP -MF .deps/librohc_common_la-net_pkt.Tpo -c -o librohc_common_la-net_pkt.lo `test -f 'net_pkt.c' || echo './'`net_pkt.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-net_pkt.lo -MD -MP -MF .deps/librohc_common_la-net_pkt.Tpo -c net_pkt.c  -fPIC -DPIC -o .libs/librohc_common_la-net_pkt.o
net_pkt.c: In function 'net_pkt_parse':
net_pkt.c:69:3: warning: implicit declaration of function 'strstr'
net_pkt.c:69:3: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:74:2: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:76:2: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:80:3: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:85:4: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:120:4: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:125:3: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:127:3: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:131:4: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:136:5: warning: incompatible implicit declaration of built-in function 'strstr'
mv -f .deps/librohc_common_la-net_pkt.Tpo .deps/librohc_common_la-net_pkt.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-comp_list.lo -MD -MP -MF .deps/librohc_common_la-comp_list.Tpo -c -o librohc_common_la-comp_list.lo `test -f 'comp_list.c' || echo './'`comp_list.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-comp_list.lo -MD -MP -MF .deps/librohc_common_la-comp_list.Tpo -c comp_list.c  -fPIC -DPIC -o .libs/librohc_common_la-comp_list.o
mv -f .deps/librohc_common_la-comp_list.Tpo .deps/librohc_common_la-comp_list.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_stats.lo -MD -MP -MF .deps/librohc_common_la-rohc_stats.Tpo -c -o librohc_common_la-rohc_stats.lo `test -f 'rohc_stats.c' || echo './'`rohc_stats.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_stats.lo -MD -MP -MF .deps/librohc_common_la-rohc_stats.Tpo -c rohc_stats.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_stats.o
mv -f .deps/librohc_common_la-rohc_stats.Tpo .deps/librohc_common_la-rohc_stats.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-feedback_parse.lo -MD -MP -MF .deps/librohc_common_la-feedback_parse.Tpo -c -o librohc_common_la-feedback_parse.lo `test -f 'feedback_parse.c' || echo './'`feedback_parse.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-feedback_parse.lo -MD -MP -MF .deps/librohc_common_la-feedback_parse.Tpo -c feedback_parse.c  -fPIC -DPIC -o .libs/librohc_common_la-feedback_parse.o
mv -f .deps/librohc_common_la-feedback_parse.Tpo .deps/librohc_common_la-feedback_parse.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -export-symbols ./librohc_common.symbols -no-undefined -version-info 2:0:2 -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_common.la -rpath /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib librohc_common_la-rohc_common.lo librohc_common_la-rohc_packets.lo librohc_common_la-rohc_traces_internal.lo librohc_common_la-rohc_utils.lo librohc_common_la-rohc_buf.lo librohc_common_la-crc.lo librohc_common_la-rohc_add_cid.lo librohc_common_la-interval.lo librohc_common_la-sdvl.lo librohc_common_la-ip.lo librohc_common_la-net_pkt.lo librohc_common_la-comp_list.lo librohc_common_la-rohc_stats.lo librohc_common_la-feedback_parse.lo ./protocols/librohc_proto.la  
libtool: link: echo "{ global:" > .libs/librohc_common.ver
libtool: link:  cat ./librohc_common.symbols | sed -e "s/\(.*\)/\1;/" >> .libs/librohc_common.ver
libtool: link:  echo "local: *; };" >> .libs/librohc_common.ver
libtool: link:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -shared  .libs/librohc_common_la-rohc_common.o .libs/librohc_common_la-rohc_packets.o .libs/librohc_common_la-rohc_traces_internal.o .libs/librohc_common_la-rohc_utils.o .libs/librohc_common_la-rohc_buf.o .libs/librohc_common_la-crc.o .libs/librohc_common_la-rohc_add_cid.o .libs/librohc_common_la-interval.o .libs/librohc_common_la-sdvl.o .libs/librohc_common_la-ip.o .libs/librohc_common_la-net_pkt.o .libs/librohc_common_la-comp_list.o .libs/librohc_common_la-rohc_stats.o .libs/librohc_common_la-feedback_parse.o  -Wl,--whole-archive ./protocols/.libs/librohc_proto.a -Wl,--no-whole-archive  -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib  -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib   -Wl,-soname -Wl,librohc_common.so.0 -Wl,-version-script -Wl,.libs/librohc_common.ver -o .libs/librohc_common.so.0.2.0
libtool: link: (cd ".libs" && rm -f "librohc_common.so.0" && ln -s "librohc_common.so.0.2.0" "librohc_common.so.0")
libtool: link: (cd ".libs" && rm -f "librohc_common.so" && ln -s "librohc_common.so.0.2.0" "librohc_common.so")
libtool: link: ( cd ".libs" && rm -f "librohc_common.la" && ln -s "../librohc_common.la" "librohc_common.la" )
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making all in comp
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Making all in schemes
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making all in .
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-cid.lo -MD -MP -MF .deps/librohc_comp_schemes_la-cid.Tpo -c -o librohc_comp_schemes_la-cid.lo `test -f 'cid.c' || echo './'`cid.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-cid.lo -MD -MP -MF .deps/librohc_comp_schemes_la-cid.Tpo -c cid.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-cid.o
mv -f .deps/librohc_comp_schemes_la-cid.Tpo .deps/librohc_comp_schemes_la-cid.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-wlsb.lo -MD -MP -MF .deps/librohc_comp_schemes_la-wlsb.Tpo -c -o librohc_comp_schemes_la-wlsb.lo `test -f 'wlsb.c' || echo './'`wlsb.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-wlsb.lo -MD -MP -MF .deps/librohc_comp_schemes_la-wlsb.Tpo -c wlsb.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-wlsb.o
mv -f .deps/librohc_comp_schemes_la-wlsb.Tpo .deps/librohc_comp_schemes_la-wlsb.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-scaled_rtp_ts.lo -MD -MP -MF .deps/librohc_comp_schemes_la-scaled_rtp_ts.Tpo -c -o librohc_comp_schemes_la-scaled_rtp_ts.lo `test -f 'scaled_rtp_ts.c' || echo './'`scaled_rtp_ts.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-scaled_rtp_ts.lo -MD -MP -MF .deps/librohc_comp_schemes_la-scaled_rtp_ts.Tpo -c scaled_rtp_ts.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-scaled_rtp_ts.o
scaled_rtp_ts.c: In function 'c_create_sc':
scaled_rtp_ts.c:89:3: warning: implicit declaration of function 'strstr'
scaled_rtp_ts.c:89:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:99:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c: In function 'c_add_ts':
scaled_rtp_ts.c:143:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:160:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:175:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:187:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:192:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:201:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:210:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:219:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:225:4: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:231:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:234:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:238:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:248:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:251:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:252:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:261:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:267:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:275:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:281:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:286:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:291:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:296:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:302:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:344:4: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:351:4: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:360:4: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:363:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:369:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:376:3: warning: incompatible implicit declaration of built-in function 'strstr'
mv -f .deps/librohc_comp_schemes_la-scaled_rtp_ts.Tpo .deps/librohc_comp_schemes_la-scaled_rtp_ts.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-list.lo -MD -MP -MF .deps/librohc_comp_schemes_la-list.Tpo -c -o librohc_comp_schemes_la-list.lo `test -f 'list.c' || echo './'`list.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-list.lo -MD -MP -MF .deps/librohc_comp_schemes_la-list.Tpo -c list.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-list.o
mv -f .deps/librohc_comp_schemes_la-list.Tpo .deps/librohc_comp_schemes_la-list.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-list_ipv6.lo -MD -MP -MF .deps/librohc_comp_schemes_la-list_ipv6.Tpo -c -o librohc_comp_schemes_la-list_ipv6.lo `test -f 'list_ipv6.c' || echo './'`list_ipv6.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-list_ipv6.lo -MD -MP -MF .deps/librohc_comp_schemes_la-list_ipv6.Tpo -c list_ipv6.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-list_ipv6.o
mv -f .deps/librohc_comp_schemes_la-list_ipv6.Tpo .deps/librohc_comp_schemes_la-list_ipv6.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-rfc4996.lo -MD -MP -MF .deps/librohc_comp_schemes_la-rfc4996.Tpo -c -o librohc_comp_schemes_la-rfc4996.lo `test -f 'rfc4996.c' || echo './'`rfc4996.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-rfc4996.lo -MD -MP -MF .deps/librohc_comp_schemes_la-rfc4996.Tpo -c rfc4996.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-rfc4996.o
mv -f .deps/librohc_comp_schemes_la-rfc4996.Tpo .deps/librohc_comp_schemes_la-rfc4996.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -no-undefined -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_comp_schemes.la  librohc_comp_schemes_la-cid.lo librohc_comp_schemes_la-wlsb.lo librohc_comp_schemes_la-scaled_rtp_ts.lo librohc_comp_schemes_la-list.lo librohc_comp_schemes_la-list_ipv6.lo librohc_comp_schemes_la-rfc4996.lo  
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar cru .libs/librohc_comp_schemes.a .libs/librohc_comp_schemes_la-cid.o .libs/librohc_comp_schemes_la-wlsb.o .libs/librohc_comp_schemes_la-scaled_rtp_ts.o .libs/librohc_comp_schemes_la-list.o .libs/librohc_comp_schemes_la-list_ipv6.o .libs/librohc_comp_schemes_la-rfc4996.o 
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib .libs/librohc_comp_schemes.a
libtool: link: ( cd ".libs" && rm -f "librohc_comp_schemes.la" && ln -s "../librohc_comp_schemes.la" "librohc_comp_schemes.la" )
make[5]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making all in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-rohc_comp.lo -MD -MP -MF .deps/librohc_comp_la-rohc_comp.Tpo -c -o librohc_comp_la-rohc_comp.lo `test -f 'rohc_comp.c' || echo './'`rohc_comp.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-rohc_comp.lo -MD -MP -MF .deps/librohc_comp_la-rohc_comp.Tpo -c rohc_comp.c  -fPIC -DPIC -o .libs/librohc_comp_la-rohc_comp.o
mv -f .deps/librohc_comp_la-rohc_comp.Tpo .deps/librohc_comp_la-rohc_comp.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_uncompressed.lo -MD -MP -MF .deps/librohc_comp_la-c_uncompressed.Tpo -c -o librohc_comp_la-c_uncompressed.lo `test -f 'c_uncompressed.c' || echo './'`c_uncompressed.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_uncompressed.lo -MD -MP -MF .deps/librohc_comp_la-c_uncompressed.Tpo -c c_uncompressed.c  -fPIC -DPIC -o .libs/librohc_comp_la-c_uncompressed.o
c_uncompressed.c: In function 'c_uncompressed_create':
c_uncompressed.c:155:3: warning: implicit declaration of function 'strstr'
c_uncompressed.c:155:3: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c: In function 'uncomp_feedback':
c_uncompressed.c:320:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:324:5: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:330:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:334:5: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:339:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c: In function 'uncomp_feedback_2':
c_uncompressed.c:382:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:396:5: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:400:5: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:404:5: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:408:5: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:411:5: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:432:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:440:3: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:451:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:458:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:462:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:465:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:469:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:473:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c: In function 'uncompressed_periodic_down_transition':
c_uncompressed.c:522:3: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c: In function 'uncompressed_code_packet':
c_uncompressed.c:618:4: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:629:3: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:637:3: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:643:3: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c: In function 'uncompressed_code_IR_packet':
c_uncompressed.c:707:2: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:717:3: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:724:2: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:730:2: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:735:3: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:742:2: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:750:2: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c: In function 'uncompressed_code_normal_packet':
c_uncompressed.c:807:2: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:817:3: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:824:2: warning: incompatible implicit declaration of built-in function 'strstr'
c_uncompressed.c:831:2: warning: incompatible implicit declaration of built-in function 'strstr'
mv -f .deps/librohc_comp_la-c_uncompressed.Tpo .deps/librohc_comp_la-c_uncompressed.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_generic.lo -MD -MP -MF .deps/librohc_comp_la-c_generic.Tpo -c -o librohc_comp_la-c_generic.lo `test -f 'c_generic.c' || echo './'`c_generic.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_generic.lo -MD -MP -MF .deps/librohc_comp_la-c_generic.Tpo -c c_generic.c  -fPIC -DPIC -o .libs/librohc_comp_la-c_generic.o
mv -f .deps/librohc_comp_la-c_generic.Tpo .deps/librohc_comp_la-c_generic.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_ip.lo -MD -MP -MF .deps/librohc_comp_la-c_ip.Tpo -c -o librohc_comp_la-c_ip.lo `test -f 'c_ip.c' || echo './'`c_ip.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_ip.lo -MD -MP -MF .deps/librohc_comp_la-c_ip.Tpo -c c_ip.c  -fPIC -DPIC -o .libs/librohc_comp_la-c_ip.o
mv -f .deps/librohc_comp_la-c_ip.Tpo .deps/librohc_comp_la-c_ip.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_udp.lo -MD -MP -MF .deps/librohc_comp_la-c_udp.Tpo -c -o librohc_comp_la-c_udp.lo `test -f 'c_udp.c' || echo './'`c_udp.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_udp.lo -MD -MP -MF .deps/librohc_comp_la-c_udp.Tpo -c c_udp.c  -fPIC -DPIC -o .libs/librohc_comp_la-c_udp.o
mv -f .deps/librohc_comp_la-c_udp.Tpo .deps/librohc_comp_la-c_udp.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_udp_lite.lo -MD -MP -MF .deps/librohc_comp_la-c_udp_lite.Tpo -c -o librohc_comp_la-c_udp_lite.lo `test -f 'c_udp_lite.c' || echo './'`c_udp_lite.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_udp_lite.lo -MD -MP -MF .deps/librohc_comp_la-c_udp_lite.Tpo -c c_udp_lite.c  -fPIC -DPIC -o .libs/librohc_comp_la-c_udp_lite.o
mv -f .deps/librohc_comp_la-c_udp_lite.Tpo .deps/librohc_comp_la-c_udp_lite.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_esp.lo -MD -MP -MF .deps/librohc_comp_la-c_esp.Tpo -c -o librohc_comp_la-c_esp.lo `test -f 'c_esp.c' || echo './'`c_esp.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_esp.lo -MD -MP -MF .deps/librohc_comp_la-c_esp.Tpo -c c_esp.c  -fPIC -DPIC -o .libs/librohc_comp_la-c_esp.o
mv -f .deps/librohc_comp_la-c_esp.Tpo .deps/librohc_comp_la-c_esp.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_rtp.lo -MD -MP -MF .deps/librohc_comp_la-c_rtp.Tpo -c -o librohc_comp_la-c_rtp.lo `test -f 'c_rtp.c' || echo './'`c_rtp.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_rtp.lo -MD -MP -MF .deps/librohc_comp_la-c_rtp.Tpo -c c_rtp.c  -fPIC -DPIC -o .libs/librohc_comp_la-c_rtp.o
mv -f .deps/librohc_comp_la-c_rtp.Tpo .deps/librohc_comp_la-c_rtp.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_tcp.lo -MD -MP -MF .deps/librohc_comp_la-c_tcp.Tpo -c -o librohc_comp_la-c_tcp.lo `test -f 'c_tcp.c' || echo './'`c_tcp.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_la-c_tcp.lo -MD -MP -MF .deps/librohc_comp_la-c_tcp.Tpo -c c_tcp.c  -fPIC -DPIC -o .libs/librohc_comp_la-c_tcp.o
mv -f .deps/librohc_comp_la-c_tcp.Tpo .deps/librohc_comp_la-c_tcp.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -export-symbols ./librohc_comp.symbols -no-undefined -version-info 2:0:2 -L../../src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_comp.la -rpath /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib librohc_comp_la-rohc_comp.lo librohc_comp_la-c_uncompressed.lo librohc_comp_la-c_generic.lo librohc_comp_la-c_ip.lo librohc_comp_la-c_udp.lo librohc_comp_la-c_udp_lite.lo librohc_comp_la-c_esp.lo librohc_comp_la-c_rtp.lo librohc_comp_la-c_tcp.lo -lrohc_common ./schemes/librohc_comp_schemes.la  
libtool: link: echo "{ global:" > .libs/librohc_comp.ver
libtool: link:  cat ./librohc_comp.symbols | sed -e "s/\(.*\)/\1;/" >> .libs/librohc_comp.ver
libtool: link:  echo "local: *; };" >> .libs/librohc_comp.ver
libtool: link:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -shared  .libs/librohc_comp_la-rohc_comp.o .libs/librohc_comp_la-c_uncompressed.o .libs/librohc_comp_la-c_generic.o .libs/librohc_comp_la-c_ip.o .libs/librohc_comp_la-c_udp.o .libs/librohc_comp_la-c_udp_lite.o .libs/librohc_comp_la-c_esp.o .libs/librohc_comp_la-c_rtp.o .libs/librohc_comp_la-c_tcp.o  -Wl,--whole-archive ./schemes/.libs/librohc_comp_schemes.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/librohc_common.so  -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib   -Wl,-soname -Wl,librohc_comp.so.0 -Wl,-version-script -Wl,.libs/librohc_comp.ver -o .libs/librohc_comp.so.0.2.0
libtool: link: (cd ".libs" && rm -f "librohc_comp.so.0" && ln -s "librohc_comp.so.0.2.0" "librohc_comp.so.0")
libtool: link: (cd ".libs" && rm -f "librohc_comp.so" && ln -s "librohc_comp.so.0.2.0" "librohc_comp.so")
libtool: link: ( cd ".libs" && rm -f "librohc_comp.la" && ln -s "../librohc_comp.la" "librohc_comp.la" )
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Making all in decomp
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
Making all in schemes
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
Making all in .
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I../../../src/comp -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-wlsb.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-wlsb.Tpo -c -o librohc_decomp_schemes_la-wlsb.lo `test -f 'wlsb.c' || echo './'`wlsb.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I../../../src/comp -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-wlsb.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-wlsb.Tpo -c wlsb.c  -fPIC -DPIC -o .libs/librohc_decomp_schemes_la-wlsb.o
mv -f .deps/librohc_decomp_schemes_la-wlsb.Tpo .deps/librohc_decomp_schemes_la-wlsb.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I../../../src/comp -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-ip_id_offset.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-ip_id_offset.Tpo -c -o librohc_decomp_schemes_la-ip_id_offset.lo `test -f 'ip_id_offset.c' || echo './'`ip_id_offset.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I../../../src/comp -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-ip_id_offset.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-ip_id_offset.Tpo -c ip_id_offset.c  -fPIC -DPIC -o .libs/librohc_decomp_schemes_la-ip_id_offset.o
mv -f .deps/librohc_decomp_schemes_la-ip_id_offset.Tpo .deps/librohc_decomp_schemes_la-ip_id_offset.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I../../../src/comp -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-scaled_rtp_ts.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-scaled_rtp_ts.Tpo -c -o librohc_decomp_schemes_la-scaled_rtp_ts.lo `test -f 'scaled_rtp_ts.c' || echo './'`scaled_rtp_ts.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I../../../src/comp -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-scaled_rtp_ts.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-scaled_rtp_ts.Tpo -c scaled_rtp_ts.c  -fPIC -DPIC -o .libs/librohc_decomp_schemes_la-scaled_rtp_ts.o
scaled_rtp_ts.c: In function 'ts_update_context':
scaled_rtp_ts.c:202:2: warning: implicit declaration of function 'strstr'
scaled_rtp_ts.c:202:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:203:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:209:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:215:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:219:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:225:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:229:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:235:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c: In function 'd_record_ts_stride':
scaled_rtp_ts.c:258:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c: In function 'ts_decode_unscaled_bits':
scaled_rtp_ts.c:295:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:302:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:311:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:317:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:322:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:330:4: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:335:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:343:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:348:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c: In function 'ts_decode_scaled_bits':
scaled_rtp_ts.c:392:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:399:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:407:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:413:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:421:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:426:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:432:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c: In function 'ts_deduce_from_sn':
scaled_rtp_ts.c:466:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:472:2: warning: incompatible implicit declaration of built-in function 'strstr'
mv -f .deps/librohc_decomp_schemes_la-scaled_rtp_ts.Tpo .deps/librohc_decomp_schemes_la-scaled_rtp_ts.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I../../../src/comp -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-list.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-list.Tpo -c -o librohc_decomp_schemes_la-list.lo `test -f 'list.c' || echo './'`list.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I../../../src/comp -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-list.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-list.Tpo -c list.c  -fPIC -DPIC -o .libs/librohc_decomp_schemes_la-list.o
mv -f .deps/librohc_decomp_schemes_la-list.Tpo .deps/librohc_decomp_schemes_la-list.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I../../../src/comp -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-list_ipv6.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-list_ipv6.Tpo -c -o librohc_decomp_schemes_la-list_ipv6.lo `test -f 'list_ipv6.c' || echo './'`list_ipv6.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I../../../src/comp -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-list_ipv6.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-list_ipv6.Tpo -c list_ipv6.c  -fPIC -DPIC -o .libs/librohc_decomp_schemes_la-list_ipv6.o
mv -f .deps/librohc_decomp_schemes_la-list_ipv6.Tpo .deps/librohc_decomp_schemes_la-list_ipv6.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I../../../src/comp -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-rfc4996.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-rfc4996.Tpo -c -o librohc_decomp_schemes_la-rfc4996.lo `test -f 'rfc4996.c' || echo './'`rfc4996.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I../../../src/comp -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_schemes_la-rfc4996.lo -MD -MP -MF .deps/librohc_decomp_schemes_la-rfc4996.Tpo -c rfc4996.c  -fPIC -DPIC -o .libs/librohc_decomp_schemes_la-rfc4996.o
mv -f .deps/librohc_decomp_schemes_la-rfc4996.Tpo .deps/librohc_decomp_schemes_la-rfc4996.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -no-undefined -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_decomp_schemes.la  librohc_decomp_schemes_la-wlsb.lo librohc_decomp_schemes_la-ip_id_offset.lo librohc_decomp_schemes_la-scaled_rtp_ts.lo librohc_decomp_schemes_la-list.lo librohc_decomp_schemes_la-list_ipv6.lo librohc_decomp_schemes_la-rfc4996.lo  
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar cru .libs/librohc_decomp_schemes.a .libs/librohc_decomp_schemes_la-wlsb.o .libs/librohc_decomp_schemes_la-ip_id_offset.o .libs/librohc_decomp_schemes_la-scaled_rtp_ts.o .libs/librohc_decomp_schemes_la-list.o .libs/librohc_decomp_schemes_la-list_ipv6.o .libs/librohc_decomp_schemes_la-rfc4996.o 
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib .libs/librohc_decomp_schemes.a
libtool: link: ( cd ".libs" && rm -f "librohc_decomp_schemes.la" && ln -s "../librohc_decomp_schemes.la" "librohc_decomp_schemes.la" )
make[5]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
Making all in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-rohc_decomp_detect_packet.lo -MD -MP -MF .deps/librohc_decomp_la-rohc_decomp_detect_packet.Tpo -c -o librohc_decomp_la-rohc_decomp_detect_packet.lo `test -f 'rohc_decomp_detect_packet.c' || echo './'`rohc_decomp_detect_packet.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-rohc_decomp_detect_packet.lo -MD -MP -MF .deps/librohc_decomp_la-rohc_decomp_detect_packet.Tpo -c rohc_decomp_detect_packet.c  -fPIC -DPIC -o .libs/librohc_decomp_la-rohc_decomp_detect_packet.o
mv -f .deps/librohc_decomp_la-rohc_decomp_detect_packet.Tpo .deps/librohc_decomp_la-rohc_decomp_detect_packet.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-rohc_decomp.lo -MD -MP -MF .deps/librohc_decomp_la-rohc_decomp.Tpo -c -o librohc_decomp_la-rohc_decomp.lo `test -f 'rohc_decomp.c' || echo './'`rohc_decomp.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-rohc_decomp.lo -MD -MP -MF .deps/librohc_decomp_la-rohc_decomp.Tpo -c rohc_decomp.c  -fPIC -DPIC -o .libs/librohc_decomp_la-rohc_decomp.o
mv -f .deps/librohc_decomp_la-rohc_decomp.Tpo .deps/librohc_decomp_la-rohc_decomp.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-feedback_create.lo -MD -MP -MF .deps/librohc_decomp_la-feedback_create.Tpo -c -o librohc_decomp_la-feedback_create.lo `test -f 'feedback_create.c' || echo './'`feedback_create.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-feedback_create.lo -MD -MP -MF .deps/librohc_decomp_la-feedback_create.Tpo -c feedback_create.c  -fPIC -DPIC -o .libs/librohc_decomp_la-feedback_create.o
mv -f .deps/librohc_decomp_la-feedback_create.Tpo .deps/librohc_decomp_la-feedback_create.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_uncompressed.lo -MD -MP -MF .deps/librohc_decomp_la-d_uncompressed.Tpo -c -o librohc_decomp_la-d_uncompressed.lo `test -f 'd_uncompressed.c' || echo './'`d_uncompressed.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_uncompressed.lo -MD -MP -MF .deps/librohc_decomp_la-d_uncompressed.Tpo -c d_uncompressed.c  -fPIC -DPIC -o .libs/librohc_decomp_la-d_uncompressed.o
mv -f .deps/librohc_decomp_la-d_uncompressed.Tpo .deps/librohc_decomp_la-d_uncompressed.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_generic.lo -MD -MP -MF .deps/librohc_decomp_la-d_generic.Tpo -c -o librohc_decomp_la-d_generic.lo `test -f 'd_generic.c' || echo './'`d_generic.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_generic.lo -MD -MP -MF .deps/librohc_decomp_la-d_generic.Tpo -c d_generic.c  -fPIC -DPIC -o .libs/librohc_decomp_la-d_generic.o
mv -f .deps/librohc_decomp_la-d_generic.Tpo .deps/librohc_decomp_la-d_generic.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_ip.lo -MD -MP -MF .deps/librohc_decomp_la-d_ip.Tpo -c -o librohc_decomp_la-d_ip.lo `test -f 'd_ip.c' || echo './'`d_ip.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_ip.lo -MD -MP -MF .deps/librohc_decomp_la-d_ip.Tpo -c d_ip.c  -fPIC -DPIC -o .libs/librohc_decomp_la-d_ip.o
d_ip.c: In function 'd_ip_create':
d_ip.c:74:3: warning: implicit declaration of function 'strstr'
d_ip.c:74:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:85:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c: In function 'ip_detect_packet_type':
d_ip.c:141:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:174:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c: In function 'ip_parse_dynamic_ip':
d_ip.c:210:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:218:2: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c: In function 'ip_parse_ext3':
d_ip.c:296:2: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:304:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:316:2: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:325:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:333:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:350:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:360:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:360:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:383:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:401:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:424:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:443:5: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:451:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:460:5: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:468:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:473:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c: In function 'parse_inner_header_flags':
d_ip.c:548:2: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:561:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:570:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:580:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:590:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:594:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:603:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:612:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:630:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:637:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c: In function 'parse_outer_header_flags':
d_ip.c:711:2: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:716:3: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:726:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:734:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:742:4: warning: incompatible implicit declaration of built-in function 'strstr'
d_ip.c:750:3: warning: incompatible implicit declaration of built-in function 'strstr'
mv -f .deps/librohc_decomp_la-d_ip.Tpo .deps/librohc_decomp_la-d_ip.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_udp.lo -MD -MP -MF .deps/librohc_decomp_la-d_udp.Tpo -c -o librohc_decomp_la-d_udp.lo `test -f 'd_udp.c' || echo './'`d_udp.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_udp.lo -MD -MP -MF .deps/librohc_decomp_la-d_udp.Tpo -c d_udp.c  -fPIC -DPIC -o .libs/librohc_decomp_la-d_udp.o
mv -f .deps/librohc_decomp_la-d_udp.Tpo .deps/librohc_decomp_la-d_udp.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_udp_lite.lo -MD -MP -MF .deps/librohc_decomp_la-d_udp_lite.Tpo -c -o librohc_decomp_la-d_udp_lite.lo `test -f 'd_udp_lite.c' || echo './'`d_udp_lite.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_udp_lite.lo -MD -MP -MF .deps/librohc_decomp_la-d_udp_lite.Tpo -c d_udp_lite.c  -fPIC -DPIC -o .libs/librohc_decomp_la-d_udp_lite.o
mv -f .deps/librohc_decomp_la-d_udp_lite.Tpo .deps/librohc_decomp_la-d_udp_lite.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_esp.lo -MD -MP -MF .deps/librohc_decomp_la-d_esp.Tpo -c -o librohc_decomp_la-d_esp.lo `test -f 'd_esp.c' || echo './'`d_esp.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_esp.lo -MD -MP -MF .deps/librohc_decomp_la-d_esp.Tpo -c d_esp.c  -fPIC -DPIC -o .libs/librohc_decomp_la-d_esp.o
mv -f .deps/librohc_decomp_la-d_esp.Tpo .deps/librohc_decomp_la-d_esp.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_rtp.lo -MD -MP -MF .deps/librohc_decomp_la-d_rtp.Tpo -c -o librohc_decomp_la-d_rtp.lo `test -f 'd_rtp.c' || echo './'`d_rtp.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_rtp.lo -MD -MP -MF .deps/librohc_decomp_la-d_rtp.Tpo -c d_rtp.c  -fPIC -DPIC -o .libs/librohc_decomp_la-d_rtp.o
mv -f .deps/librohc_decomp_la-d_rtp.Tpo .deps/librohc_decomp_la-d_rtp.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common -I../../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_tcp.lo -MD -MP -MF .deps/librohc_decomp_la-d_tcp.Tpo -c -o librohc_decomp_la-d_tcp.lo `test -f 'd_tcp.c' || echo './'`d_tcp.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/common -I../../src/comp -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_decomp_la-d_tcp.lo -MD -MP -MF .deps/librohc_decomp_la-d_tcp.Tpo -c d_tcp.c  -fPIC -DPIC -o .libs/librohc_decomp_la-d_tcp.o
mv -f .deps/librohc_decomp_la-d_tcp.Tpo .deps/librohc_decomp_la-d_tcp.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -export-symbols ./librohc_decomp.symbols -no-undefined -version-info 2:0:2 -L../../src/common/.libs -L../../src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_decomp.la -rpath /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib librohc_decomp_la-rohc_decomp_detect_packet.lo librohc_decomp_la-rohc_decomp.lo librohc_decomp_la-feedback_create.lo librohc_decomp_la-d_uncompressed.lo librohc_decomp_la-d_generic.lo librohc_decomp_la-d_ip.lo librohc_decomp_la-d_udp.lo librohc_decomp_la-d_udp_lite.lo librohc_decomp_la-d_esp.lo librohc_decomp_la-d_rtp.lo librohc_decomp_la-d_tcp.lo -lrohc_common -lrohc_comp ./schemes/librohc_decomp_schemes.la  
libtool: link: echo "{ global:" > .libs/librohc_decomp.ver
libtool: link:  cat ./librohc_decomp.symbols | sed -e "s/\(.*\)/\1;/" >> .libs/librohc_decomp.ver
libtool: link:  echo "local: *; };" >> .libs/librohc_decomp.ver
libtool: link:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -shared  .libs/librohc_decomp_la-rohc_decomp_detect_packet.o .libs/librohc_decomp_la-rohc_decomp.o .libs/librohc_decomp_la-feedback_create.o .libs/librohc_decomp_la-d_uncompressed.o .libs/librohc_decomp_la-d_generic.o .libs/librohc_decomp_la-d_ip.o .libs/librohc_decomp_la-d_udp.o .libs/librohc_decomp_la-d_udp_lite.o .libs/librohc_decomp_la-d_esp.o .libs/librohc_decomp_la-d_rtp.o .libs/librohc_decomp_la-d_tcp.o  -Wl,--whole-archive ./schemes/.libs/librohc_decomp_schemes.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs/librohc_comp.so /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/librohc_common.so  -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib   -Wl,-soname -Wl,librohc_decomp.so.0 -Wl,-version-script -Wl,.libs/librohc_decomp.ver -o .libs/librohc_decomp.so.0.2.0
libtool: link: (cd ".libs" && rm -f "librohc_decomp.so.0" && ln -s "librohc_decomp.so.0.2.0" "librohc_decomp.so.0")
libtool: link: (cd ".libs" && rm -f "librohc_decomp.so" && ln -s "librohc_decomp.so.0.2.0" "librohc_decomp.so")
libtool: link: ( cd ".libs" && rm -f "librohc_decomp.la" && ln -s "../librohc_decomp.la" "librohc_decomp.la" )
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
Making all in test
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
Making all in .
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
/bin/sh ../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99  -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -no-undefined -version-info 2:0:2 -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc.la -rpath /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib  ./common/librohc_common.la ./comp/librohc_comp.la ./decomp/librohc_decomp.la  
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -shared   -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/decomp/.libs -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib ./common/.libs/librohc_common.so ./comp/.libs/librohc_comp.so ./decomp/.libs/librohc_decomp.so /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs/librohc_comp.so /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/librohc_common.so  -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib   -Wl,-soname -Wl,librohc.so.0 -o .libs/librohc.so.0.2.0
libtool: link: (cd ".libs" && rm -f "librohc.so.0" && ln -s "librohc.so.0.2.0" "librohc.so.0")
libtool: link: (cd ".libs" && rm -f "librohc.so" && ln -s "librohc.so.0.2.0" "librohc.so")
libtool: link: ( cd ".libs" && rm -f "librohc.la" && ln -s "../librohc.la" "librohc.la" )
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Making all in linux
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/linux'
make -C /home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37 M=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37'
  LD      /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/built-in.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../kmod.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/protocols/ip_numbers.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/rohc_common.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/rohc_packets.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/rohc_traces_internal.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/rohc_utils.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/rohc_buf.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/crc.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/rohc_add_cid.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/interval.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/sdvl.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/ip.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/net_pkt.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/comp_list.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/rohc_stats.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/common/feedback_parse.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/schemes/cid.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/schemes/wlsb.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/schemes/scaled_rtp_ts.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/schemes/list.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/schemes/list_ipv6.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/schemes/rfc4996.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/rohc_comp.o
/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/rohc_comp.c: In function 'rohc_comp_find_ctxt':
/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/rohc_comp.c:4791:25: warning: 'context' may be used uninitialized in this function
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/c_uncompressed.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/c_generic.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/c_ip.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/c_udp.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/c_udp_lite.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/c_rtp.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/c_esp.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/comp/c_tcp.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/schemes/wlsb.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/schemes/ip_id_offset.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/schemes/scaled_rtp_ts.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/schemes/list.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/schemes/list_ipv6.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/schemes/rfc4996.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/rohc_decomp_detect_packet.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/rohc_decomp.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/feedback_create.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/d_uncompressed.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/d_generic.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/d_ip.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/d_udp.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/d_udp_lite.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/d_rtp.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/d_esp.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../../src/decomp/d_tcp.o
  CC [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../kmod_test.o
/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../kmod_test.c: In function 'rohc_proc_decomp_write':
/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../kmod_test.c:842:4: warning: unknown conversion type character 0xa in format
/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/../kmod_test.c:842:4: warning: too many arguments for format
  LD [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/rohc.o
  LD [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/rohc_test.o
  Building modules, stage 2.
  MODPOST 2 modules
  CC      /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/rohc.mod.o
  LD [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/rohc.ko
  CC      /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/rohc_test.mod.o
  LD [M]  /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/linux/kmod/rohc_test.ko
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/linux'
Making all in app
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
Making all in examples
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/examples'
/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../src/common -I../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT simple_rohc_program-simple_rohc_program.o -MD -MP -MF .deps/simple_rohc_program-simple_rohc_program.Tpo -c -o simple_rohc_program-simple_rohc_program.o `test -f 'simple_rohc_program.c' || echo './'`simple_rohc_program.c
mv -f .deps/simple_rohc_program-simple_rohc_program.Tpo .deps/simple_rohc_program-simple_rohc_program.Po
/bin/sh ../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L../src/common/.libs -L../src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o simple_rohc_program simple_rohc_program-simple_rohc_program.o -lrohc_comp -lrohc_common  
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -o .libs/simple_rohc_program simple_rohc_program-simple_rohc_program.o  -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs/librohc_comp.so /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/librohc_common.so -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT print_rohc_version-print_rohc_version.o -MD -MP -MF .deps/print_rohc_version-print_rohc_version.Tpo -c -o print_rohc_version-print_rohc_version.o `test -f 'print_rohc_version.c' || echo './'`print_rohc_version.c
mv -f .deps/print_rohc_version-print_rohc_version.Tpo .deps/print_rohc_version-print_rohc_version.Po
/bin/sh ../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L../src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o print_rohc_version print_rohc_version-print_rohc_version.o -lrohc_common  
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -o .libs/print_rohc_version print_rohc_version-print_rohc_version.o  -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/librohc_common.so -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../src/common -I../src/comp -I../src/decomp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT example_rohc_decomp-example_rohc_decomp.o -MD -MP -MF .deps/example_rohc_decomp-example_rohc_decomp.Tpo -c -o example_rohc_decomp-example_rohc_decomp.o `test -f 'example_rohc_decomp.c' || echo './'`example_rohc_decomp.c
mv -f .deps/example_rohc_decomp-example_rohc_decomp.Tpo .deps/example_rohc_decomp-example_rohc_decomp.Po
/bin/sh ../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L../src/common/.libs -L../src/comp/.libs -L../src/decomp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o example_rohc_decomp example_rohc_decomp-example_rohc_decomp.o -lrohc_decomp -lrohc_comp -lrohc_common  
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -o .libs/example_rohc_decomp example_rohc_decomp-example_rohc_decomp.o  -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/decomp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/decomp/.libs/librohc_decomp.so /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs/librohc_comp.so /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/librohc_common.so -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../src/common -I../src/comp  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT rtp_detection-rtp_detection.o -MD -MP -MF .deps/rtp_detection-rtp_detection.Tpo -c -o rtp_detection-rtp_detection.o `test -f 'rtp_detection.c' || echo './'`rtp_detection.c
mv -f .deps/rtp_detection-rtp_detection.Tpo .deps/rtp_detection-rtp_detection.Po
/bin/sh ../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L../src/common/.libs -L../src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o rtp_detection rtp_detection-rtp_detection.o -lrohc_comp -lrohc_common  
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wno-unused-parameter -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -o .libs/rtp_detection rtp_detection-rtp_detection.o  -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs/librohc_comp.so /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/librohc_common.so -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/examples'
Making all in contrib
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/contrib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/contrib'
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
++ '[' 0 -ne 0 ']'
++ make install-strip V=s
if test -z '/opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip'; then \
  make  INSTALL_PROGRAM="/bin/sh /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install-sh -c -s" \
    install_sh_PROGRAM="/bin/sh /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
      install; \
else \
  make  INSTALL_PROGRAM="/bin/sh /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install-sh -c -s" \
    install_sh_PROGRAM="/bin/sh /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
    "INSTALL_PROGRAM_ENV=STRIPPROG='/opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip'" install; \
fi
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
Making install in src
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Making install in common
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making install in protocols
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
Making install in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c -s  librohc_common.la '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib'
libtool: install: /usr/bin/install -c .libs/librohc_common.so.0.2.0 /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc_common.so.0.2.0
libtool: install: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip --strip-unneeded /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc_common.so.0.2.0
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib && { ln -s -f librohc_common.so.0.2.0 librohc_common.so.0 || { rm -f librohc_common.so.0 && ln -s librohc_common.so.0.2.0 librohc_common.so.0; }; })
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib && { ln -s -f librohc_common.so.0.2.0 librohc_common.so || { rm -f librohc_common.so && ln -s librohc_common.so.0.2.0 librohc_common.so; }; })
libtool: install: /usr/bin/install -c .libs/librohc_common.lai /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc_common.la
libtool: finish: PATH="/opt/XC-TI32/bin:/opt/XC-TI32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include'
 /usr/bin/install -c -m 644 compat_headers/rohc.h compat_headers/rohc_packets.h compat_headers/rohc_traces.h '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include'
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include/rohc'
 /usr/bin/install -c -m 644 rohc.h rohc_packets.h rohc_traces.h rohc_time.h rohc_buf.h '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include/rohc'
make[5]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making install in comp
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Making install in schemes
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making install in .
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
make[6]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
make[5]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making install in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c -s  librohc_comp.la '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib'
libtool: install: warning: relinking `librohc_comp.la'
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp; /bin/sh /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/libtool  --tag CC --mode=relink /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -export-symbols ./librohc_comp.symbols -no-undefined -version-info 2:0:2 -L../../src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_comp.la -rpath /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib librohc_comp_la-rohc_comp.lo librohc_comp_la-c_uncompressed.lo librohc_comp_la-c_generic.lo librohc_comp_la-c_ip.lo librohc_comp_la-c_udp.lo librohc_comp_la-c_udp_lite.lo librohc_comp_la-c_esp.lo librohc_comp_la-c_rtp.lo librohc_comp_la-c_tcp.lo -lrohc_common ./schemes/librohc_comp_schemes.la )
libtool: relink: echo "{ global:" > .libs/librohc_comp.ver
libtool: relink:  cat ./librohc_comp.symbols | sed -e "s/\(.*\)/\1;/" >> .libs/librohc_comp.ver
libtool: relink:  echo "local: *; };" >> .libs/librohc_comp.ver
libtool: relink:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -shared  .libs/librohc_comp_la-rohc_comp.o .libs/librohc_comp_la-c_uncompressed.o .libs/librohc_comp_la-c_generic.o .libs/librohc_comp_la-c_ip.o .libs/librohc_comp_la-c_udp.o .libs/librohc_comp_la-c_udp_lite.o .libs/librohc_comp_la-c_esp.o .libs/librohc_comp_la-c_rtp.o .libs/librohc_comp_la-c_tcp.o  -Wl,--whole-archive ./schemes/.libs/librohc_comp_schemes.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -lrohc_common  -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib   -Wl,-soname -Wl,librohc_comp.so.0 -Wl,-version-script -Wl,.libs/librohc_comp.ver -o .libs/librohc_comp.so.0.2.0
libtool: install: /usr/bin/install -c .libs/librohc_comp.so.0.2.0T /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc_comp.so.0.2.0
libtool: install: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip --strip-unneeded /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc_comp.so.0.2.0
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib && { ln -s -f librohc_comp.so.0.2.0 librohc_comp.so.0 || { rm -f librohc_comp.so.0 && ln -s librohc_comp.so.0.2.0 librohc_comp.so.0; }; })
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib && { ln -s -f librohc_comp.so.0.2.0 librohc_comp.so || { rm -f librohc_comp.so && ln -s librohc_comp.so.0.2.0 librohc_comp.so; }; })
libtool: install: /usr/bin/install -c .libs/librohc_comp.lai /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc_comp.la
libtool: finish: PATH="/opt/XC-TI32/bin:/opt/XC-TI32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include'
 /usr/bin/install -c -m 644 compat_headers/rohc_comp.h '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include'
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include/rohc'
 /usr/bin/install -c -m 644 rohc_comp.h '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include/rohc'
make[5]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Making install in decomp
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
Making install in schemes
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
Making install in .
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
make[6]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
make[5]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
Making install in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c -s  librohc_decomp.la '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib'
libtool: install: warning: relinking `librohc_decomp.la'
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/decomp; /bin/sh /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/libtool  --tag CC --mode=relink /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -export-symbols ./librohc_decomp.symbols -no-undefined -version-info 2:0:2 -L../../src/common/.libs -L../../src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_decomp.la -rpath /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib librohc_decomp_la-rohc_decomp_detect_packet.lo librohc_decomp_la-rohc_decomp.lo librohc_decomp_la-feedback_create.lo librohc_decomp_la-d_uncompressed.lo librohc_decomp_la-d_generic.lo librohc_decomp_la-d_ip.lo librohc_decomp_la-d_udp.lo librohc_decomp_la-d_udp_lite.lo librohc_decomp_la-d_esp.lo librohc_decomp_la-d_rtp.lo librohc_decomp_la-d_tcp.lo -lrohc_common -lrohc_comp ./schemes/librohc_decomp_schemes.la )
libtool: relink: echo "{ global:" > .libs/librohc_decomp.ver
libtool: relink:  cat ./librohc_decomp.symbols | sed -e "s/\(.*\)/\1;/" >> .libs/librohc_decomp.ver
libtool: relink:  echo "local: *; };" >> .libs/librohc_decomp.ver
libtool: relink:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -shared  .libs/librohc_decomp_la-rohc_decomp_detect_packet.o .libs/librohc_decomp_la-rohc_decomp.o .libs/librohc_decomp_la-feedback_create.o .libs/librohc_decomp_la-d_uncompressed.o .libs/librohc_decomp_la-d_generic.o .libs/librohc_decomp_la-d_ip.o .libs/librohc_decomp_la-d_udp.o .libs/librohc_decomp_la-d_udp_lite.o .libs/librohc_decomp_la-d_esp.o .libs/librohc_decomp_la-d_rtp.o .libs/librohc_decomp_la-d_tcp.o  -Wl,--whole-archive ./schemes/.libs/librohc_decomp_schemes.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -lrohc_comp -lrohc_common  -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib   -Wl,-soname -Wl,librohc_decomp.so.0 -Wl,-version-script -Wl,.libs/librohc_decomp.ver -o .libs/librohc_decomp.so.0.2.0
libtool: install: /usr/bin/install -c .libs/librohc_decomp.so.0.2.0T /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc_decomp.so.0.2.0
libtool: install: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip --strip-unneeded /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc_decomp.so.0.2.0
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib && { ln -s -f librohc_decomp.so.0.2.0 librohc_decomp.so.0 || { rm -f librohc_decomp.so.0 && ln -s librohc_decomp.so.0.2.0 librohc_decomp.so.0; }; })
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib && { ln -s -f librohc_decomp.so.0.2.0 librohc_decomp.so || { rm -f librohc_decomp.so && ln -s librohc_decomp.so.0.2.0 librohc_decomp.so; }; })
libtool: install: /usr/bin/install -c .libs/librohc_decomp.lai /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc_decomp.la
libtool: finish: PATH="/opt/XC-TI32/bin:/opt/XC-TI32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include'
 /usr/bin/install -c -m 644 compat_headers/rohc_decomp.h '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include'
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include/rohc'
 /usr/bin/install -c -m 644 rohc_decomp.h '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/include/rohc'
make[5]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
Making install in test
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
Making install in .
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c -s  librohc.la '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib'
libtool: install: warning: relinking `librohc.la'
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src; /bin/sh /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/libtool  --tag CC --mode=relink /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -no-undefined -version-info 2:0:2 -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc.la -rpath /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib ./common/librohc_common.la ./comp/librohc_comp.la ./decomp/librohc_decomp.la )
libtool: relink: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -shared   -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/comp/.libs/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -lrohc_decomp -lrohc_comp -lrohc_common  -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib   -Wl,-soname -Wl,librohc.so.0 -o .libs/librohc.so.0.2.0
libtool: install: /usr/bin/install -c .libs/librohc.so.0.2.0T /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc.so.0.2.0
libtool: install: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip --strip-unneeded /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc.so.0.2.0
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib && { ln -s -f librohc.so.0.2.0 librohc.so.0 || { rm -f librohc.so.0 && ln -s librohc.so.0.2.0 librohc.so.0; }; })
libtool: install: (cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib && { ln -s -f librohc.so.0.2.0 librohc.so || { rm -f librohc.so && ln -s librohc.so.0.2.0 librohc.so; }; })
libtool: install: /usr/bin/install -c .libs/librohc.lai /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/librohc.la
libtool: finish: PATH="/opt/XC-TI32/bin:/opt/XC-TI32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Making install in linux
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/linux'
/usr/bin/install -c -d //home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/modules/`uname -r`/extra
/usr/bin/install -c -m 644 ./kmod/rohc.ko //home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/modules/`uname -r`/extra/rohc.ko
/usr/bin/install -c -m 644 ./kmod/rohc_test.ko //home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/modules/`uname -r`/extra/rohc_test.ko
/sbin/depmod -a
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/linux'
Making install in app
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/app'
Making install in examples
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/examples'
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/examples'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/share/doc/rohc/examples'
 /usr/bin/install -c -m 644 simple_rohc_program.c print_rohc_version.c example_rohc_decomp.c rtp_detection.c '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/share/doc/rohc/examples'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/examples'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/examples'
Making install in contrib
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/contrib'
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/contrib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/contrib'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/contrib'
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/share/doc/rohc'
 /usr/bin/install -c -m 644 README INSTALL COPYING AUTHORS ChangeLog '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/share/doc/rohc'
 /bin/mkdir -p '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/pkgconfig'
 /usr/bin/install -c -m 644 rohc.pc '/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib/pkgconfig'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
++ '[' 0 -ne 0 ']'
++ make check V=s
Making check in src
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Making check in common
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making check in protocols
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
Making check in .
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making check in comp
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Making check in schemes
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making check in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making check in .
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Making check in decomp
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
Making check in schemes
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
Making check in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp/schemes'
Making check in .
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/decomp'
Making check in test
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
make  test_wlsb_wraparound test_wlsb_packet_loss test_rtp_ts_wraparound
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT test_wlsb_wraparound-test_wlsb_wraparound.o -MD -MP -MF .deps/test_wlsb_wraparound-test_wlsb_wraparound.Tpo -c -o test_wlsb_wraparound-test_wlsb_wraparound.o `test -f 'test_wlsb_wraparound.c' || echo './'`test_wlsb_wraparound.c
mv -f .deps/test_wlsb_wraparound-test_wlsb_wraparound.Tpo .deps/test_wlsb_wraparound-test_wlsb_wraparound.Po
/bin/sh ../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L../../src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o test_wlsb_wraparound test_wlsb_wraparound-test_wlsb_wraparound.o ../../src/comp/schemes/librohc_comp_schemes.la ../../src/decomp/schemes/librohc_decomp_schemes.la -lrohc_common 
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -o .libs/test_wlsb_wraparound test_wlsb_wraparound-test_wlsb_wraparound.o  -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib ../../src/comp/schemes/.libs/librohc_comp_schemes.a ../../src/decomp/schemes/.libs/librohc_decomp_schemes.a /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/librohc_common.so -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT test_wlsb_packet_loss-test_wlsb_packet_loss.o -MD -MP -MF .deps/test_wlsb_packet_loss-test_wlsb_packet_loss.Tpo -c -o test_wlsb_packet_loss-test_wlsb_packet_loss.o `test -f 'test_wlsb_packet_loss.c' || echo './'`test_wlsb_packet_loss.c
mv -f .deps/test_wlsb_packet_loss-test_wlsb_packet_loss.Tpo .deps/test_wlsb_packet_loss-test_wlsb_packet_loss.Po
/bin/sh ../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L../../src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o test_wlsb_packet_loss test_wlsb_packet_loss-test_wlsb_packet_loss.o ../../src/comp/schemes/librohc_comp_schemes.la ../../src/decomp/schemes/librohc_decomp_schemes.la -lrohc_common 
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -o .libs/test_wlsb_packet_loss test_wlsb_packet_loss-test_wlsb_packet_loss.o  -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib ../../src/comp/schemes/.libs/librohc_comp_schemes.a ../../src/decomp/schemes/.libs/librohc_decomp_schemes.a /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/librohc_common.so -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src/common  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT test_rtp_ts_wraparound-test_rtp_ts_wraparound.o -MD -MP -MF .deps/test_rtp_ts_wraparound-test_rtp_ts_wraparound.Tpo -c -o test_rtp_ts_wraparound-test_rtp_ts_wraparound.o `test -f 'test_rtp_ts_wraparound.c' || echo './'`test_rtp_ts_wraparound.c
mv -f .deps/test_rtp_ts_wraparound-test_rtp_ts_wraparound.Tpo .deps/test_rtp_ts_wraparound-test_rtp_ts_wraparound.Po
/bin/sh ../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L../../src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o test_rtp_ts_wraparound test_rtp_ts_wraparound-test_rtp_ts_wraparound.o ../../src/comp/schemes/librohc_comp_schemes.la ../../src/decomp/schemes/librohc_decomp_schemes.la -lrohc_common 
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -o .libs/test_rtp_ts_wraparound test_rtp_ts_wraparound-test_rtp_ts_wraparound.o  -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib ../../src/comp/schemes/.libs/librohc_comp_schemes.a ../../src/decomp/schemes/.libs/librohc_decomp_schemes.a /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/src/common/.libs/librohc_common.so -Wl,-rpath -Wl,/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
make  check-TESTS
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
FAIL: test_wlsb_wraparound.sh
FAIL: test_wlsb_packet_loss.sh
FAIL: test_rtp_ts_wraparound.sh
============================================================================
Testsuite summary for ROHC library 1.7.0
============================================================================
# TOTAL: 3
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  3
# XPASS: 0
# ERROR: 0
============================================================================
See src/test/test-suite.log
Please report to http://rohc-lib.org/
============================================================================
Makefile:826: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
Makefile:932: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
Makefile:1019: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/test'
Makefile:515: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Makefile:733: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
++ '[' 2 -ne 0 ']'
++ return 1
++ exit 1
+ '[' 1 '!=' 0 ']'
+ buildStatus=1
+ '[' 1 = 0 ']'
++ printf '\n%-20s: Fail' rohc-1.7.0
+ buildReport='
rohc-1.7.0          : Fail'
+ msg 'Done. Printing report...'
+ printf '\n%s: %b\n' '[build]' 'Done. Printing report...'

[build]: Done. Printing report...
++ date '+%Y-%m-%d %H:%M:%S'
+ curDate='2018-06-22 09:20:02'
+ echo '2018-06-22 09:20:02'
+ echo '
rohc-1.7.0          : Fail'
+ printf '%b\n\n' '
rohc-1.7.0          : Fail'

rohc-1.7.0          : Fail

+ exit 0
SDK_PATH = /opt/XC-TI32
++ export ARCH=arm
++ ARCH=arm
++ export TOOLCHAIN_PATH=/opt/XC-TI32
++ TOOLCHAIN_PATH=/opt/XC-TI32
++ export TARGET_SYS=arm-arago-linux-gnueabi
++ TARGET_SYS=arm-arago-linux-gnueabi
++ export PATH=/opt/XC-TI32/bin:/opt/XC-TI32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++ PATH=/opt/XC-TI32/bin:/opt/XC-TI32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++ export CPATH=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/include:
++ CPATH=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/include:
++ export LIBTOOL_SYSROOT_PATH=/opt/XC-TI32/arm-arago-linux-gnueabi
++ LIBTOOL_SYSROOT_PATH=/opt/XC-TI32/arm-arago-linux-gnueabi
++ export PKG_CONFIG_SYSROOT_DIR=/opt/XC-TI32/arm-arago-linux-gnueabi
++ PKG_CONFIG_SYSROOT_DIR=/opt/XC-TI32/arm-arago-linux-gnueabi
++ export PKG_CONFIG_PATH=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib/pkgconfig
++ PKG_CONFIG_PATH=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib/pkgconfig
++ export CONFIG_SITE=/opt/XC-TI32/site-config
++ CONFIG_SITE=/opt/XC-TI32/site-config
++ alias 'opkg=LD_LIBRARY_PATH=/opt/XC-TI32/lib /opt/XC-TI32/bin/opkg-cl -f /opt/XC-TI32/etc/opkg-sdk.conf -o /opt/XC-TI32'
++ alias 'opkg-target=LD_LIBRARY_PATH=/opt/XC-TI32/lib /opt/XC-TI32/bin/opkg-cl -f /opt/XC-TI32/arm-arago-linux-gnueabi/etc/opkg.conf -o /opt/XC-TI32/arm-arago-linux-gnueabi'
++ export CC=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc
++ CC=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc
++ export LD=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld
++ LD=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld
++ export 'CFLAGS=-Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib'
++ CFLAGS='-Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib'
++ export LDFLAGS=
++ LDFLAGS=
++ export CPP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-cpp
++ CPP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-cpp
++ export CXX=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-cpp
++ CXX=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-cpp
++ export CROSS_COMPILE=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-
++ CROSS_COMPILE=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-
++ export NM=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm
++ NM=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm
++ export RANLIB=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib
++ RANLIB=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib
++ export OBJCOPY=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-objcopy
++ OBJCOPY=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-objcopy
++ export STRIP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
++ STRIP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
++ export AS=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-as
++ AS=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-as
++ export AR=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar
++ AR=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar
++ export OBJDUMP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-objdump
++ OBJDUMP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-objdump
++ export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
++ PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
++ export OE_QMAKE_CC=arm-arago-linux-gnueabi-gcc
++ OE_QMAKE_CC=arm-arago-linux-gnueabi-gcc
++ export OE_QMAKE_CXX=arm-arago-linux-gnueabi-g++
++ OE_QMAKE_CXX=arm-arago-linux-gnueabi-g++
++ export OE_QMAKE_LINK=arm-arago-linux-gnueabi-g++
++ OE_QMAKE_LINK=arm-arago-linux-gnueabi-g++
++ export OE_QMAKE_AR=arm-arago-linux-gnueabi-ar
++ OE_QMAKE_AR=arm-arago-linux-gnueabi-ar
++ export OE_QMAKE_LIBDIR_QT=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib
++ OE_QMAKE_LIBDIR_QT=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib
++ export OE_QMAKE_INCDIR_QT=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/include/qtopia
++ OE_QMAKE_INCDIR_QT=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/include/qtopia
++ export OE_QMAKE_MOC=/opt/XC-TI32/bin/moc4
++ OE_QMAKE_MOC=/opt/XC-TI32/bin/moc4
++ export OE_QMAKE_UIC=/opt/XC-TI32/bin/uic4
++ OE_QMAKE_UIC=/opt/XC-TI32/bin/uic4
++ export OE_QMAKE_UIC3=/opt/XC-TI32/bin/uic34
++ OE_QMAKE_UIC3=/opt/XC-TI32/bin/uic34
++ export OE_QMAKE_RCC=/opt/XC-TI32/bin/rcc4
++ OE_QMAKE_RCC=/opt/XC-TI32/bin/rcc4
++ export OE_QMAKE_QDBUSCPP2XML=/opt/XC-TI32/bin/qdbuscpp2xml4
++ OE_QMAKE_QDBUSCPP2XML=/opt/XC-TI32/bin/qdbuscpp2xml4
++ export OE_QMAKE_QDBUSXML2CPP=/opt/XC-TI32/bin/qdbusxml2cpp4
++ OE_QMAKE_QDBUSXML2CPP=/opt/XC-TI32/bin/qdbusxml2cpp4
++ export OE_QMAKE_QT_CONFIG=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/qconfig.pri
++ OE_QMAKE_QT_CONFIG=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/qconfig.pri
++ export QMAKESPEC=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/linux-g++
++ QMAKESPEC=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/linux-g++
++ export 'OE_QMAKE_LDFLAGS=-L/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib -Wl,-rpath-link,/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu'
++ OE_QMAKE_LDFLAGS='-L/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib -Wl,-rpath-link,/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu'
++ export OE_QMAKE_STRIP=echo
++ OE_QMAKE_STRIP=echo
+ msg Project:
+ printf '\n%s: %b\n' '[build]' Project:

[build]: Project:
+ msg Targets: rohc-1.7.0
+ printf '\n%s: %b\n' '[build]' 'Targets: rohc-1.7.0'

[build]: Targets: rohc-1.7.0
+ msg Machine: Tornado
+ printf '\n%s: %b\n' '[build]' 'Machine: Tornado'

[build]: Machine: Tornado
++ dirname ../projects/Tornado/Tornado.prj
+ projectDir=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ grep -w KERNEL ../projects/Tornado/Tornado.prj
++ cut -d= -f2
+ useKernel=linux-2.6.37
++ cut -d= -f2
++ grep -w ROOTFS ../projects/Tornado/Tornado.prj
+ useRootfs=tornado_rootfs.tar.bz2
+ for i in ZLIB XML PCAP SQLITE OPENSSL
++ cut -d= -f2
++ grep '^ZLIB=' ../projects/Tornado/Tornado.prj
+ export ZLIB_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/zlib-1.2.8
+ ZLIB_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/zlib-1.2.8
+ for i in ZLIB XML PCAP SQLITE OPENSSL
++ cut -d= -f2
++ grep '^XML=' ../projects/Tornado/Tornado.prj
+ export XML_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/libxml2-2.7.8
+ XML_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/libxml2-2.7.8
+ for i in ZLIB XML PCAP SQLITE OPENSSL
++ cut -d= -f2
++ grep '^PCAP=' ../projects/Tornado/Tornado.prj
+ export PCAP_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3
+ PCAP_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3
+ for i in ZLIB XML PCAP SQLITE OPENSSL
++ cut -d= -f2
++ grep '^SQLITE=' ../projects/Tornado/Tornado.prj
+ export SQLITE_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/sqlite-3.7.15.2
+ SQLITE_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/sqlite-3.7.15.2
+ for i in ZLIB XML PCAP SQLITE OPENSSL
++ cut -d= -f2
++ grep '^OPENSSL=' ../projects/Tornado/Tornado.prj
+ export OPENSSL_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/openssl-1.0.2g
+ OPENSSL_DIR=/home/klemen/Work/MiMOMax/git/xxx/external/openssl-1.0.2g
+ ROOTFS=tornado
+ export MMX_PROJECT_DIR=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
+ MMX_PROJECT_DIR=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
+ export MMX_PROJECT_NAME=
+ MMX_PROJECT_NAME=
+ export MMX_MACHINE_TYPE=Tornado
+ MMX_MACHINE_TYPE=Tornado
+ export MMX_NET_TYPE=RA
+ MMX_NET_TYPE=RA
+ '[' xrohc-1.7.0 = x ']'
+ for i in '$buildTargets'
+ '[' rohc-1.7.0 = ALL ']'
+ _buildTargets=' rohc-1.7.0'
+ buildTargets=' rohc-1.7.0'
+ dbg 'projFile = ../projects/Tornado/Tornado.prj'
+ '[' 1 = 1 ']'
+ msg projFile = ../projects/Tornado/Tornado.prj
+ printf '\n%s: %b\n' '[build]' 'projFile = ../projects/Tornado/Tornado.prj'

[build]: projFile = ../projects/Tornado/Tornado.prj
+ dbg 'kernel   = linux-2.6.37'
+ '[' 1 = 1 ']'
+ msg kernel = linux-2.6.37
+ printf '\n%s: %b\n' '[build]' 'kernel = linux-2.6.37'

[build]: kernel = linux-2.6.37
+ dbg 'rootfs   = tornado_rootfs.tar.bz2'
+ '[' 1 = 1 ']'
+ msg rootfs = tornado_rootfs.tar.bz2
+ printf '\n%s: %b\n' '[build]' 'rootfs = tornado_rootfs.tar.bz2'

[build]: rootfs = tornado_rootfs.tar.bz2
+ dbg 'targets  =  rohc-1.7.0'
+ '[' 1 = 1 ']'
+ msg targets = rohc-1.7.0
+ printf '\n%s: %b\n' '[build]' 'targets = rohc-1.7.0'

[build]: targets = rohc-1.7.0
+ export KERNEL_PATH=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado/external/linux-2.6.37
+ KERNEL_PATH=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado/external/linux-2.6.37
+ sleep 2
++ env
++ grep -w CC
++ cut -d= -f2
+ envGcc=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc
+ '[' x/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc = x ']'
++ dirname ../projects/Tornado/Tornado.prj
+ projectsFolder=../projects/Tornado
+ buildReport=
+ for i in '$buildTargets'
+ buildStatus=0
+ ls ../projects/Tornado/rohc-1.7.0
+ '[' 0 = 0 ']'
+ '[' 1 = 1 ']'
+ msg 'Configuring rohc-1.7.0 ...\n'
+ printf '\n%s: %b\n' '[build]' 'Configuring rohc-1.7.0 ...\n'

[build]: Configuring rohc-1.7.0 ...

+ ../projects/Tornado/rohc-1.7.0 configure 1 Tornado RA
+ source ../projects/Tornado/common configure 1 Tornado RA
++ package=rohc-1.7.0
++ command=configure
++ verbose=1
++ machine=Tornado
++ netname=RA
++ '[' 4 -lt 3 ']'
++ buildDir=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ externalSrcDir=./external
++ internalSrcDir=./internal
++ scriptsDir=./scripts
+++ dirname ../projects/Tornado/rohc-1.7.0
++ cd ../projects/Tornado
++ [[ -d ./external/rohc-1.7.0 ]]
++ _base=./external
++ packageBaseDir=./external
+++ cd ./external
+++ pwd
++ packageDir=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ '[' 1 = 1 ']'
++ configure
++ depends
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ repoCheck
+++ which svn
++ [[ -f /usr/bin/svn ]]
++ '[' -d /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0 ']'
++ return 0
++ cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ case ${MMX_MACHINE_TYPE} in
++ configureTornado
++ CFLAGS='-Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error'
++ LDFLAGS=' -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib'
++ export 'CMOCKA_LIBS=-L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -lcmocka'
++ CMOCKA_LIBS='-L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -lcmocka'
++ export CMOCKA_CFLAGS=-I/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/include
++ CMOCKA_CFLAGS=-I/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/include
++ ./autogen.sh --host=arm-linux --with-linux-kernel-src=/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37 --prefix=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm --with-libpcap-includes=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 --with-libpcap-libraries=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib --disable-silent-rules --disable-fail-on-warning --disable-app-fuzzer --disable-app-performance --disable-app-sniffer --disable-app-tunnel --disable-app-stats --disable-doc
Running aclocal... done
Running libtoolize... done
Running autoconf... done
Running autoheader... done
Running automake... done
configure: loading site script /opt/XC-TI32/site-config
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-strip... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking for style of include used by make... GNU
checking for arm-linux-gcc... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc accepts -g... yes
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C89... none needed
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc understands -c and -o together... yes
checking dependency style of /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld
checking if the linker (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm
checking the name lister (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld option to reload object files... -r
checking for arm-linux-objdump... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-ar... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar
checking for arm-linux-strip... (cached) /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
checking for arm-linux-ranlib... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib
checking command to parse /opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm output from /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc object... ok
checking how to run the C preprocessor... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc static flag -static works... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -c -o file.o... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -c -o file.o... (cached) yes
checking whether the /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc linker (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for arm-linux-gcc... (cached) /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc accepts -g... (cached) yes
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C89... (cached) none needed
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc understands -c and -o together... (cached) yes
checking dependency style of /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... (cached) gcc3
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for sys/types.h... (cached) yes
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C99... -std=gnu99
checking for malloc... yes
checking for calloc... yes
checking for free... yes
checking for memcpy... yes
checking for memcmp... yes
checking for ntohl... yes
checking for htonl... yes
checking for ntohs... yes
checking for htons... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes

WARNING: --enable-rohc-tests and/or --enable-rohc-stats are enabled 
         and you are cross-compiling, binaries will be built but none 
         will be run.

checking for a sed that does not truncate output... (cached) /bin/sed
checking for gawk... (cached) gawk
checking pcap.h usability... yes
checking pcap.h presence... no
configure: WARNING: pcap.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: pcap.h: proceeding with the compiler's result
checking for pcap.h... yes
checking pcap/pcap.h usability... yes
checking pcap/pcap.h presence... no
configure: WARNING: pcap/pcap.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: pcap/pcap.h: proceeding with the compiler's result
checking for pcap/pcap.h... yes
checking for pcap_open_offline in -lpcap... yes
checking for pcap_datalink in -lpcap... yes
checking for pcap_next in -lpcap... yes
checking for pcap_close in -lpcap... yes
checking for pcap_dump_open in -lpcap... yes
checking for pcap_dump in -lpcap... yes
checking for pcap_dump_close in -lpcap... yes
checking whether DLT_LINUX_SLL is defined by libpcap headers... yes
checking for arm-linux-pkg-config... no
checking for pkg-config... /opt/XC-TI32/bin/pkg-config
configure: WARNING: using cross tools not prefixed with host triplet
checking pkg-config is at least version 0.9.0... yes
checking for CMOCKA... yes
checking whether the Linux kernel module shall be built... yes
checking Linux kernel source directory... /home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37
checking Linux kernel source usability... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bzr_revno
config.status: creating src/Makefile
config.status: creating src/test/Makefile
config.status: creating src/common/Makefile
config.status: creating src/common/protocols/Makefile
config.status: creating src/comp/Makefile
config.status: creating src/comp/test/Makefile
config.status: creating src/comp/schemes/Makefile
config.status: creating src/comp/schemes/test/Makefile
config.status: creating src/decomp/Makefile
config.status: creating src/decomp/test/Makefile
config.status: creating src/decomp/schemes/Makefile
config.status: creating src/decomp/schemes/test/Makefile
config.status: creating test/Makefile
config.status: creating test/functional/Makefile
config.status: creating test/functional/feedback2/Makefile
config.status: creating test/functional/decompress_padding/Makefile
config.status: creating test/functional/decompress_feedback_only/Makefile
config.status: creating test/functional/context_reuse/Makefile
config.status: creating test/functional/rtp_uo_disambiguation/Makefile
config.status: creating test/functional/rtp_detection/Makefile
config.status: creating test/functional/segment/Makefile
config.status: creating test/robustness/Makefile
config.status: creating test/robustness/empty_payload/Makefile
config.status: creating test/robustness/damaged_packet/Makefile
config.status: creating test/robustness/lost_packet/Makefile
config.status: creating test/robustness/piggybacking_feedback/Makefile
config.status: creating test/robustness/malformed_rohc_packets/Makefile
config.status: creating test/non_regression/Makefile
config.status: creating test/interop/Makefile
config.status: creating examples/Makefile
config.status: creating linux/Makefile
config.status: creating app/Makefile
config.status: creating app/performance/Makefile
config.status: creating app/tunnel/Makefile
config.status: creating app/sniffer/Makefile
config.status: creating app/fuzzer/Makefile
config.status: creating app/stats/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.conf
config.status: creating doc/rohc.7
config.status: creating doc/rohc_protocol.7
config.status: creating doc/rohc_library.7
config.status: creating contrib/Makefile
config.status: creating contrib/rohc.spec
config.status: creating rohc.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
++ autoreconf -i
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
++ return 0
++ exit 0
+ '[' 0 '!=' 0 ']'
+ '[' 1 = 1 ']'
+ msg 'Cleaning rohc-1.7.0 ...\n'
+ printf '\n%s: %b\n' '[build]' 'Cleaning rohc-1.7.0 ...\n'

[build]: Cleaning rohc-1.7.0 ...

+ ../projects/Tornado/rohc-1.7.0 clean 1 Tornado RA
+ source ../projects/Tornado/common clean 1 Tornado RA
++ package=rohc-1.7.0
++ command=clean
++ verbose=1
++ machine=Tornado
++ netname=RA
++ '[' 4 -lt 3 ']'
++ buildDir=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ externalSrcDir=./external
++ internalSrcDir=./internal
++ scriptsDir=./scripts
+++ dirname ../projects/Tornado/rohc-1.7.0
++ cd ../projects/Tornado
++ [[ -d ./external/rohc-1.7.0 ]]
++ _base=./external
++ packageBaseDir=./external
+++ cd ./external
+++ pwd
++ packageDir=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ '[' 1 = 1 ']'
++ clean
++ depends
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ repoCheck
+++ which svn
++ [[ -f /usr/bin/svn ]]
++ '[' -d /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0 ']'
++ return 0
++ cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ make clean
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --enable-rohc-debug --enable-fail-on-warning --enable-fortify-sources --enable-app-fuzzer --enable-app-performance --enable-app-sniffer --enable-app-tunnel --enable-app-stats --enable-rohc-tests --enable-doc --enable-examples --enable-linux-kernel-module --host=arm-linux --with-linux-kernel-src=/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37 --prefix=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm --with-libpcap-includes=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 --with-libpcap-libraries=/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib --disable-silent-rules --disable-fail-on-warning --disable-app-fuzzer --disable-app-performance --disable-app-sniffer --disable-app-tunnel --disable-app-stats --disable-doc host_alias=arm-linux CC=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc CFLAGS=-Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error LDFLAGS= -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib CPP=/opt/XC-TI32/bin/arm-arago-linux-gnueabi-cpp PKG_CONFIG_PATH=/opt/XC-TI32/arm-arago-linux-gnueabi/usr/lib/pkgconfig CMOCKA_CFLAGS=-I/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/include CMOCKA_LIBS=-L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -lcmocka --no-create --no-recursion
configure: loading site script /opt/XC-TI32/site-config
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-strip... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking for style of include used by make... GNU
checking for arm-linux-gcc... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc accepts -g... yes
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C89... none needed
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc understands -c and -o together... yes
checking dependency style of /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld
checking if the linker (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm
checking the name lister (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld option to reload object files... -r
checking for arm-linux-objdump... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-ar... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar
checking for arm-linux-strip... (cached) /opt/XC-TI32/bin/arm-arago-linux-gnueabi-strip
checking for arm-linux-ranlib... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib
checking command to parse /opt/XC-TI32/bin/arm-arago-linux-gnueabi-nm output from /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc object... ok
checking how to run the C preprocessor... /opt/XC-TI32/bin/arm-arago-linux-gnueabi-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 /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc static flag -static works... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -c -o file.o... yes
checking if /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc supports -c -o file.o... (cached) yes
checking whether the /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc linker (/opt/XC-TI32/bin/arm-arago-linux-gnueabi-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for arm-linux-gcc... (cached) /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc accepts -g... (cached) yes
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C89... (cached) none needed
checking whether /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc understands -c and -o together... (cached) yes
checking dependency style of /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc... (cached) gcc3
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for sys/types.h... (cached) yes
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc option to accept ISO C99... -std=gnu99
checking for malloc... yes
checking for calloc... yes
checking for free... yes
checking for memcpy... yes
checking for memcmp... yes
checking for ntohl... yes
checking for htonl... yes
checking for ntohs... yes
checking for htons... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes

WARNING: --enable-rohc-tests and/or --enable-rohc-stats are enabled 
         and you are cross-compiling, binaries will be built but none 
         will be run.

checking for a sed that does not truncate output... (cached) /bin/sed
checking for gawk... (cached) gawk
checking pcap.h usability... yes
checking pcap.h presence... no
configure: WARNING: pcap.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: pcap.h: proceeding with the compiler's result
checking for pcap.h... yes
checking pcap/pcap.h usability... yes
checking pcap/pcap.h presence... no
configure: WARNING: pcap/pcap.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: pcap/pcap.h: proceeding with the compiler's result
checking for pcap/pcap.h... yes
checking for pcap_open_offline in -lpcap... yes
checking for pcap_datalink in -lpcap... yes
checking for pcap_next in -lpcap... yes
checking for pcap_close in -lpcap... yes
checking for pcap_dump_open in -lpcap... yes
checking for pcap_dump in -lpcap... yes
checking for pcap_dump_close in -lpcap... yes
checking whether DLT_LINUX_SLL is defined by libpcap headers... yes
checking for arm-linux-pkg-config... no
checking for pkg-config... /opt/XC-TI32/bin/pkg-config
configure: WARNING: using cross tools not prefixed with host triplet
checking pkg-config is at least version 0.9.0... yes
checking for CMOCKA... yes
checking whether the Linux kernel module shall be built... yes
checking Linux kernel source directory... /home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37
checking Linux kernel source usability... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating bzr_revno
config.status: creating src/Makefile
config.status: creating src/test/Makefile
config.status: creating src/common/Makefile
config.status: creating src/common/protocols/Makefile
config.status: creating src/comp/Makefile
config.status: creating src/comp/test/Makefile
config.status: creating src/comp/schemes/Makefile
config.status: creating src/comp/schemes/test/Makefile
config.status: creating src/decomp/Makefile
config.status: creating src/decomp/test/Makefile
config.status: creating src/decomp/schemes/Makefile
config.status: creating src/decomp/schemes/test/Makefile
config.status: creating test/Makefile
config.status: creating test/functional/Makefile
config.status: creating test/functional/feedback2/Makefile
config.status: creating test/functional/decompress_padding/Makefile
config.status: creating test/functional/decompress_feedback_only/Makefile
config.status: creating test/functional/context_reuse/Makefile
config.status: creating test/functional/rtp_uo_disambiguation/Makefile
config.status: creating test/functional/rtp_detection/Makefile
config.status: creating test/functional/segment/Makefile
config.status: creating test/robustness/Makefile
config.status: creating test/robustness/empty_payload/Makefile
config.status: creating test/robustness/damaged_packet/Makefile
config.status: creating test/robustness/lost_packet/Makefile
config.status: creating test/robustness/piggybacking_feedback/Makefile
config.status: creating test/robustness/malformed_rohc_packets/Makefile
config.status: creating test/non_regression/Makefile
config.status: creating test/interop/Makefile
config.status: creating examples/Makefile
config.status: creating linux/Makefile
config.status: creating app/Makefile
config.status: creating app/performance/Makefile
config.status: creating app/tunnel/Makefile
config.status: creating app/sniffer/Makefile
config.status: creating app/fuzzer/Makefile
config.status: creating app/stats/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.conf
config.status: creating doc/rohc.7
config.status: creating doc/rohc_protocol.7
config.status: creating doc/rohc_library.7
config.status: creating contrib/Makefile
config.status: creating contrib/rohc.spec
config.status: creating rohc.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Making clean in src
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Making clean in common
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making clean in protocols
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
rm -rf .libs _libs
test -z "librohc_proto.la" || rm -f librohc_proto.la
rm -f ./so_locations
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
Making clean in .
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
test -z "librohc_common.la" || rm -f librohc_common.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making clean in comp
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Making clean in schemes
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making clean in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
rm -rf .libs _libs
test -z "librohc_comp_schemes.la" || rm -f librohc_comp_schemes.la
rm -f ./so_locations
rm -f *.o
rm -f *.lo
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making clean in test
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes/test'
Makefile:627: ../.deps/test_rfc4996-rfc4996.Po: No such file or directory
Makefile:628: ../.deps/test_rfc4996-wlsb.Po: No such file or directory
make[4]: *** No rule to make target '../.deps/test_rfc4996-wlsb.Po'.  Stop.
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes/test'
Makefile:556: recipe for target 'clean-recursive' failed
make[3]: *** [clean-recursive] Error 1
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Makefile:698: recipe for target 'clean-recursive' failed
make[2]: *** [clean-recursive] Error 1
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Makefile:515: recipe for target 'clean-recursive' failed
make[1]: *** [clean-recursive] Error 1
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Makefile:733: recipe for target 'clean-recursive' failed
make: *** [clean-recursive] Error 1
++ rm -rf 'install_arm/*'
++ rm -rf 'install_i386/*'
++ exit 0
+ '[' 0 '!=' 0 ']'
+ '[' 1 = 1 -a 0 = 0 ']'
+ msg 'Building rohc-1.7.0 ...\n'
+ printf '\n%s: %b\n' '[build]' 'Building rohc-1.7.0 ...\n'

[build]: Building rohc-1.7.0 ...

+ ../projects/Tornado/rohc-1.7.0 compile 1 Tornado RA
+ source ../projects/Tornado/common compile 1 Tornado RA
++ package=rohc-1.7.0
++ command=compile
++ verbose=1
++ machine=Tornado
++ netname=RA
++ '[' 4 -lt 3 ']'
++ buildDir=/home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ externalSrcDir=./external
++ internalSrcDir=./internal
++ scriptsDir=./scripts
+++ dirname ../projects/Tornado/rohc-1.7.0
++ cd ../projects/Tornado
++ [[ -d ./external/rohc-1.7.0 ]]
++ _base=./external
++ packageBaseDir=./external
+++ cd ./external
+++ pwd
++ packageDir=/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ '[' 1 = 1 ']'
++ compile
++ depends
++ cd /home/klemen/Work/MiMOMax/git/xxx/scripts/../projects/Tornado
++ repoCheck
+++ which svn
++ [[ -f /usr/bin/svn ]]
++ '[' -d /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0 ']'
++ return 0
++ cd /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0
++ [[ -f Makefile ]]
++ case ${MMX_MACHINE_TYPE} in
++ make all PROJECT_NAME= V=s
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/missing autoheader)
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
configure.ac:91: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:91: the top level
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
Making all in src
make[2]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Making all in common
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making all in protocols
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_proto_la-ip_numbers.lo -MD -MP -MF .deps/librohc_proto_la-ip_numbers.Tpo -c -o librohc_proto_la-ip_numbers.lo `test -f 'ip_numbers.c' || echo './'`ip_numbers.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/ -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_proto_la-ip_numbers.lo -MD -MP -MF .deps/librohc_proto_la-ip_numbers.Tpo -c ip_numbers.c  -fPIC -DPIC -o .libs/librohc_proto_la-ip_numbers.o
mv -f .deps/librohc_proto_la-ip_numbers.Tpo .deps/librohc_proto_la-ip_numbers.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_proto.la  librohc_proto_la-ip_numbers.lo  
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar cru .libs/librohc_proto.a .libs/librohc_proto_la-ip_numbers.o 
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib .libs/librohc_proto.a
libtool: link: ( cd ".libs" && rm -f "librohc_proto.la" && ln -s "../librohc_proto.la" "librohc_proto.la" )
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common/protocols'
Making all in .
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_common.lo -MD -MP -MF .deps/librohc_common_la-rohc_common.Tpo -c -o librohc_common_la-rohc_common.lo `test -f 'rohc_common.c' || echo './'`rohc_common.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_common.lo -MD -MP -MF .deps/librohc_common_la-rohc_common.Tpo -c rohc_common.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_common.o
mv -f .deps/librohc_common_la-rohc_common.Tpo .deps/librohc_common_la-rohc_common.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_packets.lo -MD -MP -MF .deps/librohc_common_la-rohc_packets.Tpo -c -o librohc_common_la-rohc_packets.lo `test -f 'rohc_packets.c' || echo './'`rohc_packets.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_packets.lo -MD -MP -MF .deps/librohc_common_la-rohc_packets.Tpo -c rohc_packets.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_packets.o
mv -f .deps/librohc_common_la-rohc_packets.Tpo .deps/librohc_common_la-rohc_packets.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_traces_internal.lo -MD -MP -MF .deps/librohc_common_la-rohc_traces_internal.Tpo -c -o librohc_common_la-rohc_traces_internal.lo `test -f 'rohc_traces_internal.c' || echo './'`rohc_traces_internal.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_traces_internal.lo -MD -MP -MF .deps/librohc_common_la-rohc_traces_internal.Tpo -c rohc_traces_internal.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_traces_internal.o
rohc_traces_internal.c: In function 'rohc_dump_buf':
rohc_traces_internal.c:101:3: warning: implicit declaration of function 'strstr'
rohc_traces_internal.c:101:3: warning: incompatible implicit declaration of built-in function 'strstr'
rohc_traces_internal.c:119:3: warning: incompatible implicit declaration of built-in function 'strstr'
rohc_traces_internal.c:133:5: warning: incompatible implicit declaration of built-in function 'strstr'
rohc_traces_internal.c:158:4: warning: incompatible implicit declaration of built-in function 'strstr'
mv -f .deps/librohc_common_la-rohc_traces_internal.Tpo .deps/librohc_common_la-rohc_traces_internal.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_utils.lo -MD -MP -MF .deps/librohc_common_la-rohc_utils.Tpo -c -o librohc_common_la-rohc_utils.lo `test -f 'rohc_utils.c' || echo './'`rohc_utils.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_utils.lo -MD -MP -MF .deps/librohc_common_la-rohc_utils.Tpo -c rohc_utils.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_utils.o
mv -f .deps/librohc_common_la-rohc_utils.Tpo .deps/librohc_common_la-rohc_utils.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_buf.lo -MD -MP -MF .deps/librohc_common_la-rohc_buf.Tpo -c -o librohc_common_la-rohc_buf.lo `test -f 'rohc_buf.c' || echo './'`rohc_buf.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_buf.lo -MD -MP -MF .deps/librohc_common_la-rohc_buf.Tpo -c rohc_buf.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_buf.o
mv -f .deps/librohc_common_la-rohc_buf.Tpo .deps/librohc_common_la-rohc_buf.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-crc.lo -MD -MP -MF .deps/librohc_common_la-crc.Tpo -c -o librohc_common_la-crc.lo `test -f 'crc.c' || echo './'`crc.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-crc.lo -MD -MP -MF .deps/librohc_common_la-crc.Tpo -c crc.c  -fPIC -DPIC -o .libs/librohc_common_la-crc.o
mv -f .deps/librohc_common_la-crc.Tpo .deps/librohc_common_la-crc.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_add_cid.lo -MD -MP -MF .deps/librohc_common_la-rohc_add_cid.Tpo -c -o librohc_common_la-rohc_add_cid.lo `test -f 'rohc_add_cid.c' || echo './'`rohc_add_cid.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_add_cid.lo -MD -MP -MF .deps/librohc_common_la-rohc_add_cid.Tpo -c rohc_add_cid.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_add_cid.o
mv -f .deps/librohc_common_la-rohc_add_cid.Tpo .deps/librohc_common_la-rohc_add_cid.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-interval.lo -MD -MP -MF .deps/librohc_common_la-interval.Tpo -c -o librohc_common_la-interval.lo `test -f 'interval.c' || echo './'`interval.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-interval.lo -MD -MP -MF .deps/librohc_common_la-interval.Tpo -c interval.c  -fPIC -DPIC -o .libs/librohc_common_la-interval.o
mv -f .deps/librohc_common_la-interval.Tpo .deps/librohc_common_la-interval.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-sdvl.lo -MD -MP -MF .deps/librohc_common_la-sdvl.Tpo -c -o librohc_common_la-sdvl.lo `test -f 'sdvl.c' || echo './'`sdvl.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-sdvl.lo -MD -MP -MF .deps/librohc_common_la-sdvl.Tpo -c sdvl.c  -fPIC -DPIC -o .libs/librohc_common_la-sdvl.o
mv -f .deps/librohc_common_la-sdvl.Tpo .deps/librohc_common_la-sdvl.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-ip.lo -MD -MP -MF .deps/librohc_common_la-ip.Tpo -c -o librohc_common_la-ip.lo `test -f 'ip.c' || echo './'`ip.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-ip.lo -MD -MP -MF .deps/librohc_common_la-ip.Tpo -c ip.c  -fPIC -DPIC -o .libs/librohc_common_la-ip.o
mv -f .deps/librohc_common_la-ip.Tpo .deps/librohc_common_la-ip.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-net_pkt.lo -MD -MP -MF .deps/librohc_common_la-net_pkt.Tpo -c -o librohc_common_la-net_pkt.lo `test -f 'net_pkt.c' || echo './'`net_pkt.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-net_pkt.lo -MD -MP -MF .deps/librohc_common_la-net_pkt.Tpo -c net_pkt.c  -fPIC -DPIC -o .libs/librohc_common_la-net_pkt.o
net_pkt.c: In function 'net_pkt_parse':
net_pkt.c:69:3: warning: implicit declaration of function 'strstr'
net_pkt.c:69:3: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:74:2: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:76:2: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:80:3: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:85:4: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:120:4: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:125:3: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:127:3: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:131:4: warning: incompatible implicit declaration of built-in function 'strstr'
net_pkt.c:136:5: warning: incompatible implicit declaration of built-in function 'strstr'
mv -f .deps/librohc_common_la-net_pkt.Tpo .deps/librohc_common_la-net_pkt.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-comp_list.lo -MD -MP -MF .deps/librohc_common_la-comp_list.Tpo -c -o librohc_common_la-comp_list.lo `test -f 'comp_list.c' || echo './'`comp_list.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-comp_list.lo -MD -MP -MF .deps/librohc_common_la-comp_list.Tpo -c comp_list.c  -fPIC -DPIC -o .libs/librohc_common_la-comp_list.o
mv -f .deps/librohc_common_la-comp_list.Tpo .deps/librohc_common_la-comp_list.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_stats.lo -MD -MP -MF .deps/librohc_common_la-rohc_stats.Tpo -c -o librohc_common_la-rohc_stats.lo `test -f 'rohc_stats.c' || echo './'`rohc_stats.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-rohc_stats.lo -MD -MP -MF .deps/librohc_common_la-rohc_stats.Tpo -c rohc_stats.c  -fPIC -DPIC -o .libs/librohc_common_la-rohc_stats.o
mv -f .deps/librohc_common_la-rohc_stats.Tpo .deps/librohc_common_la-rohc_stats.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-feedback_parse.lo -MD -MP -MF .deps/librohc_common_la-feedback_parse.Tpo -c -o librohc_common_la-feedback_parse.lo `test -f 'feedback_parse.c' || echo './'`feedback_parse.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_common_la-feedback_parse.lo -MD -MP -MF .deps/librohc_common_la-feedback_parse.Tpo -c feedback_parse.c  -fPIC -DPIC -o .libs/librohc_common_la-feedback_parse.o
mv -f .deps/librohc_common_la-feedback_parse.Tpo .deps/librohc_common_la-feedback_parse.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -export-symbols ./librohc_common.symbols -no-undefined -version-info 2:0:2 -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_common.la -rpath /home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib librohc_common_la-rohc_common.lo librohc_common_la-rohc_packets.lo librohc_common_la-rohc_traces_internal.lo librohc_common_la-rohc_utils.lo librohc_common_la-rohc_buf.lo librohc_common_la-crc.lo librohc_common_la-rohc_add_cid.lo librohc_common_la-interval.lo librohc_common_la-sdvl.lo librohc_common_la-ip.lo librohc_common_la-net_pkt.lo librohc_common_la-comp_list.lo librohc_common_la-rohc_stats.lo librohc_common_la-feedback_parse.lo ./protocols/librohc_proto.la  
libtool: link: echo "{ global:" > .libs/librohc_common.ver
libtool: link:  cat ./librohc_common.symbols | sed -e "s/\(.*\)/\1;/" >> .libs/librohc_common.ver
libtool: link:  echo "local: *; };" >> .libs/librohc_common.ver
libtool: link:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -shared  .libs/librohc_common_la-rohc_common.o .libs/librohc_common_la-rohc_packets.o .libs/librohc_common_la-rohc_traces_internal.o .libs/librohc_common_la-rohc_utils.o .libs/librohc_common_la-rohc_buf.o .libs/librohc_common_la-crc.o .libs/librohc_common_la-rohc_add_cid.o .libs/librohc_common_la-interval.o .libs/librohc_common_la-sdvl.o .libs/librohc_common_la-ip.o .libs/librohc_common_la-net_pkt.o .libs/librohc_common_la-comp_list.o .libs/librohc_common_la-rohc_stats.o .libs/librohc_common_la-feedback_parse.o  -Wl,--whole-archive ./protocols/.libs/librohc_proto.a -Wl,--no-whole-archive  -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib  -Wl,-rpath -Wl,/lib -Wl,-rpath-link -Wl,/opt/XC-TI32/lib   -Wl,-soname -Wl,librohc_common.so.0 -Wl,-version-script -Wl,.libs/librohc_common.ver -o .libs/librohc_common.so.0.2.0
libtool: link: (cd ".libs" && rm -f "librohc_common.so.0" && ln -s "librohc_common.so.0.2.0" "librohc_common.so.0")
libtool: link: (cd ".libs" && rm -f "librohc_common.so" && ln -s "librohc_common.so.0.2.0" "librohc_common.so")
libtool: link: ( cd ".libs" && rm -f "librohc_common.la" && ln -s "../librohc_common.la" "librohc_common.la" )
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/common'
Making all in comp
make[3]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Making all in schemes
make[4]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making all in .
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-cid.lo -MD -MP -MF .deps/librohc_comp_schemes_la-cid.Tpo -c -o librohc_comp_schemes_la-cid.lo `test -f 'cid.c' || echo './'`cid.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-cid.lo -MD -MP -MF .deps/librohc_comp_schemes_la-cid.Tpo -c cid.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-cid.o
mv -f .deps/librohc_comp_schemes_la-cid.Tpo .deps/librohc_comp_schemes_la-cid.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-wlsb.lo -MD -MP -MF .deps/librohc_comp_schemes_la-wlsb.Tpo -c -o librohc_comp_schemes_la-wlsb.lo `test -f 'wlsb.c' || echo './'`wlsb.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-wlsb.lo -MD -MP -MF .deps/librohc_comp_schemes_la-wlsb.Tpo -c wlsb.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-wlsb.o
mv -f .deps/librohc_comp_schemes_la-wlsb.Tpo .deps/librohc_comp_schemes_la-wlsb.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-scaled_rtp_ts.lo -MD -MP -MF .deps/librohc_comp_schemes_la-scaled_rtp_ts.Tpo -c -o librohc_comp_schemes_la-scaled_rtp_ts.lo `test -f 'scaled_rtp_ts.c' || echo './'`scaled_rtp_ts.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-scaled_rtp_ts.lo -MD -MP -MF .deps/librohc_comp_schemes_la-scaled_rtp_ts.Tpo -c scaled_rtp_ts.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-scaled_rtp_ts.o
scaled_rtp_ts.c: In function 'c_create_sc':
scaled_rtp_ts.c:89:3: warning: implicit declaration of function 'strstr'
scaled_rtp_ts.c:89:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:99:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c: In function 'c_add_ts':
scaled_rtp_ts.c:143:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:160:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:175:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:187:2: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:192:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:201:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:210:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:219:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:225:4: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:231:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:234:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:238:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:248:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:251:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:252:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:261:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:267:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:275:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:281:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:286:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:291:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:296:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:302:3: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:344:4: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:351:4: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:360:4: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:363:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:369:5: warning: incompatible implicit declaration of built-in function 'strstr'
scaled_rtp_ts.c:376:3: warning: incompatible implicit declaration of built-in function 'strstr'
mv -f .deps/librohc_comp_schemes_la-scaled_rtp_ts.Tpo .deps/librohc_comp_schemes_la-scaled_rtp_ts.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-list.lo -MD -MP -MF .deps/librohc_comp_schemes_la-list.Tpo -c -o librohc_comp_schemes_la-list.lo `test -f 'list.c' || echo './'`list.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-list.lo -MD -MP -MF .deps/librohc_comp_schemes_la-list.Tpo -c list.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-list.o
mv -f .deps/librohc_comp_schemes_la-list.Tpo .deps/librohc_comp_schemes_la-list.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-list_ipv6.lo -MD -MP -MF .deps/librohc_comp_schemes_la-list_ipv6.Tpo -c -o librohc_comp_schemes_la-list_ipv6.lo `test -f 'list_ipv6.c' || echo './'`list_ipv6.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-list_ipv6.lo -MD -MP -MF .deps/librohc_comp_schemes_la-list_ipv6.Tpo -c list_ipv6.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-list_ipv6.o
mv -f .deps/librohc_comp_schemes_la-list_ipv6.Tpo .deps/librohc_comp_schemes_la-list_ipv6.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src/common -I./..  -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-rfc4996.lo -MD -MP -MF .deps/librohc_comp_schemes_la-rfc4996.Tpo -c -o librohc_comp_schemes_la-rfc4996.lo `test -f 'rfc4996.c' || echo './'`rfc4996.c
libtool: compile:  /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/common -I./.. -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -MT librohc_comp_schemes_la-rfc4996.lo -MD -MP -MF .deps/librohc_comp_schemes_la-rfc4996.Tpo -c rfc4996.c  -fPIC -DPIC -o .libs/librohc_comp_schemes_la-rfc4996.o
mv -f .deps/librohc_comp_schemes_la-rfc4996.Tpo .deps/librohc_comp_schemes_la-rfc4996.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link /opt/XC-TI32/bin/arm-arago-linux-gnueabi-gcc -std=gnu99 -g -Wall -Wstrict-prototypes -Wextra -Wunreachable-code -Wunused-function -Wunused-variable -Wshadow -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DROHC_ENABLE_DEPRECATED_API=1 -Wl,-rpath,/lib -Wl,-rpath-link,/opt/XC-TI32/lib -I/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3 -I/home/klemen/Work/MiMOMax/git/xxx/external/linux-2.6.37/include -Wno-error -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -no-undefined -L/home/klemen/Work/MiMOMax/git/xxx/external/libpcap-1.5.3/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/../cmocka-0.3.2/install_arm/lib -L/home/klemen/Work/MiMOMax/git/xxx/projects/Tornado/external/rohc-1.7.0/install_arm/lib -o librohc_comp_schemes.la  librohc_comp_schemes_la-cid.lo librohc_comp_schemes_la-wlsb.lo librohc_comp_schemes_la-scaled_rtp_ts.lo librohc_comp_schemes_la-list.lo librohc_comp_schemes_la-list_ipv6.lo librohc_comp_schemes_la-rfc4996.lo  
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ar cru .libs/librohc_comp_schemes.a .libs/librohc_comp_schemes_la-cid.o .libs/librohc_comp_schemes_la-wlsb.o .libs/librohc_comp_schemes_la-scaled_rtp_ts.o .libs/librohc_comp_schemes_la-list.o .libs/librohc_comp_schemes_la-list_ipv6.o .libs/librohc_comp_schemes_la-rfc4996.o 
libtool: link: /opt/XC-TI32/bin/arm-arago-linux-gnueabi-ranlib .libs/librohc_comp_schemes.a
libtool: link: ( cd ".libs" && rm -f "librohc_comp_schemes.la" && ln -s "../librohc_comp_schemes.la" "librohc_comp_schemes.la" )
make[5]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Making all in test
make[5]: Entering directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes/test'
Makefile:627: ../.deps/test_rfc4996-rfc4996.Po: No such file or directory
Makefile:628: ../.deps/test_rfc4996-wlsb.Po: No such file or directory
make[5]: *** No rule to make target '../.deps/test_rfc4996-wlsb.Po'.  Stop.
make[5]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes/test'
Makefile:556: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp/schemes'
Makefile:698: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src/comp'
Makefile:515: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0/src'
Makefile:733: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/klemen/Work/MiMOMax/git/xxx/external/rohc-1.7.0'
Makefile:618: recipe for target 'all' failed
make: *** [all] Error 2
++ '[' 2 -ne 0 ']'
++ return 1
++ exit 1
+ '[' 1 '!=' 0 ']'
+ buildStatus=1
+ '[' 1 = 0 ']'
++ printf '\n%-20s: Fail' rohc-1.7.0
+ buildReport='
rohc-1.7.0          : Fail'
+ msg 'Done. Printing report...'
+ printf '\n%s: %b\n' '[build]' 'Done. Printing report...'

[build]: Done. Printing report...
++ date '+%Y-%m-%d %H:%M:%S'
+ curDate='2018-06-22 09:09:59'
+ echo '2018-06-22 09:09:59'
+ echo '
rohc-1.7.0          : Fail'
+ printf '%b\n\n' '
rohc-1.7.0          : Fail'

rohc-1.7.0          : Fail

+ exit 0

Follow ups