This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/WILINK-SW: Another WL18xx System Build Scripts

Part Number: WILINK-SW
Other Parts Discussed in Thread: TEST2

Tool/software: Linux

I use ti-processor-sdk-linux-am57xx-evm-03.00.00.04 , kernel is 4.4.12 .

Follow the steps in  http://processors.wiki.ti.com/index.php/WL18xx_System_Build_Scripts  to enable Wlan0 on WL1873Q.

Below are command line outputs when running step #3 (./build_wl18xx.sh init) and step#4 (./build_wl18xx.sh update R8.7_SP1) in the aforementioned guide.

Command line output errors are highlighted in red (at the end of this post). There is no fs_skeleton.tbz2 generated under build-utilities/outputs folder even after run step#3 again, why?

Q1: In Step4, how can one tell the release tage name?

Q2: What does it mean for adjusting permission in the context of this guide "If the fs_skeleton.tbz2 file is not present, try adjusting the permissions of the files present in the build-utilities directory and go back to Step 3 to download the source again." Permission of the files on my machine are listed below:

xub@FTEFlex:~/wl8-build/build-utilites$ ls -l
total 148
-rwxrwxr-x 1 xub xub 32655 Apr 7 16:55 _build_with_sudo.sh
-rwxrwxrwx 1 xub xub 32027 Apr 7 16:01 build_wl18xx.sh
-rwxrwxr-x 1 xub xub 32028 Apr 7 16:53 build_wl18xx.sh.save
drwxrwxr-x 2 xub xub 4096 Apr 7 16:01 configuration
-rwxrwxr-x 1 xub xub 1521 Apr 7 16:01 configuration.sh
drwxrwxr-x 2 xub xub 4096 Apr 7 16:23 downloads
drwxrwxrwx 2 xub xub 4096 Apr 7 16:09 outputs
drwxrwxr-x 3 xub xub 4096 Apr 7 16:01 patches
-rw-rw-r-- 1 xub xub 139 Apr 7 16:01 README
-rwxrwxrwx 1 xub xub 1637 Apr 7 16:08 setup-env
-rw-rw-r-- 1 xub xub 1486 Apr 7 16:01 setup-env.sample
drwxrwxr-x 16 xub xub 4096 Apr 7 16:58 src
-rwxrwxrwx 1 xub xub 793 Apr 7 16:01 sudo_build_wl18xx.sh
drwxrwxr-x 2 xub xub 4096 Apr 7 16:09 tftp
drwxrwxr-x 2 xub xub 4096 Apr 7 16:09 toolchain
-rwxrwxrwx 1 xub xub 2118 Apr 7 16:01 verify_kernel_config.sh

Command line output 

xub@FTEFlex:~/wl8-build/build-utilites$ ./build_wl18xx.sh init
 Changing ROOTFS path to /home/xub/wl8-build/fs
 Using user defined kernel
Makefile was found. Kernel version was set to 4.4.12.
   *****  initializing workspace (w/o build)  *****  
Cloning into:  kernel 
Cloning into:  openssl 
Cloning into '/home/xub/wl8-build/build-utilites/src/openssl'...
remote: Counting objects: 255356, done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 255356 (delta 43), reused 30 (delta 30), pack-reused 255289
Receiving objects: 100% (255356/255356), 109.72 MiB | 2.13 MiB/s, done.
Resolving deltas: 100% (186606/186606), done.
Checking connectivity... done.
Cloning into:  libnl 
Cloning into '/home/xub/wl8-build/build-utilites/src/libnl'...
remote: Counting objects: 8536, done.
remote: Total 8536 (delta 0), reused 0 (delta 0), pack-reused 8536
Receiving objects: 100% (8536/8536), 3.79 MiB | 771.00 KiB/s, done.
Resolving deltas: 100% (5623/5623), done.
Checking connectivity... done.
Cloning into:  crda 
Cloning into '/home/xub/wl8-build/build-utilites/src/crda'...
remote: Counting objects: 1168, done.
remote: Compressing objects: 100% (458/458), done.
remote: Total 1168 (delta 706), reused 1093 (delta 660)
Receiving objects: 100% (1168/1168), 292.47 KiB | 126.00 KiB/s, done.
Resolving deltas: 100% (706/706), done.
Checking connectivity... done.
Cloning into:  wireless_regdb 
Cloning into '/home/xub/wl8-build/build-utilites/src/wireless_regdb'...
remote: Counting objects: 1169, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 1169 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (1169/1169), 253.18 KiB | 116.00 KiB/s, done.
Resolving deltas: 100% (876/876), done.
Checking connectivity... done.
Cloning into:  driver 
Cloning into '/home/xub/wl8-build/build-utilites/src/driver'...
remote: Counting objects: 4685707, done.
remote: Compressing objects: 100% (794187/794187), done.
remote: Total 4685707 (delta 3950572), reused 4593889 (delta 3859069)
Receiving objects: 100% (4685707/4685707), 994.21 MiB | 2.85 MiB/s, done.
Resolving deltas: 100% (3950572/3950572), done.
Checking connectivity... done.
Checking out files: 100% (37633/37633), done.
Cloning into:  hostap 
Cloning into '/home/xub/wl8-build/build-utilites/src/hostap'...
remote: Counting objects: 81339, done.
remote: Compressing objects: 100% (24857/24857), done.
remote: Total 81339 (delta 64108), reused 73355 (delta 56283)
Receiving objects: 100% (81339/81339), 29.34 MiB | 1.26 MiB/s, done.
Resolving deltas: 100% (64108/64108), done.
Checking connectivity... done.
Cloning into:  ti_utils 
Cloning into '/home/xub/wl8-build/build-utilites/src/ti_utils'...
remote: Counting objects: 2564, done.
remote: Compressing objects: 100% (879/879), done.
remote: Total 2564 (delta 1814), reused 2315 (delta 1662)
Receiving objects: 100% (2564/2564), 17.85 MiB | 1.37 MiB/s, done.
Resolving deltas: 100% (1814/1814), done.
Checking connectivity... done.
Cloning into:  fw_download 
Cloning into '/home/xub/wl8-build/build-utilites/src/fw_download'...
remote: Counting objects: 791, done.
remote: Compressing objects: 100% (427/427), done.
remote: Total 791 (delta 425), reused 653 (delta 361)
Receiving objects: 100% (791/791), 12.11 MiB | 1.41 MiB/s, done.
Resolving deltas: 100% (425/425), done.
Checking connectivity... done.
Cloning into:  scripts_download 
Cloning into '/home/xub/wl8-build/build-utilites/src/scripts_download'...
remote: Counting objects: 1597, done.
remote: Compressing objects: 100% (831/831), done.
remote: Total 1597 (delta 929), reused 1259 (delta 745)
Receiving objects: 100% (1597/1597), 246.45 KiB | 0 bytes/s, done.
Resolving deltas: 100% (929/929), done.
Checking connectivity... done.
Cloning into:  backports 
Cloning into '/home/xub/wl8-build/build-utilites/src/backports'...
remote: Counting objects: 24291, done.
remote: Compressing objects: 100% (7040/7040), done.
remote: Total 24291 (delta 17898), reused 23238 (delta 16925)
Receiving objects: 100% (24291/24291), 4.34 MiB | 1.10 MiB/s, done.
Resolving deltas: 100% (17898/17898), done.
Checking connectivity... done.
Cloning into:  iw 
Cloning into '/home/xub/wl8-build/build-utilites/src/iw'...
remote: Counting objects: 2647, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 2647 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (2647/2647), 574.48 KiB | 97.00 KiB/s, done.
Resolving deltas: 100% (1774/1774), done.
Checking connectivity... done.
Cloning into:  uim 
Cloning into '/home/xub/wl8-build/build-utilites/src/uim'...
remote: Counting objects: 59, done.
remote: Compressing objects: 100% (54/54), done.
remote: Total 59 (delta 18), reused 0 (delta 0)
Receiving objects: 100% (59/59), 67.52 KiB | 0 bytes/s, done.
Resolving deltas: 100% (18/18), done.
Checking connectivity... done.
Cloning into:  bt-firmware 
Cloning into '/home/xub/wl8-build/build-utilites/src/bt-firmware'...
remote: Counting objects: 166, done.
remote: Compressing objects: 100% (163/163), done.
remote: Total 166 (delta 97), reused 0 (delta 0)
Receiving objects: 100% (166/166), 660.68 KiB | 1.11 MiB/s, done.
Resolving deltas: 100% (97/97), done.
Checking connectivity... done.
Checking out branch OpenSSL_1_0_2d  in repo openssl  
Note: checking out 'OpenSSL_1_0_2d'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at 33dd083... Prepare for 1.0.2d release
Checking out branch libnl3_2_25  in repo libnl  
Note: checking out 'libnl3_2_25'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at dcc5375... libnl-3.2.25 release
Checking out branch master  in repo crda  
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Checking out branch master-2016-02-08  in repo wireless_regdb  
Note: checking out 'master-2016-02-08'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at 7688a98... wireless-regdb: update regulatory.bin based on preceding changes
Checking out branch upstream_44  in repo driver  
Checking out files: 100% (54618/54618), done.
Branch upstream_44 set up to track remote branch upstream_44 from origin.
Switched to a new branch 'upstream_44'
Checking out branch upstream_25_rebase  in repo hostap  
Branch upstream_25_rebase set up to track remote branch upstream_25_rebase from origin.
Switched to a new branch 'upstream_25_rebase'
Checking out branch master  in repo ti_utils  
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Checking out branch master  in repo fw_download  
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Checking out branch sitara-scripts  in repo scripts_download  
Branch sitara-scripts set up to track remote branch sitara-scripts from origin.
Switched to a new branch 'sitara-scripts'
Checking out branch upstream_44  in repo backports  
Branch upstream_44 set up to track remote branch upstream_44 from origin.
Switched to a new branch 'upstream_44'
Checking out branch v4.1  in repo iw  
Note: checking out 'v4.1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at 1a2ad93... bump version to 4.1
Checking out branch master  in repo uim  
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Checking out branch master  in repo bt-firmware  
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Setting toolchain
Resolving releases.linaro.org (releases.linaro.org)... 64.28.99.46
Connecting to releases.linaro.org (releases.linaro.org)|64.28.99.46|:80... connected.
HTTP request sent, awaiting response... 404 NOT FOUND
2017-04-07 16:23:12 ERROR 404: NOT FOUND.
bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted?  *Possible* reason follows.
bzip2: Inappropriate ioctl for device
Input file = (stdin), output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
mv: cannot stat '/home/xub/wl8-build/build-utilites/toolchain/*': No such file or directory
Makefile was found. Kernel version was set to 4.4.12.
Wifi Package Build Successful
xub@FTEFlex:~/wl8-build/build-utilites$ nano build_wl18xx.sh 
xub@FTEFlex:~/wl8-build/build-utilites$ nano build_wl18xx.sh 
Use "fg" to return to nano.
[1]+  Stopped                 nano build_wl18xx.sh
xub@FTEFlex:~/wl8-build/build-utilites$ nano build_wl18xx.sh 
xub@FTEFlex:~/wl8-build/build-utilites$ nano build_wl18xx.sh 
xub@FTEFlex:~/wl8-build/build-utilites$ nano build_wl18xx.sh 
xub@FTEFlex:~/wl8-build/build-utilites$ ls
build_wl18xx.sh  configuration.sh  outputs  README     setup-env.sample  sudo_build_wl18xx.sh  toolchain
configuration    downloads         patches  setup-env  src               tftp                  verify_kernel_config.sh
xub@FTEFlex:~/wl8-build/build-utilites$ nano README
xub@FTEFlex:~/wl8-build/build-utilites$ find . -nam release*
find: unknown predicate `-nam'
xub@FTEFlex:~/wl8-build/build-utilites$ ls
build_wl18xx.sh  configuration.sh  outputs  README     setup-env.sample  sudo_build_wl18xx.sh  toolchain
configuration    downloads         patches  setup-env  src               tftp                  verify_kernel_config.sh
xub@FTEFlex:~/wl8-build/build-utilites$ cd patches
xub@FTEFlex:~/wl8-build/build-utilites/patches$ ls
kernel_patches
xub@FTEFlex:~/wl8-build/build-utilites/patches$ cd kernel_patches/
xub@FTEFlex:~/wl8-build/build-utilites/patches/kernel_patches$ ls
beaglebone-wilink8-capes  imx-3.10.53-android-5.0.0_1.0.0-ga  imx-3.14.52-android-5.1.1_2.1.0-ga
imx-3.10.53               imx-3.14.28                         linux-4.1-at91
xub@FTEFlex:~/wl8-build/build-utilites/patches/kernel_patches$ cd ..
xub@FTEFlex:~/wl8-build/build-utilites/patches$ cd kernel_patches/
xub@FTEFlex:~/wl8-build/build-utilites/patches/kernel_patches$ cd beaglebone-wilink8-capes/
xub@FTEFlex:~/wl8-build/build-utilites/patches/kernel_patches/beaglebone-wilink8-capes$ ls
Enable-TI-WiFi-Bluetooth-am335x-boneblack-WL1835.patch      Enable-TI-WiFi-Bluetooth-am335x-boneblack-WL1837.patch
Enable-TI-WiFi-Bluetooth-am335x-boneblack-WL1837-Aud.patch
xub@FTEFlex:~/wl8-build/build-utilites/patches/kernel_patches/beaglebone-wilink8-capes$ cd ..
xub@FTEFlex:~/wl8-build/build-utilites/patches/kernel_patches$ cd ..
xub@FTEFlex:~/wl8-build/build-utilites/patches$ cd ..
xub@FTEFlex:~/wl8-build/build-utilites$ ls
build_wl18xx.sh  configuration.sh  outputs  README     setup-env.sample  sudo_build_wl18xx.sh  toolchain
configuration    downloads         patches  setup-env  src               tftp                  verify_kernel_config.sh
xub@FTEFlex:~/wl8-build/build-utilites$ ./build_wl18xx.sh update R8.7_SP1
 Changing ROOTFS path to /home/xub/wl8-build/fs
 Using user defined kernel
Makefile was found. Kernel version was set to 4.4.12.
   *****  setting up workspace and building all  *****  
   ***** Using tag R8.7_SP1  *****  
Cloning into:  kernel 
Cloning into:  openssl 
Cloning into:  libnl 
Cloning into:  crda 
Cloning into:  wireless_regdb 
Cloning into:  driver 
Cloning into:  hostap 
Cloning into:  ti_utils 
Cloning into:  fw_download 
Cloning into:  scripts_download 
Cloning into:  backports 
Cloning into:  iw 
Cloning into:  uim 
Cloning into:  bt-firmware 
Checking out branch OpenSSL_1_0_2d  in repo openssl  
HEAD is now at 33dd083... Prepare for 1.0.2d release
Checking out branch libnl3_2_25  in repo libnl  
HEAD is now at dcc5375... libnl-3.2.25 release
Checking out branch master  in repo crda  
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Note: checking out 'R8.7_SP1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at 6a1089d... Merge branch 'upstream_master'
Reset to tag R8.7_SP1   in repo crda  
Checking out branch master-2016-02-08  in repo wireless_regdb  
HEAD is now at 7688a98... wireless-regdb: update regulatory.bin based on preceding changes
Checking out branch upstream_44  in repo driver  
Already on 'upstream_44'
Your branch is up-to-date with 'origin/upstream_44'.
Note: checking out 'R8.7_SP1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at 13c25bc... Revert "wl18xx/wlcore : time sync demo [TMP]"
Reset to tag R8.7_SP1   in repo driver  
Checking out branch upstream_25_rebase  in repo hostap  
Already on 'upstream_25_rebase'
Your branch is up-to-date with 'origin/upstream_25_rebase'.
Note: checking out 'R8.7_SP1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at 2f81a83... mesh on demand: Several fixes
Reset to tag R8.7_SP1   in repo hostap  
Checking out branch master  in repo ti_utils  
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Note: checking out 'R8.7_SP1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at 3954235... wlconf : update configure-device script
Reset to tag R8.7_SP1   in repo ti_utils  
Checking out branch master  in repo fw_download  
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Note: checking out 'R8.7_SP1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at fe3909e... Updated to FW 8.9.0.0.70
Reset to tag R8.7_SP1   in repo fw_download  
Checking out branch sitara-scripts  in repo scripts_download  
Already on 'sitara-scripts'
Your branch is up-to-date with 'origin/sitara-scripts'.
Note: checking out 'R8.7_SP1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at a07b6e7... mesh_start: improve documentation
Reset to tag R8.7_SP1   in repo scripts_download  
Checking out branch upstream_44  in repo backports  
Already on 'upstream_44'
Your branch is up-to-date with 'origin/upstream_44'.
Note: checking out 'R8.7_SP1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at d4777ef... backport: add empty inline for wireless_nlevent_flush()
Reset to tag R8.7_SP1   in repo backports  
Checking out branch v4.1  in repo iw  
HEAD is now at 1a2ad93... bump version to 4.1
Checking out branch master  in repo uim  
Already on 'master'
Your branch is up-to-date with 'origin/master'.
error: pathspec 'R8.7_SP1' did not match any file(s) known to git.
Checking out branch master  in repo bt-firmware  
Already on 'master'
Your branch is up-to-date with 'origin/master'.
error: pathspec 'R8.7_SP1' did not match any file(s) known to git.
Makefile was found. Kernel version was set to 4.4.12.
Configuring for linux-generic32
    no-ec_nistp_64_gcc_128 [default]  OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir)
    no-gmp          [default]  OPENSSL_NO_GMP (skip dir)
    no-jpake        [experimental] OPENSSL_NO_JPAKE (skip dir)
    no-krb5         [krb5-flavor not specified] OPENSSL_NO_KRB5
    no-libunbound   [experimental] OPENSSL_NO_LIBUNBOUND (skip dir)
    no-md2          [default]  OPENSSL_NO_MD2 (skip dir)
    no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
    no-rfc3779      [default]  OPENSSL_NO_RFC3779 (skip dir)
    no-sctp         [default]  OPENSSL_NO_SCTP (skip dir)
    no-shared       [default] 
    no-ssl-trace    [default]  OPENSSL_NO_SSL_TRACE (skip dir)
    no-store        [experimental] OPENSSL_NO_STORE (skip dir)
    no-unit-test    [default]  OPENSSL_NO_UNIT_TEST (skip dir)
    no-zlib         [default] 
    no-zlib-dynamic [default] 
IsMK1MF=0
CC            =gcc
CFLAG         =-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall
EX_LIBS       =-ldl
CPUID_OBJ     =mem_clr.o
BN_ASM        =bn_asm.o
EC_ASM        =
DES_ENC       =des_enc.o fcrypt_b.o
AES_ENC       =aes_core.o aes_cbc.o
BF_ENC        =bf_enc.o
CAST_ENC      =c_enc.o
RC4_ENC       =rc4_enc.o rc4_skey.o
RC5_ENC       =rc5_enc.o
MD5_OBJ_ASM   =
SHA1_OBJ_ASM  =
RMD160_OBJ_ASM=
CMLL_ENC      =camellia.o cmll_misc.o cmll_cbc.o
MODES_OBJ     =
ENGINES_OBJ   =
PROCESSOR     =
RANLIB        =/usr/bin/ranlib
ARFLAGS       =
PERL          =/usr/bin/perl
THIRTY_TWO_BIT mode
DES_UNROLL used
DES_INT used
BN_LLONG mode
RC4 uses uchar
RC4_CHUNK is unsigned long
BF_PTR used
created directory `include/openssl'
e_os2.h => include/openssl/e_os2.h
making links in crypto...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto'
crypto.h => ../include/openssl/crypto.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
symhacks.h => ../include/openssl/symhacks.h
ossl_typ.h => ../include/openssl/ossl_typ.h
constant_time_test.c => ../test/constant_time_test.c
making links in crypto/objects...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/objects'
objects.h => ../../include/openssl/objects.h
obj_mac.h => ../../include/openssl/obj_mac.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/objects'
making links in crypto/md4...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md4'
md4.h => ../../include/openssl/md4.h
md4test.c => ../../test/md4test.c
md4.c => ../../apps/md4.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md4'
making links in crypto/md5...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md5'
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md5'
making links in crypto/sha...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/sha'
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
sha256t.c => ../../test/sha256t.c
sha512t.c => ../../test/sha512t.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/sha'
making links in crypto/mdc2...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/mdc2'
mdc2.h => ../../include/openssl/mdc2.h
mdc2test.c => ../../test/mdc2test.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/mdc2'
making links in crypto/hmac...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/hmac'
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/hmac'
making links in crypto/ripemd...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ripemd'
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ripemd'
making links in crypto/whrlpool...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/whrlpool'
whrlpool.h => ../../include/openssl/whrlpool.h
wp_test.c => ../../test/wp_test.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/whrlpool'
making links in crypto/des...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/des'
des.h => ../../include/openssl/des.h
des_old.h => ../../include/openssl/des_old.h
destest.c => ../../test/destest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/des'
making links in crypto/aes...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/aes'
aes.h => ../../include/openssl/aes.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/aes'
making links in crypto/rc2...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc2'
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc2'
making links in crypto/rc4...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc4'
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc4'
making links in crypto/idea...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/idea'
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/idea'
making links in crypto/bf...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bf'
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bf'
making links in crypto/cast...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cast'
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cast'
making links in crypto/camellia...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/camellia'
camellia.h => ../../include/openssl/camellia.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/camellia'
making links in crypto/seed...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/seed'
seed.h => ../../include/openssl/seed.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/seed'
making links in crypto/modes...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/modes'
modes.h => ../../include/openssl/modes.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/modes'
making links in crypto/bn...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bn'
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bn'
making links in crypto/ec...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ec'
ec.h => ../../include/openssl/ec.h
ectest.c => ../../test/ectest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ec'
making links in crypto/rsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rsa'
rsa.h => ../../include/openssl/rsa.h
rsa_test.c => ../../test/rsa_test.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rsa'
making links in crypto/dsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dsa'
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dsa'
making links in crypto/ecdsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdsa'
ecdsa.h => ../../include/openssl/ecdsa.h
ecdsatest.c => ../../test/ecdsatest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdsa'
making links in crypto/dh...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dh'
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dh'
making links in crypto/ecdh...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdh'
ecdh.h => ../../include/openssl/ecdh.h
ecdhtest.c => ../../test/ecdhtest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdh'
making links in crypto/dso...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dso'
dso.h => ../../include/openssl/dso.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dso'
making links in crypto/engine...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/engine'
engine.h => ../../include/openssl/engine.h
enginetest.c => ../../test/enginetest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/engine'
making links in crypto/buffer...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/buffer'
buffer.h => ../../include/openssl/buffer.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/buffer'
making links in crypto/bio...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bio'
bio.h => ../../include/openssl/bio.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bio'
making links in crypto/stack...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/stack'
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/stack'
making links in crypto/lhash...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/lhash'
lhash.h => ../../include/openssl/lhash.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/lhash'
making links in crypto/rand...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rand'
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rand'
making links in crypto/err...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/err'
err.h => ../../include/openssl/err.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/err'
making links in crypto/evp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/evp'
evp.h => ../../include/openssl/evp.h
evp_test.c => ../../test/evp_test.c
evp_extra_test.c => ../../test/evp_extra_test.c
evptests.txt -> ../../test/evptests.txt
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/evp'
making links in crypto/asn1...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/asn1'
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
asn1t.h => ../../include/openssl/asn1t.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/asn1'
making links in crypto/pem...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pem'
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pem'
making links in crypto/x509...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509'
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
verify_extra_test.c => ../../test/verify_extra_test.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509'
making links in crypto/x509v3...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509v3'
x509v3.h => ../../include/openssl/x509v3.h
v3nametest.c => ../../test/v3nametest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509v3'
making links in crypto/conf...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/conf'
conf.h => ../../include/openssl/conf.h
conf_api.h => ../../include/openssl/conf_api.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/conf'
making links in crypto/txt_db...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/txt_db'
txt_db.h => ../../include/openssl/txt_db.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/txt_db'
making links in crypto/pkcs7...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs7'
pkcs7.h => ../../include/openssl/pkcs7.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs7'
making links in crypto/pkcs12...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs12'
pkcs12.h => ../../include/openssl/pkcs12.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs12'
making links in crypto/comp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/comp'
comp.h => ../../include/openssl/comp.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/comp'
making links in crypto/ocsp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ocsp'
ocsp.h => ../../include/openssl/ocsp.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ocsp'
making links in crypto/ui...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ui'
ui.h => ../../include/openssl/ui.h
ui_compat.h => ../../include/openssl/ui_compat.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ui'
making links in crypto/krb5...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/krb5'
krb5_asn.h => ../../include/openssl/krb5_asn.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/krb5'
making links in crypto/cms...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cms'
cms.h => ../../include/openssl/cms.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cms'
making links in crypto/pqueue...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pqueue'
pqueue.h => ../../include/openssl/pqueue.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pqueue'
making links in crypto/ts...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ts'
ts.h => ../../include/openssl/ts.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ts'
making links in crypto/srp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/srp'
srp.h => ../../include/openssl/srp.h
srptest.c => ../../test/srptest.c
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/srp'
making links in crypto/cmac...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cmac'
cmac.h => ../../include/openssl/cmac.h
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cmac'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto'
making links in ssl...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/ssl'
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
dtls1.h => ../include/openssl/dtls1.h
kssl.h => ../include/openssl/kssl.h
srtp.h => ../include/openssl/srtp.h
ssltest.c => ../test/ssltest.c
heartbeat_test.c => ../test/heartbeat_test.c
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/ssl'
making links in engines...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/engines'
making links in engines/ccgost...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/engines/ccgost'
make[2]: Nothing to be done for 'links'.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/engines/ccgost'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/engines'
making links in apps...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/apps'
make[1]: Nothing to be done for 'links'.
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/apps'
making links in test...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
make[1]: Nothing to be done for 'links'.
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
making links in tools...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/tools'
make[1]: Nothing to be done for 'links'.
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/tools'
generating dummy tests (if needed)...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
md2test.c => dummytest.c
rc5test.c => dummytest.c
jpaketest.c => dummytest.c
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
Configured for linux-generic32.
rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
making clean in crypto...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto'
rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/objects...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/objects'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/objects'
making clean in crypto/md4...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md4'
rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md4'
making clean in crypto/md5...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md5'
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md5'
making clean in crypto/sha...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/sha'
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/sha'
making clean in crypto/mdc2...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/mdc2'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/mdc2'
making clean in crypto/hmac...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/hmac'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/hmac'
making clean in crypto/ripemd...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ripemd'
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ripemd'
making clean in crypto/whrlpool...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/whrlpool'
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/whrlpool'
making clean in crypto/des...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/des'
rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/des'
making clean in crypto/aes...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/aes'
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/aes'
making clean in crypto/rc2...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc2'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc2'
making clean in crypto/rc4...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc4'
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc4'
making clean in crypto/idea...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/idea'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/idea'
making clean in crypto/bf...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bf'
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bf'
making clean in crypto/cast...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cast'
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cast'
making clean in crypto/camellia...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/camellia'
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/camellia'
making clean in crypto/seed...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/seed'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/seed'
making clean in crypto/modes...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/modes'
rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/modes'
making clean in crypto/bn...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bn'
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bn'
making clean in crypto/ec...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ec'
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ec'
making clean in crypto/rsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rsa'
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rsa'
making clean in crypto/dsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dsa'
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dsa'
making clean in crypto/ecdsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdsa'
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdsa'
making clean in crypto/dh...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dh'
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dh'
making clean in crypto/ecdh...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdh'
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdh'
making clean in crypto/dso...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dso'
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dso'
making clean in crypto/engine...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/engine'
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/engine'
making clean in crypto/buffer...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/buffer'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/buffer'
making clean in crypto/bio...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bio'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bio'
making clean in crypto/stack...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/stack'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/stack'
making clean in crypto/lhash...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/lhash'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/lhash'
making clean in crypto/rand...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rand'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rand'
making clean in crypto/err...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/err'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/err'
making clean in crypto/evp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/evp'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/evp'
making clean in crypto/asn1...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/asn1'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/asn1'
making clean in crypto/pem...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pem'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pem'
making clean in crypto/x509...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509'
making clean in crypto/x509v3...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509v3'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509v3'
making clean in crypto/conf...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/conf'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/conf'
making clean in crypto/txt_db...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/txt_db'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/txt_db'
making clean in crypto/pkcs7...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs7'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs7'
making clean in crypto/pkcs12...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs12'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs12'
making clean in crypto/comp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/comp'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/comp'
making clean in crypto/ocsp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ocsp'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ocsp'
making clean in crypto/ui...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ui'
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ui'
making clean in crypto/krb5...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/krb5'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/krb5'
making clean in crypto/cms...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cms'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cms'
making clean in crypto/pqueue...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pqueue'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pqueue'
making clean in crypto/ts...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ts'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ts'
making clean in crypto/srp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/srp'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/srp'
making clean in crypto/cmac...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cmac'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cmac'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto'
making clean in ssl...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/ssl'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/ssl'
making clean in engines...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/engines'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in engines/ccgost...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/engines/ccgost'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/engines/ccgost'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/engines'
making clean in apps...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/apps'
rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff openssl
rm -f req
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/apps'
making clean in test...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff bntest ectest  ecdsatest ecdhtest ideatest md2test  md4test md5test hmactest wp_test rc2test rc4test rc5test destest shatest sha1test sha256t sha512t mdc2test rmdtest randtest dhtest enginetest bftest casttest ssltest exptest dsatest rsa_test evp_test evp_extra_test igetest jpaketest srptest asn1test v3nametest heartbeat_test constant_time_test verify_extra_test *.ss *.srl log dummytest
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
making clean in tools...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/tools'
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/tools'
rm -f libcrypto.a libssl.a
rm -f openssl.pc libssl.pc libcrypto.pc
rm -f speed.* .pure
rm -f openssl-1.0.2d.tar
******  *******
making all in crypto...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto'
/usr/bin/perl ../util/mkbuildinf.pl "arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall" "linux-generic32" >buildinf.h
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cryptlib.o cryptlib.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o mem.o mem.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o mem_dbg.o mem_dbg.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cversion.o cversion.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ex_data.o ex_data.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cpt_err.o cpt_err.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ebcdic.o ebcdic.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o uid.o uid.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o o_time.o o_time.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o o_str.o o_str.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o o_dir.o o_dir.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o o_fips.o o_fips.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o o_init.o o_init.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o fips_ers.o fips_ers.c
arm-linux-gnueabihf-gcc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o mem_clr.o mem_clr.c
arm-linux-gnueabihf-ar  r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o fips_ers.o mem_clr.o
arm-linux-gnueabihf-ar: creating ../libcrypto.a
test -z "" || arm-linux-gnueabihf-ar  r ../libcrypto.a fipscanister.o
arm-linux-gnueabihf-ranlib ../libcrypto.a || echo Never mind.
making all in crypto/objects...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/objects'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o o_names.o o_names.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o obj_dat.o obj_dat.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o obj_lib.o obj_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o obj_err.o obj_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o obj_xref.o obj_xref.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a o_names.o obj_dat.o obj_lib.o obj_err.o obj_xref.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/objects'
making all in crypto/md4...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md4'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o md4_dgst.o md4_dgst.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o md4_one.o md4_one.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a md4_dgst.o md4_one.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md4'
making all in crypto/md5...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md5'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o md5_dgst.o md5_dgst.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o md5_one.o md5_one.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a md5_dgst.o md5_one.o 
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md5'
making all in crypto/sha...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/sha'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o sha_dgst.o sha_dgst.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o sha1dgst.o sha1dgst.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o sha_one.o sha_one.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o sha1_one.o sha1_one.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o sha256.o sha256.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o sha512.o sha512.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a sha_dgst.o sha1dgst.o sha_one.o sha1_one.o sha256.o sha512.o 
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/sha'
making all in crypto/mdc2...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/mdc2'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o mdc2dgst.o mdc2dgst.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o mdc2_one.o mdc2_one.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a mdc2dgst.o mdc2_one.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/mdc2'
making all in crypto/hmac...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/hmac'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o hmac.o hmac.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o hm_ameth.o hm_ameth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o hm_pmeth.o hm_pmeth.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a hmac.o hm_ameth.o hm_pmeth.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/hmac'
making all in crypto/ripemd...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ripemd'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rmd_dgst.o rmd_dgst.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rmd_one.o rmd_one.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a rmd_dgst.o rmd_one.o 
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ripemd'
making all in crypto/whrlpool...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/whrlpool'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o wp_dgst.o wp_dgst.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o wp_block.o wp_block.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a wp_dgst.o wp_block.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/whrlpool'
making all in crypto/des...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/des'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o set_key.o set_key.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecb_enc.o ecb_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cbc_enc.o cbc_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecb3_enc.o ecb3_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cfb64enc.o cfb64enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cfb64ede.o cfb64ede.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cfb_enc.o cfb_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ofb64ede.o ofb64ede.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o enc_read.o enc_read.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o enc_writ.o enc_writ.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ofb64enc.o ofb64enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ofb_enc.o ofb_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o str2key.o str2key.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pcbc_enc.o pcbc_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o qud_cksm.o qud_cksm.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rand_key.o rand_key.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o des_enc.o des_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o fcrypt_b.o fcrypt_b.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o fcrypt.o fcrypt.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o xcbc_enc.o xcbc_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rpc_enc.o rpc_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cbc_cksm.o cbc_cksm.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ede_cbcm_enc.o ede_cbcm_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o des_old.o des_old.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o des_old2.o des_old2.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o read2pwd.o read2pwd.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a set_key.o  ecb_enc.o  cbc_enc.o ecb3_enc.o cfb64enc.o cfb64ede.o cfb_enc.o  ofb64ede.o enc_read.o enc_writ.o ofb64enc.o ofb_enc.o  str2key.o  pcbc_enc.o qud_cksm.o rand_key.o des_enc.o fcrypt_b.o fcrypt.o xcbc_enc.o rpc_enc.o  cbc_cksm.o ede_cbcm_enc.o des_old.o des_old2.o read2pwd.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/des'
making all in crypto/aes...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/aes'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o aes_misc.o aes_misc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o aes_ecb.o aes_ecb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o aes_cfb.o aes_cfb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o aes_ofb.o aes_ofb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o aes_ctr.o aes_ctr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o aes_ige.o aes_ige.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o aes_wrap.o aes_wrap.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o aes_core.o aes_core.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o aes_cbc.o aes_cbc.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ctr.o aes_ige.o aes_wrap.o aes_core.o aes_cbc.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/aes'
making all in crypto/rc2...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc2'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc2_ecb.o rc2_ecb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc2_skey.o rc2_skey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc2_cbc.o rc2_cbc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc2cfb64.o rc2cfb64.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc2ofb64.o rc2ofb64.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a rc2_ecb.o rc2_skey.o rc2_cbc.o rc2cfb64.o rc2ofb64.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc2'
making all in crypto/rc4...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc4'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc4_enc.o rc4_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc4_skey.o rc4_skey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc4_utl.o rc4_utl.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a rc4_enc.o rc4_skey.o rc4_utl.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc4'
making all in crypto/idea...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/idea'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o i_cbc.o i_cbc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o i_cfb64.o i_cfb64.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o i_ofb64.o i_ofb64.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o i_ecb.o i_ecb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o i_skey.o i_skey.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a i_cbc.o i_cfb64.o i_ofb64.o i_ecb.o i_skey.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/idea'
making all in crypto/bf...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bf'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bf_skey.o bf_skey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bf_ecb.o bf_ecb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bf_enc.o bf_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bf_cfb64.o bf_cfb64.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bf_ofb64.o bf_ofb64.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a bf_skey.o bf_ecb.o bf_enc.o bf_cfb64.o bf_ofb64.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bf'
making all in crypto/cast...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cast'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o c_skey.o c_skey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o c_ecb.o c_ecb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o c_enc.o c_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o c_cfb64.o c_cfb64.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o c_ofb64.o c_ofb64.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a c_skey.o c_ecb.o c_enc.o c_cfb64.o c_ofb64.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cast'
making all in crypto/camellia...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/camellia'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cmll_ecb.o cmll_ecb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cmll_ofb.o cmll_ofb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cmll_cfb.o cmll_cfb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cmll_ctr.o cmll_ctr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cmll_utl.o cmll_utl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o camellia.o camellia.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cmll_misc.o cmll_misc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cmll_cbc.o cmll_cbc.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a cmll_ecb.o cmll_ofb.o cmll_cfb.o cmll_ctr.o cmll_utl.o camellia.o cmll_misc.o cmll_cbc.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/camellia'
making all in crypto/seed...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/seed'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o seed.o seed.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o seed_ecb.o seed_ecb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o seed_cbc.o seed_cbc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o seed_cfb.o seed_cfb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o seed_ofb.o seed_ofb.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a seed.o seed_ecb.o seed_cbc.o seed_cfb.o seed_ofb.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/seed'
making all in crypto/modes...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/modes'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cbc128.o cbc128.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ctr128.o ctr128.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cts128.o cts128.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cfb128.o cfb128.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ofb128.o ofb128.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gcm128.o gcm128.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ccm128.o ccm128.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o xts128.o xts128.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o wrap128.o wrap128.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a cbc128.o ctr128.o cts128.o cfb128.o ofb128.o gcm128.o ccm128.o xts128.o wrap128.o 
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/modes'
making all in crypto/bn...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bn'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_add.o bn_add.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_div.o bn_div.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_exp.o bn_exp.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_lib.o bn_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_ctx.o bn_ctx.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_mul.o bn_mul.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_mod.o bn_mod.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_print.o bn_print.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_rand.o bn_rand.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_shift.o bn_shift.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_word.o bn_word.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_blind.o bn_blind.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_kron.o bn_kron.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_sqrt.o bn_sqrt.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_gcd.o bn_gcd.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_prime.o bn_prime.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_err.o bn_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_sqr.o bn_sqr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_asm.o bn_asm.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_recp.o bn_recp.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_mont.o bn_mont.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_mpi.o bn_mpi.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_exp2.o bn_exp2.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_gf2m.o bn_gf2m.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_nist.o bn_nist.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_depr.o bn_depr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_const.o bn_const.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bn_x931p.o bn_x931p.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a bn_add.o bn_div.o bn_exp.o bn_lib.o bn_ctx.o bn_mul.o bn_mod.o bn_print.o bn_rand.o bn_shift.o bn_word.o bn_blind.o bn_kron.o bn_sqrt.o bn_gcd.o bn_prime.o bn_err.o bn_sqr.o bn_asm.o bn_recp.o bn_mont.o bn_mpi.o bn_exp2.o bn_gf2m.o bn_nist.o bn_depr.o bn_const.o bn_x931p.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bn'
making all in crypto/ec...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ec'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_lib.o ec_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecp_smpl.o ecp_smpl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecp_mont.o ecp_mont.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecp_nist.o ecp_nist.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_cvt.o ec_cvt.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_mult.o ec_mult.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_err.o ec_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_curve.o ec_curve.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_check.o ec_check.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_print.o ec_print.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_asn1.o ec_asn1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_key.o ec_key.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec2_smpl.o ec2_smpl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec2_mult.o ec2_mult.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_ameth.o ec_ameth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_pmeth.o ec_pmeth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eck_prn.o eck_prn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecp_nistp224.o ecp_nistp224.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecp_nistp256.o ecp_nistp256.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecp_nistp521.o ecp_nistp521.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecp_nistputil.o ecp_nistputil.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecp_oct.o ecp_oct.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec2_oct.o ec2_oct.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec_oct.o ec_oct.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a ec_lib.o ecp_smpl.o ecp_mont.o ecp_nist.o ec_cvt.o ec_mult.o ec_err.o ec_curve.o ec_check.o ec_print.o ec_asn1.o ec_key.o ec2_smpl.o ec2_mult.o ec_ameth.o ec_pmeth.o eck_prn.o ecp_nistp224.o ecp_nistp256.o ecp_nistp521.o ecp_nistputil.o ecp_oct.o ec2_oct.o ec_oct.o 
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ec'
making all in crypto/rsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rsa'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_eay.o rsa_eay.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_gen.o rsa_gen.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_lib.o rsa_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_sign.o rsa_sign.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_saos.o rsa_saos.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_err.o rsa_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_pk1.o rsa_pk1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_ssl.o rsa_ssl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_none.o rsa_none.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_oaep.o rsa_oaep.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_chk.o rsa_chk.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_null.o rsa_null.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_pss.o rsa_pss.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_x931.o rsa_x931.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_asn1.o rsa_asn1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_depr.o rsa_depr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_ameth.o rsa_ameth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_prn.o rsa_prn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_pmeth.o rsa_pmeth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_crpt.o rsa_crpt.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o rsa_err.o rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o rsa_chk.o rsa_null.o rsa_pss.o rsa_x931.o rsa_asn1.o rsa_depr.o rsa_ameth.o rsa_prn.o rsa_pmeth.o rsa_crpt.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rsa'
making all in crypto/dsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dsa'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_gen.o dsa_gen.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_key.o dsa_key.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_lib.o dsa_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_asn1.o dsa_asn1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_vrf.o dsa_vrf.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_sign.o dsa_sign.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_err.o dsa_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_ossl.o dsa_ossl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_depr.o dsa_depr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_ameth.o dsa_ameth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_pmeth.o dsa_pmeth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa_prn.o dsa_prn.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o dsa_sign.o dsa_err.o dsa_ossl.o dsa_depr.o dsa_ameth.o dsa_pmeth.o dsa_prn.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dsa'
making all in crypto/ecdsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdsa'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecs_lib.o ecs_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecs_asn1.o ecs_asn1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecs_ossl.o ecs_ossl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecs_sign.o ecs_sign.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecs_vrf.o ecs_vrf.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecs_err.o ecs_err.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a ecs_lib.o ecs_asn1.o ecs_ossl.o ecs_sign.o ecs_vrf.o ecs_err.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdsa'
making all in crypto/dh...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dh'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_asn1.o dh_asn1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_gen.o dh_gen.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_key.o dh_key.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_lib.o dh_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_check.o dh_check.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_err.o dh_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_depr.o dh_depr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_ameth.o dh_ameth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_pmeth.o dh_pmeth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_prn.o dh_prn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_rfc5114.o dh_rfc5114.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh_kdf.o dh_kdf.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a dh_asn1.o dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o dh_depr.o dh_ameth.o dh_pmeth.o dh_prn.o dh_rfc5114.o dh_kdf.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dh'
making all in crypto/ecdh...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdh'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ech_lib.o ech_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ech_ossl.o ech_ossl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ech_key.o ech_key.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ech_err.o ech_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ech_kdf.o ech_kdf.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a ech_lib.o ech_ossl.o ech_key.o ech_err.o ech_kdf.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdh'
making all in crypto/dso...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dso'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dso_dl.o dso_dl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dso_dlfcn.o dso_dlfcn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dso_err.o dso_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dso_lib.o dso_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dso_null.o dso_null.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dso_openssl.o dso_openssl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dso_win32.o dso_win32.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dso_vms.o dso_vms.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dso_beos.o dso_beos.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o dso_openssl.o dso_win32.o dso_vms.o dso_beos.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dso'
making all in crypto/engine...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/engine'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_err.o eng_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_lib.o eng_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_list.o eng_list.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_init.o eng_init.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_ctrl.o eng_ctrl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_table.o eng_table.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_pkey.o eng_pkey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_fat.o eng_fat.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_all.o eng_all.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_rsa.o tb_rsa.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_dsa.o tb_dsa.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_ecdsa.o tb_ecdsa.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_dh.o tb_dh.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_ecdh.o tb_ecdh.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_rand.o tb_rand.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_store.o tb_store.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_cipher.o tb_cipher.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_digest.o tb_digest.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_pkmeth.o tb_pkmeth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tb_asnmth.o tb_asnmth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_openssl.o eng_openssl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_cnf.o eng_cnf.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_dyn.o eng_dyn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_cryptodev.o eng_cryptodev.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o eng_rdrand.o eng_rdrand.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o eng_table.o eng_pkey.o eng_fat.o eng_all.o tb_rsa.o tb_dsa.o tb_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.o tb_cipher.o tb_digest.o tb_pkmeth.o tb_asnmth.o eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o eng_rdrand.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/engine'
making all in crypto/buffer...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/buffer'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o buffer.o buffer.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o buf_str.o buf_str.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o buf_err.o buf_err.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a buffer.o buf_str.o buf_err.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/buffer'
making all in crypto/bio...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bio'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_lib.o bio_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_cb.o bio_cb.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_err.o bio_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bss_mem.o bss_mem.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bss_null.o bss_null.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bss_fd.o bss_fd.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bss_file.o bss_file.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bss_sock.o bss_sock.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bss_conn.o bss_conn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bf_null.o bf_null.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bf_buff.o bf_buff.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o b_print.o b_print.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o b_dump.o b_dump.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o b_sock.o b_sock.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bss_acpt.o bss_acpt.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bf_nbio.o bf_nbio.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bss_log.o bss_log.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bss_bio.o bss_bio.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bss_dgram.o bss_dgram.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a bio_lib.o bio_cb.o bio_err.o bss_mem.o bss_null.o bss_fd.o bss_file.o bss_sock.o bss_conn.o bf_null.o bf_buff.o b_print.o b_dump.o b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o bss_dgram.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bio'
making all in crypto/stack...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/stack'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o stack.o stack.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a stack.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/stack'
making all in crypto/lhash...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/lhash'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o lhash.o lhash.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o lh_stats.o lh_stats.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a lhash.o lh_stats.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/lhash'
making all in crypto/rand...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rand'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o md_rand.o md_rand.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o randfile.o randfile.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rand_lib.o rand_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rand_err.o rand_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rand_egd.o rand_egd.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rand_win.o rand_win.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rand_unix.o rand_unix.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rand_os2.o rand_os2.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rand_nw.o rand_nw.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o rand_win.o rand_unix.o rand_os2.o rand_nw.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rand'
making all in crypto/err...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/err'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o err.o err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o err_all.o err_all.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o err_prn.o err_prn.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a err.o err_all.o err_prn.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/err'
making all in crypto/evp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/evp'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o encode.o encode.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o digest.o digest.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_enc.o evp_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_key.o evp_key.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_acnf.o evp_acnf.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_cnf.o evp_cnf.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_des.o e_des.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_bf.o e_bf.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_idea.o e_idea.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_des3.o e_des3.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_camellia.o e_camellia.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_rc4.o e_rc4.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_aes.o e_aes.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o names.o names.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_seed.o e_seed.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_xcbc_d.o e_xcbc_d.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_rc2.o e_rc2.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_cast.o e_cast.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_rc5.o e_rc5.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_null.o m_null.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_md2.o m_md2.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_md4.o m_md4.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_md5.o m_md5.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_sha.o m_sha.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_sha1.o m_sha1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_wp.o m_wp.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_dss.o m_dss.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_dss1.o m_dss1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_mdc2.o m_mdc2.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_ripemd.o m_ripemd.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_ecdsa.o m_ecdsa.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p_open.o p_open.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p_seal.o p_seal.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p_sign.o p_sign.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p_verify.o p_verify.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p_lib.o p_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p_enc.o p_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p_dec.o p_dec.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_md.o bio_md.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_b64.o bio_b64.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_enc.o bio_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_err.o evp_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_null.o e_null.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o c_all.o c_all.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o c_allc.o c_allc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o c_alld.o c_alld.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_lib.o evp_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_ok.o bio_ok.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_pkey.o evp_pkey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_pbe.o evp_pbe.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p5_crpt.o p5_crpt.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p5_crpt2.o p5_crpt2.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_old.o e_old.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pmeth_lib.o pmeth_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pmeth_fn.o pmeth_fn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pmeth_gn.o pmeth_gn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o m_sigver.o m_sigver.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_aes_cbc_hmac_sha256.o e_aes_cbc_hmac_sha256.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_rc4_hmac_md5.o e_rc4_hmac_md5.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a encode.o digest.o evp_enc.o evp_key.o evp_acnf.o evp_cnf.o e_des.o e_bf.o e_idea.o e_des3.o e_camellia.o e_rc4.o e_aes.o names.o e_seed.o e_xcbc_d.o e_rc2.o e_cast.o e_rc5.o m_null.o m_md2.o m_md4.o m_md5.o m_sha.o m_sha1.o m_wp.o m_dss.o m_dss1.o m_mdc2.o m_ripemd.o m_ecdsa.o p_open.o p_seal.o p_sign.o p_verify.o p_lib.o p_enc.o p_dec.o bio_md.o bio_b64.o bio_enc.o evp_err.o e_null.o c_all.o c_allc.o c_alld.o evp_lib.o bio_ok.o evp_pkey.o evp_pbe.o p5_crpt.o p5_crpt2.o e_old.o pmeth_lib.o pmeth_fn.o pmeth_gn.o m_sigver.o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha256.o e_rc4_hmac_md5.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/evp'
making all in crypto/asn1...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/asn1'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_object.o a_object.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_bitstr.o a_bitstr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_utctm.o a_utctm.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_gentm.o a_gentm.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_time.o a_time.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_int.o a_int.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_octet.o a_octet.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_print.o a_print.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_type.o a_type.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_set.o a_set.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_dup.o a_dup.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_d2i_fp.o a_d2i_fp.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_i2d_fp.o a_i2d_fp.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_enum.o a_enum.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_utf8.o a_utf8.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_sign.o a_sign.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_digest.o a_digest.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_verify.o a_verify.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_mbstr.o a_mbstr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_strex.o a_strex.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_algor.o x_algor.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_val.o x_val.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_pubkey.o x_pubkey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_sig.o x_sig.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_req.o x_req.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_attrib.o x_attrib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_bignum.o x_bignum.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_long.o x_long.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_name.o x_name.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_x509.o x_x509.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_x509a.o x_x509a.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_crl.o x_crl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_info.o x_info.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_spki.o x_spki.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o nsseq.o nsseq.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_nx509.o x_nx509.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o d2i_pu.o d2i_pu.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o d2i_pr.o d2i_pr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o i2d_pu.o i2d_pu.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o i2d_pr.o i2d_pr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t_req.o t_req.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t_x509.o t_x509.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t_x509a.o t_x509a.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t_crl.o t_crl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t_pkey.o t_pkey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t_spki.o t_spki.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t_bitst.o t_bitst.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tasn_new.o tasn_new.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tasn_fre.o tasn_fre.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tasn_enc.o tasn_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tasn_dec.o tasn_dec.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tasn_utl.o tasn_utl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tasn_typ.o tasn_typ.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tasn_prn.o tasn_prn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ameth_lib.o ameth_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o f_int.o f_int.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o f_string.o f_string.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o n_pkey.o n_pkey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o f_enum.o f_enum.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_pkey.o x_pkey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_bool.o a_bool.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_exten.o x_exten.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_asn1.o bio_asn1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_ndef.o bio_ndef.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o asn_mime.o asn_mime.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o asn1_gen.o asn1_gen.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o asn1_par.o asn1_par.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o asn1_lib.o asn1_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o asn1_err.o asn1_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_bytes.o a_bytes.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o a_strnid.o a_strnid.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_asn1.o evp_asn1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o asn_pack.o asn_pack.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p5_pbe.o p5_pbe.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p5_pbev2.o p5_pbev2.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p8_pkey.o p8_pkey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o asn_moid.o asn_moid.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a a_object.o a_bitstr.o a_utctm.o a_gentm.o a_time.o a_int.o a_octet.o a_print.o a_type.o a_set.o a_dup.o a_d2i_fp.o a_i2d_fp.o a_enum.o a_utf8.o a_sign.o a_digest.o a_verify.o a_mbstr.o a_strex.o x_algor.o x_val.o x_pubkey.o x_sig.o x_req.o x_attrib.o x_bignum.o x_long.o x_name.o x_x509.o x_x509a.o x_crl.o x_info.o x_spki.o nsseq.o x_nx509.o d2i_pu.o d2i_pr.o i2d_pu.o i2d_pr.o t_req.o t_x509.o t_x509a.o t_crl.o t_pkey.o t_spki.o t_bitst.o tasn_new.o tasn_fre.o tasn_enc.o tasn_dec.o tasn_utl.o tasn_typ.o tasn_prn.o ameth_lib.o f_int.o f_string.o n_pkey.o f_enum.o x_pkey.o a_bool.o x_exten.o bio_asn1.o bio_ndef.o asn_mime.o asn1_gen.o asn1_par.o asn1_lib.o asn1_err.o a_bytes.o a_strnid.o evp_asn1.o asn_pack.o p5_pbe.o p5_pbev2.o p8_pkey.o asn_moid.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/asn1'
making all in crypto/pem...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pem'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_sign.o pem_sign.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_seal.o pem_seal.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_info.o pem_info.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_lib.o pem_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_all.o pem_all.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_err.o pem_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_x509.o pem_x509.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_xaux.o pem_xaux.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_oth.o pem_oth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_pk8.o pem_pk8.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pem_pkey.o pem_pkey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pvkfmt.o pvkfmt.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o pvkfmt.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pem'
making all in crypto/x509...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_def.o x509_def.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_d2.o x509_d2.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_r2x.o x509_r2x.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_cmp.o x509_cmp.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_obj.o x509_obj.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_req.o x509_req.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509spki.o x509spki.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_vfy.o x509_vfy.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_set.o x509_set.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509cset.o x509cset.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509rset.o x509rset.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_err.o x509_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509name.o x509name.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_v3.o x509_v3.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_ext.o x509_ext.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_att.o x509_att.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509type.o x509type.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_lu.o x509_lu.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x_all.o x_all.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_txt.o x509_txt.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_trs.o x509_trs.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o by_file.o by_file.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o by_dir.o by_dir.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509_vpm.o x509_vpm.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a x509_def.o x509_d2.o x509_r2x.o x509_cmp.o x509_obj.o x509_req.o x509spki.o x509_vfy.o x509_set.o x509cset.o x509rset.o x509_err.o x509name.o x509_v3.o x509_ext.o x509_att.o x509type.o x509_lu.o x_all.o x509_txt.o x509_trs.o by_file.o by_dir.o x509_vpm.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509'
making all in crypto/x509v3...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509v3'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_bcons.o v3_bcons.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_bitst.o v3_bitst.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_conf.o v3_conf.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_extku.o v3_extku.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_ia5.o v3_ia5.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_lib.o v3_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_prn.o v3_prn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_utl.o v3_utl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3err.o v3err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_genn.o v3_genn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_alt.o v3_alt.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_skey.o v3_skey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_akey.o v3_akey.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_pku.o v3_pku.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_int.o v3_int.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_enum.o v3_enum.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_sxnet.o v3_sxnet.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_cpols.o v3_cpols.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_crld.o v3_crld.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_purp.o v3_purp.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_info.o v3_info.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_ocsp.o v3_ocsp.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_akeya.o v3_akeya.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_pmaps.o v3_pmaps.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_pcons.o v3_pcons.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_ncons.o v3_ncons.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_pcia.o v3_pcia.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_pci.o v3_pci.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pcy_cache.o pcy_cache.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pcy_node.o pcy_node.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pcy_data.o pcy_data.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pcy_map.o pcy_map.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pcy_tree.o pcy_tree.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pcy_lib.o pcy_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_asid.o v3_asid.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_addr.o v3_addr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3_scts.o v3_scts.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o v3_purp.o v3_info.o v3_ocsp.o v3_akeya.o v3_pmaps.o v3_pcons.o v3_ncons.o v3_pcia.o v3_pci.o pcy_cache.o pcy_node.o pcy_data.o pcy_map.o pcy_tree.o pcy_lib.o v3_asid.o v3_addr.o v3_scts.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509v3'
making all in crypto/conf...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/conf'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o conf_err.o conf_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o conf_lib.o conf_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o conf_api.o conf_api.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o conf_def.o conf_def.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o conf_mod.o conf_mod.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o conf_mall.o conf_mall.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o conf_sap.o conf_sap.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a conf_err.o conf_lib.o conf_api.o conf_def.o conf_mod.o conf_mall.o conf_sap.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/conf'
making all in crypto/txt_db...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/txt_db'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o txt_db.o txt_db.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a txt_db.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/txt_db'
making all in crypto/pkcs7...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs7'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pk7_asn1.o pk7_asn1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pk7_lib.o pk7_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pkcs7err.o pkcs7err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pk7_doit.o pk7_doit.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pk7_smime.o pk7_smime.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pk7_attr.o pk7_attr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pk7_mime.o pk7_mime.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_pk7.o bio_pk7.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a pk7_asn1.o pk7_lib.o pkcs7err.o pk7_doit.o pk7_smime.o pk7_attr.o pk7_mime.o bio_pk7.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs7'
making all in crypto/pkcs12...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs12'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_add.o p12_add.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_asn.o p12_asn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_attr.o p12_attr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_crpt.o p12_crpt.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_crt.o p12_crt.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_decr.o p12_decr.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_init.o p12_init.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_key.o p12_key.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_kiss.o p12_kiss.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_mutl.o p12_mutl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_utl.o p12_utl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_npas.o p12_npas.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pk12err.o pk12err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_p8d.o p12_p8d.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o p12_p8e.o p12_p8e.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a p12_add.o p12_asn.o p12_attr.o p12_crpt.o p12_crt.o p12_decr.o p12_init.o p12_key.o p12_kiss.o p12_mutl.o p12_utl.o p12_npas.o pk12err.o p12_p8d.o p12_p8e.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs12'
making all in crypto/comp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/comp'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o comp_lib.o comp_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o comp_err.o comp_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o c_rle.o c_rle.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o c_zlib.o c_zlib.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a comp_lib.o comp_err.o c_rle.o c_zlib.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/comp'
making all in crypto/ocsp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ocsp'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ocsp_asn.o ocsp_asn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ocsp_ext.o ocsp_ext.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ocsp_ht.o ocsp_ht.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ocsp_lib.o ocsp_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ocsp_cl.o ocsp_cl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ocsp_srv.o ocsp_srv.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ocsp_prn.o ocsp_prn.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ocsp_vfy.o ocsp_vfy.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ocsp_err.o ocsp_err.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ocsp'
making all in crypto/ui...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ui'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ui_err.o ui_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ui_lib.o ui_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ui_openssl.o ui_openssl.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ui_util.o ui_util.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ui_compat.o ui_compat.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a ui_err.o ui_lib.o ui_openssl.o ui_util.o ui_compat.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ui'
making all in crypto/krb5...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/krb5'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o krb5_asn.o krb5_asn.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a krb5_asn.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/krb5'
making all in crypto/cms...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cms'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_lib.o cms_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_asn1.o cms_asn1.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_att.o cms_att.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_io.o cms_io.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_smime.o cms_smime.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_err.o cms_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_sd.o cms_sd.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_dd.o cms_dd.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_cd.o cms_cd.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_env.o cms_env.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_enc.o cms_enc.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_ess.o cms_ess.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_pwri.o cms_pwri.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms_kari.o cms_kari.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a cms_lib.o cms_asn1.o cms_att.o cms_io.o cms_smime.o cms_err.o cms_sd.o cms_dd.o cms_cd.o cms_env.o cms_enc.o cms_ess.o cms_pwri.o cms_kari.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cms'
making all in crypto/pqueue...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pqueue'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pqueue.o pqueue.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a pqueue.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pqueue'
making all in crypto/ts...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ts'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_err.o ts_err.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_req_utils.o ts_req_utils.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_req_print.o ts_req_print.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_rsp_utils.o ts_rsp_utils.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_rsp_print.o ts_rsp_print.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_rsp_sign.o ts_rsp_sign.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_rsp_verify.o ts_rsp_verify.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_verify_ctx.o ts_verify_ctx.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_lib.o ts_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_conf.o ts_conf.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts_asn1.o ts_asn1.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a ts_err.o ts_req_utils.o ts_req_print.o ts_rsp_utils.o ts_rsp_print.o ts_rsp_sign.o ts_rsp_verify.o ts_verify_ctx.o ts_lib.o ts_conf.o ts_asn1.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ts'
making all in crypto/srp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/srp'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o srp_lib.o srp_lib.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o srp_vfy.o srp_vfy.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a srp_lib.o srp_vfy.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/srp'
making all in crypto/cmac...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cmac'
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cmac.o cmac.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cm_ameth.o cm_ameth.c
arm-linux-gnueabihf-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cm_pmeth.o cm_pmeth.c
arm-linux-gnueabihf-ar  r ../../libcrypto.a cmac.o cm_ameth.o cm_pmeth.o
arm-linux-gnueabihf-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cmac'
if [ -n "" ]; then \
(cd ..; make libcrypto.so.1.0.0); \
fi
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto'
making all in engines...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/engines'
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_4758cca.o e_4758cca.c
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_aep.o e_aep.c
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_atalla.o e_atalla.c
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_cswift.o e_cswift.c
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_gmp.o e_gmp.c
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_chil.o e_chil.c
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_nuron.o e_nuron.c
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_sureware.o e_sureware.c
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_ubsec.o e_ubsec.c
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_padlock.o e_padlock.c
arm-linux-gnueabihf-gcc -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_capi.o e_capi.c
echo 
making all in engines/ccgost...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/engines/ccgost'
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o e_gost_err.o e_gost_err.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost2001_keyx.o gost2001_keyx.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost2001.o gost2001.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost89.o gost89.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost94_keyx.o gost94_keyx.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost_ameth.o gost_ameth.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost_asn1.o gost_asn1.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost_crypt.o gost_crypt.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost_ctl.o gost_ctl.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost_eng.o gost_eng.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gosthash.o gosthash.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost_keywrap.o gost_keywrap.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost_md.o gost_md.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost_params.o gost_params.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost_pmeth.o gost_pmeth.c
arm-linux-gnueabihf-gcc -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gost_sign.o gost_sign.c
if [ -n "" ]; then \
make -f ../../Makefile.shared -e \
LIBNAME=gost \
LIBEXTRAS='e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_params.o gost_pmeth.o gost_sign.o' \
LIBDEPS='-L../.. -lcrypto' \
link_o.linux-shared; \
else \
arm-linux-gnueabihf-ar  r ../../libcrypto.a e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_params.o gost_pmeth.o gost_sign.o; \
fi
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/engines/ccgost'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/engines'
making all in ssl...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/ssl'
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s2_meth.o s2_meth.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s2_srvr.o s2_srvr.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s2_clnt.o s2_clnt.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s2_lib.o s2_lib.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s2_enc.o s2_enc.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s2_pkt.o s2_pkt.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s3_meth.o s3_meth.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s3_srvr.o s3_srvr.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s3_clnt.o s3_clnt.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s3_lib.o s3_lib.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s3_enc.o s3_enc.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s3_pkt.o s3_pkt.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s3_both.o s3_both.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s3_cbc.o s3_cbc.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s23_meth.o s23_meth.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s23_srvr.o s23_srvr.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s23_clnt.o s23_clnt.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s23_lib.o s23_lib.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s23_pkt.o s23_pkt.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t1_meth.o t1_meth.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t1_srvr.o t1_srvr.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t1_clnt.o t1_clnt.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t1_lib.o t1_lib.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t1_enc.o t1_enc.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t1_ext.o t1_ext.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o d1_meth.o d1_meth.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o d1_srvr.o d1_srvr.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o d1_clnt.o d1_clnt.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o d1_lib.o d1_lib.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o d1_pkt.o d1_pkt.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o d1_both.o d1_both.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o d1_srtp.o d1_srtp.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_lib.o ssl_lib.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_err2.o ssl_err2.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_cert.o ssl_cert.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_sess.o ssl_sess.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_ciph.o ssl_ciph.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_stat.o ssl_stat.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_rsa.o ssl_rsa.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_asn1.o ssl_asn1.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_txt.o ssl_txt.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_algs.o ssl_algs.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_conf.o ssl_conf.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bio_ssl.o bio_ssl.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_err.o ssl_err.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o kssl.o kssl.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t1_reneg.o t1_reneg.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o tls_srp.o tls_srp.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o t1_trce.o t1_trce.c
arm-linux-gnueabihf-gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssl_utst.o ssl_utst.c
arm-linux-gnueabihf-ar  r ../libssl.a s2_meth.o  s2_srvr.o  s2_clnt.o  s2_lib.o  s2_enc.o s2_pkt.o s3_meth.o  s3_srvr.o  s3_clnt.o  s3_lib.o  s3_enc.o s3_pkt.o s3_both.o s3_cbc.o s23_meth.o s23_srvr.o s23_clnt.o s23_lib.o          s23_pkt.o t1_meth.o   t1_srvr.o t1_clnt.o  t1_lib.o  t1_enc.o t1_ext.o d1_meth.o   d1_srvr.o d1_clnt.o  d1_lib.o  d1_pkt.o d1_both.o d1_srtp.o ssl_lib.o ssl_err2.o ssl_cert.o ssl_sess.o ssl_ciph.o ssl_stat.o ssl_rsa.o ssl_asn1.o ssl_txt.o ssl_algs.o ssl_conf.o bio_ssl.o ssl_err.o kssl.o t1_reneg.o tls_srp.o t1_trce.o ssl_utst.o
arm-linux-gnueabihf-ar: creating ../libssl.a
arm-linux-gnueabihf-ranlib ../libssl.a || echo Never mind.
if [ -n "" ]; then \
(cd ..; make libssl.so.1.0.0); \
fi
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/ssl'
making all in apps...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/apps'
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o verify.o verify.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o asn1pars.o asn1pars.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o req.o req.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dgst.o dgst.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dh.o dh.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dhparam.o dhparam.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o enc.o enc.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o passwd.o passwd.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gendh.o gendh.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o errstr.o errstr.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ca.o ca.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pkcs7.o pkcs7.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o crl2p7.o crl2p7.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o crl.o crl.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa.o rsa.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsautl.o rsautl.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsa.o dsa.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsaparam.o dsaparam.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ec.o ec.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecparam.o ecparam.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o x509.o x509.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o genrsa.o genrsa.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o gendsa.o gendsa.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o genpkey.o genpkey.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s_server.o s_server.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s_client.o s_client.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o speed.o speed.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s_time.o s_time.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o apps.o apps.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s_cb.o s_cb.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o s_socket.o s_socket.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o app_rand.o app_rand.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o version.o version.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o sess_id.o sess_id.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ciphers.o ciphers.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o nseq.o nseq.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pkcs12.o pkcs12.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pkcs8.o pkcs8.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pkey.o pkey.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pkeyparam.o pkeyparam.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o pkeyutl.o pkeyutl.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o spkac.o spkac.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o smime.o smime.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o cms.o cms.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rand.o rand.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o engine.o engine.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ocsp.o ocsp.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o prime.o prime.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ts.o ts.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o srp.o srp.c
arm-linux-gnueabihf-gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o openssl.o openssl.c
rm -f openssl
shlib_target=; if [ -n "" ]; then \
shlib_target="linux-shared"; \
elif [ -n "" ]; then \
  FIPSLD_CC="arm-linux-gnueabihf-gcc"; CC=/usr/local/ssl/fips-2.0/bin/fipsld; export CC FIPSLD_CC; \
fi; \
LIBRARIES="-L.. -lssl  -L.. -lcrypto" ; \
make -f ../Makefile.shared -e \
APPNAME=openssl OBJECTS="openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o" \
LIBDEPS=" $LIBRARIES -ldl" \
link_app.${shlib_target}
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/apps'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl  -L.. -lcrypto -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=openssl} openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/apps'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/apps'
making all in test...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bntest.o bntest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=bntest} bntest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ectest.o ectest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ectest} ectest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecdsatest.o ecdsatest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ecdsatest} ecdsatest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ecdhtest.o ecdhtest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ecdhtest} ecdhtest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ideatest.o ideatest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ideatest} ideatest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o md2test.o md2test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=md2test} md2test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o md4test.o md4test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=md4test} md4test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o md5test.o md5test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=md5test} md5test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o hmactest.o hmactest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=hmactest} hmactest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o wp_test.o wp_test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=wp_test} wp_test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc2test.o rc2test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rc2test} rc2test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc4test.o rc4test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rc4test} rc4test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rc5test.o rc5test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rc5test} rc5test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o destest.o destest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=destest} destest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o shatest.o shatest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=shatest} shatest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o sha1test.o sha1test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=sha1test} sha1test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o sha256t.o sha256t.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=sha256t} sha256t.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o sha512t.o sha512t.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=sha512t} sha512t.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o mdc2test.o mdc2test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=mdc2test} mdc2test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rmdtest.o rmdtest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rmdtest} rmdtest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o randtest.o randtest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=randtest} randtest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dhtest.o dhtest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dhtest} dhtest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o enginetest.o enginetest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=enginetest} enginetest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o bftest.o bftest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=bftest} bftest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o casttest.o casttest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=casttest} casttest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o ssltest.o ssltest.c
In file included from /home/xub/WL1873_FTE/linux-devkit/sysroots/cortexa8hf-neon-linux-gnueabi/usr/include/assert.h:35:0,
                 from ssltest.c:146:
/home/xub/WL1873_FTE/linux-devkit/sysroots/cortexa8hf-neon-linux-gnueabi/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ssltest} ssltest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o exptest.o exptest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=exptest} exptest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dsatest.o dsatest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dsatest} dsatest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o rsa_test.o rsa_test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rsa_test} rsa_test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_test.o evp_test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=evp_test} evp_test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o evp_extra_test.o evp_extra_test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=evp_extra_test} evp_extra_test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o igetest.o igetest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=igetest} igetest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o jpaketest.o jpaketest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=jpaketest} jpaketest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o srptest.o srptest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=srptest} srptest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o asn1test.o asn1test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=asn1test} asn1test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o v3nametest.o v3nametest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=v3nametest} v3nametest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o heartbeat_test.o heartbeat_test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:-../libssl.a ../libcrypto.a  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=heartbeat_test} heartbeat_test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o constant_time_test.o constant_time_test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=constant_time_test} constant_time_test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o verify_extra_test.o verify_extra_test.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=verify_extra_test} verify_extra_test.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
arm-linux-gnueabihf-gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall   -c -o dummytest.o dummytest.c
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -ldl}"; LDCMD="${LDCMD:-arm-linux-gnueabihf-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dummytest} dummytest.o ${LIBDEPS} )
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
making all in tools...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/tools'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/tools'
******  *******
created directory `/home/xub/wl8-build/fs/usr/local'
created directory `/home/xub/wl8-build/fs/usr/local/ssl'
created directory `/home/xub/wl8-build/fs/usr/local/ssl/bin'
created directory `/home/xub/wl8-build/fs/usr/local/ssl/lib'
created directory `/home/xub/wl8-build/fs/usr/local/ssl/lib/engines'
created directory `/home/xub/wl8-build/fs/usr/local/ssl/lib/pkgconfig'
created directory `/home/xub/wl8-build/fs/usr/local/ssl/include'
created directory `/home/xub/wl8-build/fs/usr/local/ssl/include/openssl'
created directory `/home/xub/wl8-build/fs/usr/local/ssl/misc'
created directory `/home/xub/wl8-build/fs/usr/local/ssl/certs'
created directory `/home/xub/wl8-build/fs/usr/local/ssl/private'
making install in crypto...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto'
making install in crypto/objects...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/objects'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/objects'
making install in crypto/md4...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md4'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md4'
making install in crypto/md5...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md5'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/md5'
making install in crypto/sha...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/sha'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/sha'
making install in crypto/mdc2...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/mdc2'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/mdc2'
making install in crypto/hmac...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/hmac'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/hmac'
making install in crypto/ripemd...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ripemd'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ripemd'
making install in crypto/whrlpool...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/whrlpool'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/whrlpool'
making install in crypto/des...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/des'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/des'
making install in crypto/aes...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/aes'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/aes'
making install in crypto/rc2...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc2'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc2'
making install in crypto/rc4...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc4'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rc4'
making install in crypto/idea...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/idea'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/idea'
making install in crypto/bf...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bf'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bf'
making install in crypto/cast...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cast'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cast'
making install in crypto/camellia...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/camellia'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/camellia'
making install in crypto/seed...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/seed'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/seed'
making install in crypto/modes...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/modes'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/modes'
making install in crypto/bn...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bn'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bn'
making install in crypto/ec...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ec'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ec'
making install in crypto/rsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rsa'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rsa'
making install in crypto/dsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dsa'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dsa'
making install in crypto/ecdsa...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdsa'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdsa'
making install in crypto/dh...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dh'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dh'
making install in crypto/ecdh...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdh'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ecdh'
making install in crypto/dso...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dso'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/dso'
making install in crypto/engine...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/engine'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/engine'
making install in crypto/buffer...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/buffer'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/buffer'
making install in crypto/bio...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bio'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/bio'
making install in crypto/stack...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/stack'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/stack'
making install in crypto/lhash...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/lhash'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/lhash'
making install in crypto/rand...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rand'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/rand'
making install in crypto/err...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/err'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/err'
making install in crypto/evp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/evp'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/evp'
making install in crypto/asn1...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/asn1'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/asn1'
making install in crypto/pem...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pem'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pem'
making install in crypto/x509...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509'
making install in crypto/x509v3...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509v3'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/x509v3'
making install in crypto/conf...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/conf'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/conf'
making install in crypto/txt_db...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/txt_db'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/txt_db'
making install in crypto/pkcs7...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs7'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs7'
making install in crypto/pkcs12...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs12'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pkcs12'
making install in crypto/comp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/comp'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/comp'
making install in crypto/ocsp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ocsp'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ocsp'
making install in crypto/ui...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ui'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ui'
making install in crypto/krb5...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/krb5'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/krb5'
making install in crypto/cms...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cms'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cms'
making install in crypto/pqueue...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pqueue'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/pqueue'
making install in crypto/ts...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ts'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/ts'
making install in crypto/srp...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/srp'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/srp'
making install in crypto/cmac...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cmac'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto/cmac'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/crypto'
making install in ssl...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/ssl'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/ssl'
making install in engines...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/engines'
making install in engines/ccgost...
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/engines/ccgost'
[ -n "/usr/local/ssl" ] # should be set by top Makefile...
if [ -n "" ]; then \
set -e; \
echo installing gost; \
pfx=lib; \
if expr "linux-generic32" : "Cygwin" >/dev/null; then \
sfx=".so"; \
cp cyggost.dll /home/xub/wl8-build/fs/usr/local/ssl/lib/engines/${pfx}gost$sfx.new; \
else \
case "-I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall" in \
*DSO_BEOS*) sfx=".so";; \
*DSO_DLFCN*) sfx=`expr ".so.1.0.0" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \
*DSO_DL*) sfx=".sl";; \
*DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
*) sfx=".bad";; \
esac; \
cp ${pfx}gost$sfx /home/xub/wl8-build/fs/usr/local/ssl/lib/engines/${pfx}gost$sfx.new; \
fi; \
chmod 555 /home/xub/wl8-build/fs/usr/local/ssl/lib/engines/${pfx}gost$sfx.new; \
mv -f /home/xub/wl8-build/fs/usr/local/ssl/lib/engines/${pfx}gost$sfx.new /home/xub/wl8-build/fs/usr/local/ssl/lib/engines/${pfx}gost$sfx; \
fi
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/engines/ccgost'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/engines'
making install in apps...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/apps'
installing openssl
installing CA.sh
installing CA.pl
installing tsget
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/apps'
making install in test...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/test'
making install in tools...
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/openssl/tools'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/openssl/tools'
installing libcrypto.a
installing libssl.a
cp libcrypto.pc /home/xub/wl8-build/fs/usr/local/ssl/lib/pkgconfig
chmod 644 /home/xub/wl8-build/fs/usr/local/ssl/lib/pkgconfig/libcrypto.pc
cp libssl.pc /home/xub/wl8-build/fs/usr/local/ssl/lib/pkgconfig
chmod 644 /home/xub/wl8-build/fs/usr/local/ssl/lib/pkgconfig/libssl.pc
cp openssl.pc /home/xub/wl8-build/fs/usr/local/ssl/lib/pkgconfig
chmod 644 /home/xub/wl8-build/fs/usr/local/ssl/lib/pkgconfig/openssl.pc
******  *******
configure.ac:27: installing 'build-aux/compile'
configure.ac:15: installing 'build-aux/install-sh'
configure.ac:15: installing 'build-aux/missing'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:51: installing 'build-aux/ar-lib'
configure.ac:51: installing 'build-aux/compile'
configure.ac:73: installing 'build-aux/config.guess'
configure.ac:73: installing 'build-aux/config.sub'
configure.ac:49: installing 'build-aux/install-sh'
configure.ac:49: installing 'build-aux/missing'
lib/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:51: installing 'build-aux/compile'
configure.ac:49: installing 'build-aux/missing'
lib/Makefile.am: installing 'build-aux/depcomp'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for arm-gcc... arm-linux-gnueabihf-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-gnueabihf-gcc accepts -g... yes
checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
checking whether arm-linux-gnueabihf-gcc understands -c and -o together... yes
checking dependency style of arm-linux-gnueabihf-gcc... gcc3
checking for arm-ar... arm-linux-gnueabihf-ar
checking the archiver (arm-linux-gnueabihf-ar) interface... ar
checking for arm-gcc... (cached) arm-linux-gnueabihf-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether arm-linux-gnueabihf-gcc accepts -g... (cached) yes
checking for arm-linux-gnueabihf-gcc option to accept ISO C89... (cached) none needed
checking whether arm-linux-gnueabihf-gcc understands -c and -o together... (cached) yes
checking dependency style of arm-linux-gnueabihf-gcc... (cached) gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-none
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-gnueabihf-gcc... /home/xub/WL1873_FTE/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin/ld
checking if the linker (/home/xub/WL1873_FTE/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... no
checking for arm-dumpbin... no
checking for arm-link... no
checking for dumpbin... no
checking for link... link -dump
configure: WARNING: using cross tools not prefixed with host triplet
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to arm-unknown-none format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/xub/WL1873_FTE/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin/ld option to reload object files... -r
checking for arm-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... unknown
checking for arm-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-ar... (cached) arm-linux-gnueabihf-ar
checking for archiver @FILE support... @
checking for arm-strip... strip
checking for arm-ranlib... no
checking for ranlib... ranlib
checking command to parse nm output from arm-linux-gnueabihf-gcc object... ok
checking for sysroot... /home/xub/WL1873_FTE/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/../arm-linux-gnueabihf/libc
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
checking if arm-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-linux-gnueabihf-gcc static flag -static works... yes
checking if arm-linux-gnueabihf-gcc supports -c -o file.o... yes
checking if arm-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
checking whether the arm-linux-gnueabihf-gcc linker (/home/xub/WL1873_FTE/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for flex... flex
checking for bison... bison -y
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for arm-pkg-config... no
checking for pkg-config... /home/xub/WL1873_FTE/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CHECK... no
configure: WARNING: *** Disabling building of unit tests
checking for pow in -lm... yes
checking for pthread_mutex_lock in -lpthread... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libnl.sym
config.status: creating libnl-3.0.pc
config.status: creating libnl-route-3.0.pc
config.status: creating libnl-genl-3.0.pc
config.status: creating libnl-nf-3.0.pc
config.status: creating libnl-cli-3.0.pc
config.status: creating lib/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating tests/Makefile
config.status: creating man/Makefile
config.status: creating python/Makefile
config.status: creating python/setup.py
config.status: creating python/doc/Makefile
config.status: creating python/examples/Makefile
config.status: creating python/netlink/Makefile
config.status: creating python/netlink/genl/Makefile
config.status: creating python/netlink/route/Makefile
config.status: creating python/tests/Makefile
config.status: creating include/netlink/version.h
config.status: creating lib/defs.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in doc (/home/xub/wl8-build/build-utilites/src/libnl/doc)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/xub/wl8-build/fs'  '--host=arm' 'CC=arm-linux-gnueabihf-gcc' 'AR=arm-linux-gnueabihf-ar' 'host_alias=arm' 'PKG_CONFIG_PATH=/home/xub/wl8-build/fs/lib/pkgconfig' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for arm-gcc... arm-linux-gnueabihf-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-gnueabihf-gcc accepts -g... yes
checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
checking whether arm-linux-gnueabihf-gcc understands -c and -o together... yes
checking dependency style of arm-linux-gnueabihf-gcc... none
checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for python build information... 
checking for python3.3... no
checking for python3.2... no
checking for python3.1... no
checking for python3.0... no
checking for python2.7... python2.7
checking for main in -lpython2.7... yes
checking python2.7/Python.h usability... yes
checking python2.7/Python.h presence... yes
checking for python2.7/Python.h... yes
./configure: line 4358: test: too many arguments
checking for python2.6... (cached) python2.7
checking for main in -lpython2.7... (cached) yes
checking for python2.7/Python.h... (cached) yes
./configure: line 4358: test: too many arguments
checking for python2.5... (cached) python2.7
checking for main in -lpython2.7... (cached) yes
checking for python2.7/Python.h... (cached) yes
./configure: line 4358: test: too many arguments
checking for python2.4... (cached) python2.7
checking for main in -lpython2.7... (cached) yes
checking for python2.7/Python.h... (cached) yes
./configure: line 4358: test: too many arguments
checking for python2.3... (cached) python2.7
checking for main in -lpython2.7... (cached) yes
checking for python2.7/Python.h... (cached) yes
./configure: line 4358: test: too many arguments
checking for python2.2... (cached) python2.7
checking for main in -lpython2.7... (cached) yes
checking for python2.7/Python.h... (cached) yes
./configure: line 4358: test: too many arguments
checking for python2.1... (cached) python2.7
checking for main in -lpython2.7... (cached) yes
checking for python2.7/Python.h... (cached) yes
./configure: line 4358: test: too many arguments
checking for python... (cached) python2.7
checking for main in -lpython2.7... (cached) yes
checking for python2.7/Python.h... (cached) yes
./configure: line 4358: test: too many arguments
./configure: line 4367: test: too many arguments
  results of the Python check:
    Binary:      python2.7
    Library:     python2.7
    Include Dir: /home/xub/.local/share/Trash/expunged/1106491456/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/1310150676/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/1924407060/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/1980837380/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/2217963503/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/2269255862/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/2496740217/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/2496894905/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/2510772417/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/2726953421/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/2781589188/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/2939402999/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/3031522830/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/325432826/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/3584785906/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/4031242942/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/4205653158/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/54176371/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/567990110/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/577731165/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/.local/share/Trash/expunged/857982241/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/Circuito_TI/linux-devkit/sysroots/cortexa8hf-neon-linux-gnueabi/usr/include/python2.7
/home/xub/Circuito_TI/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/home/xub/E14_Mainline/linux-devkit/sysroots/cortexa8hf-neon-linux-gnueabi/usr/include/python2.7
/home/xub/E14_Mainline/sdk3-wilink-filesystem-e14/usr/include/python2.7
/home/xub/WL1873_FTE/linux-devkit/sysroots/cortexa8hf-neon-linux-gnueabi/usr/include/python2.7
/home/xub/WL1873_FTE_Clean/Enable_Ti_ST_Clean/WL1873_FTE/linux-devkit/sysroots/cortexa8hf-neon-linux-gnueabi/usr/include/python2.7
/home/xub/WL1873_FTE_Clean/WL1873_FTE/linux-devkit/sysroots/cortexa8hf-neon-linux-gnueabi/usr/include/python2.7
/home/xub/WL1873_FTE_EnableHigh/linux-devkit/sysroots/cortexa8hf-neon-linux-gnueabi/usr/include/python2.7
/home/xub/WL1873_FTE_EnableHigh/sdk3-wilink-filesystem-circuitco/usr/include/python2.7
/opt/ti-processor-sdk-linux-am335x-evm-03.00.00.04/linux-devkit/sysroots/cortexa8hf-neon-linux-gnueabi/usr/include/python2.7
./configure: line 4383: test: too many arguments
checking for a sed that does not truncate output... /bin/sed
checking for egrep... (cached) /bin/grep -E
checking for doxygen... no
checking for dot... no
configure: WARNING: *** graphviz not found, disabling building of API reference
checking for asciidoc... no
configure: WARNING: *** asciidoc not found, disabling building of guides
checking for source-highlight... no
configure: WARNING: *** source-highlight not found, disabling building of guides
checking for mscgen... no
configure: WARNING: *** mscgen not found, get it at www.mcternan.me.uk/.../
configure: WARNING: *** Disabling building of guides
checking for pygmentize... no
configure: WARNING: *** Disabling building of guides
configure: WARNING: *** Disabling API linking due to missing doxygen package
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating Makefile
config.status: executing depfiles commands
-------------------------------------------------------------------------------
                                  NOTE
 There have been some changes starting with 3.2 regarding where and how libnl
 is being installed on the system in order to allow multiple libnl versions
 to be installed in parallel:
    - Headers will be installed in ${prefix}/include/libnl3, therefore
      you will need to add "-I/usr/include/libnl3" to CFLAGS
    - The library basename was renamed to libnl-3, i.e. the SO names become
      libnl-3.so., libnl-route-3.so, etc.
    - libtool versioning was assumed, to ease detection of compatible library
      versions.
 If you are using pkg-config for detecting and linking against the library 
 things will continue magically as if nothing every happened. If you are 
 linking manually you need to adapt your Makefiles or switch to using 
 pkg-config files.
-------------------------------------------------------------------------------
Making clean in include
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/include'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/include'
Making clean in lib
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
test -z "route/pktloc_grammar.c route/pktloc_grammar.h route/pktloc_syntax.c route/pktloc_syntax.h route/cls/ematch_grammar.c route/cls/ematch_grammar.h route/cls/ematch_syntax.c route/cls/ematch_syntax.h" || rm -f route/pktloc_grammar.c route/pktloc_grammar.h route/pktloc_syntax.c route/pktloc_syntax.h route/cls/ematch_grammar.c route/cls/ematch_grammar.h route/cls/ematch_syntax.c route/cls/ematch_syntax.h
test -z "libnl-3.la libnl-genl-3.la libnl-route-3.la libnl-nf-3.la libnl-idiag-3.la" || rm -f libnl-3.la libnl-genl-3.la libnl-route-3.la libnl-nf-3.la libnl-idiag-3.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf cli/cls/.libs cli/cls/_libs
rm -rf cli/qdisc/.libs cli/qdisc/_libs
rm -rf fib_lookup/.libs fib_lookup/_libs
rm -rf genl/.libs genl/_libs
rm -rf idiag/.libs idiag/_libs
rm -rf netfilter/.libs netfilter/_libs
rm -rf route/.libs route/_libs
rm -rf route/act/.libs route/act/_libs
rm -rf route/cls/.libs route/cls/_libs
rm -rf route/cls/ematch/.libs route/cls/ematch/_libs
rm -rf route/link/.libs route/link/_libs
rm -rf route/qdisc/.libs route/qdisc/_libs
test -z "cli/qdisc/htb.la cli/qdisc/blackhole.la cli/qdisc/pfifo.la cli/qdisc/plug.la cli/qdisc/bfifo.la cli/qdisc/ingress.la cli/qdisc/fq_codel.la cli/cls/basic.la cli/cls/cgroup.la" || rm -f cli/qdisc/htb.la cli/qdisc/blackhole.la cli/qdisc/pfifo.la cli/qdisc/plug.la cli/qdisc/bfifo.la cli/qdisc/ingress.la cli/qdisc/fq_codel.la cli/cls/basic.la cli/cls/cgroup.la
rm -f cli/cls/so_locations cli/qdisc/so_locations
rm -f *.o
rm -f cli/cls/*.o
rm -f cli/cls/*.lo
rm -f cli/qdisc/*.o
rm -f cli/qdisc/*.lo
rm -f fib_lookup/*.o
rm -f fib_lookup/*.lo
rm -f genl/*.o
rm -f genl/*.lo
rm -f idiag/*.o
rm -f idiag/*.lo
rm -f netfilter/*.o
rm -f netfilter/*.lo
rm -f route/*.o
rm -f route/*.lo
rm -f route/act/*.o
rm -f route/act/*.lo
rm -f route/cls/*.o
rm -f route/cls/*.lo
rm -f route/cls/ematch/*.o
rm -f route/cls/ematch/*.lo
rm -f route/link/*.o
rm -f route/link/*.lo
rm -f route/qdisc/*.o
rm -f route/qdisc/*.lo
rm -f *.lo
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
Making clean in man
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/man'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/man'
Making clean in python
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
Making clean in doc
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/doc'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/doc'
Making clean in examples
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/examples'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/examples'
Making clean in netlink
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
Making clean in route
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/route'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/route'
Making clean in genl
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/genl'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/genl'
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
Making clean in tests
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/tests'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/tests'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
Making clean in tests
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/tests'
rm -rf .libs _libs
rm -f *.o
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/xub/wl8-build/build-utilites/src/libnl/tests'
Making clean in src
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
Making clean in lib
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src/lib'
test -z "libnl-cli-3.la" || rm -f libnl-cli-3.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src/lib'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
rm -rf .libs _libs
 rm -f nf-ct-list nf-ct-add nf-log nf-queue nf-monitor nf-exp-list nf-exp-add nf-exp-delete nl-addr-add nl-addr-delete nl-addr-list nl-link-set nl-link-stats nl-link-ifindex2name nl-link-name2ifindex nl-neigh-add nl-neigh-delete nl-neigh-list nl-rule-list nl-neightbl-list nl-monitor nl-tctree-list nl-route-add nl-route-delete nl-route-get nl-route-list nl-fib-lookup nl-list-caches nl-list-sockets nl-util-addr nl-link-enslave nl-link-release idiag-socket-details
 rm -f genl-ctrl-list nl-qdisc-add nl-qdisc-list nl-qdisc-delete nl-class-add nl-class-list nl-class-delete nl-cls-add nl-cls-list nl-cls-delete nl-classid-lookup nl-pktloc-lookup nl-link-list
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl'
******  *******
Making all in include
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/include'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/include'
Making all in lib
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
  GEN      route/cls/ematch_grammar.c
  GEN      route/cls/ematch_syntax.c
  GEN      route/pktloc_grammar.c
  GEN      route/pktloc_syntax.c
make  all-am
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
  CC       addr.lo
  CC       attr.lo
  CC       cache.lo
  CC       cache_mngr.lo
  CC       cache_mngt.lo
  CC       data.lo
  CC       error.lo
  CC       handlers.lo
  CC       msg.lo
  CC       nl.lo
  CC       object.lo
  CC       socket.lo
  CC       utils.lo
  CC       version.lo
  CC       hash.lo
  CC       hashtable.lo
  CCLD     libnl-3.la
  CC       genl/ctrl.lo
  CC       genl/family.lo
  CC       genl/genl.lo
  CC       genl/mngt.lo
  CCLD     libnl-genl-3.la
  CC       route/addr.lo
  CC       route/class.lo
  CC       route/cls.lo
  CC       route/act.lo
  CC       route/link.lo
  CC       route/neigh.lo
  CC       route/neightbl.lo
  CC       route/nexthop.lo
  CC       route/qdisc.lo
  CC       route/route.lo
  CC       route/route_obj.lo
  CC       route/route_utils.lo
  CC       route/rtnl.lo
  CC       route/rule.lo
  CC       route/tc.lo
  CC       route/classid.lo
  CC       route/cls/fw.lo
  CC       route/cls/police.lo
  CC       route/cls/u32.lo
  CC       route/cls/basic.lo
  CC       route/cls/cgroup.lo
  CC       route/act/mirred.lo
  CC       route/cls/ematch.lo
  CC       route/cls/ematch/container.lo
  CC       route/cls/ematch/cmp.lo
  CC       route/cls/ematch/nbyte.lo
  CC       route/cls/ematch/text.lo
  CC       route/cls/ematch/meta.lo
  CC       route/link/api.lo
  CC       route/link/vlan.lo
  CC       route/link/dummy.lo
  CC       route/link/bridge.lo
  CC       route/link/inet6.lo
  CC       route/link/inet.lo
  CC       route/link/bonding.lo
  CC       route/link/can.lo
  CC       route/link/macvlan.lo
  CC       route/link/vxlan.lo
  CC       route/link/veth.lo
  CC       route/link/ipip.lo
  CC       route/link/ipgre.lo
  CC       route/link/sit.lo
  CC       route/link/ipvti.lo
  CC       route/link/ip6tnl.lo
  CC       route/qdisc/blackhole.lo
  CC       route/qdisc/cbq.lo
  CC       route/qdisc/dsmark.lo
  CC       route/qdisc/fifo.lo
  CC       route/qdisc/htb.lo
  CC       route/qdisc/netem.lo
  CC       route/qdisc/prio.lo
  CC       route/qdisc/red.lo
  CC       route/qdisc/sfq.lo
  CC       route/qdisc/tbf.lo
  CC       route/qdisc/plug.lo
  CC       route/qdisc/ingress.lo
  CC       route/qdisc/fq_codel.lo
  CC       fib_lookup/lookup.lo
  CC       fib_lookup/request.lo
  CC       route/pktloc.lo
  CC       route/pktloc_syntax.lo
  CC       route/pktloc_grammar.lo
  CC       route/cls/ematch_syntax.lo
  CC       route/cls/ematch_grammar.lo
  CCLD     libnl-route-3.la
  CC       netfilter/ct.lo
netfilter/ct.c:47:17: warning: 'htonll' defined but not used [-Wunused-function]
 static uint64_t htonll(uint64_t x)
                 ^
  CC       netfilter/ct_obj.lo
  CC       netfilter/log.lo
  CC       netfilter/log_msg.lo
  CC       netfilter/log_msg_obj.lo
  CC       netfilter/log_obj.lo
  CC       netfilter/netfilter.lo
  CC       netfilter/nfnl.lo
  CC       netfilter/queue.lo
  CC       netfilter/queue_msg.lo
  CC       netfilter/queue_msg_obj.lo
  CC       netfilter/queue_obj.lo
  CC       netfilter/exp.lo
  CC       netfilter/exp_obj.lo
  CCLD     libnl-nf-3.la
  CC       idiag/idiag_meminfo_obj.lo
  CC       idiag/idiag_vegasinfo_obj.lo
  CC       idiag/idiag_msg_obj.lo
  CC       idiag/idiag_req_obj.lo
  CC       idiag/idiag.lo
  CCLD     libnl-idiag-3.la
  CC       cli/qdisc/htb.lo
  CCLD     cli/qdisc/htb.la
  CC       cli/qdisc/blackhole.lo
  CCLD     cli/qdisc/blackhole.la
  CC       cli/qdisc/pfifo.lo
  CCLD     cli/qdisc/pfifo.la
  CC       cli/qdisc/plug.lo
  CCLD     cli/qdisc/plug.la
  CC       cli/qdisc/bfifo.lo
  CCLD     cli/qdisc/bfifo.la
  CC       cli/qdisc/ingress.lo
  CCLD     cli/qdisc/ingress.la
  CC       cli/qdisc/fq_codel.lo
  CCLD     cli/qdisc/fq_codel.la
  CC       cli/cls/basic.lo
  CCLD     cli/cls/basic.la
  CC       cli/cls/cgroup.lo
  CCLD     cli/cls/cgroup.la
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
Making all in man
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/man'
Making all in python
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
Making all in doc
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/doc'
Making all in examples
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/examples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/examples'
Making all in netlink
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
Making all in route
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/route'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/route'
Making all in genl
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/genl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/genl'
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
Making all in tests
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/tests'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
Making all in tests
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/tests'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/tests'
Making all in src
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
Making all in lib
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src/lib'
  CC       utils.lo
  CC       addr.lo
  CC       ct.lo
  CC       link.lo
  CC       neigh.lo
  CC       rule.lo
  CC       route.lo
  CC       tc.lo
  CC       qdisc.lo
  CC       class.lo
  CC       cls.lo
  CC       exp.lo
  CCLD     libnl-cli-3.la
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src/lib'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
  CC       nf-ct-list.o
  CCLD     nf-ct-list
  CC       nf-ct-add.o
  CCLD     nf-ct-add
  CC       nf-log.o
nf-log.c: In function 'main':
nf-log.c:55:26: warning: variable 'link_cache' set but not used [-Wunused-but-set-variable]
         struct nl_cache *link_cache;
                          ^
  CCLD     nf-log
  CC       nf-queue.o
nf-queue.c: In function 'main':
nf-queue.c:63:19: warning: variable 'link_cache' set but not used [-Wunused-but-set-variable]
  struct nl_cache *link_cache;
                   ^
  CCLD     nf-queue
  CC       nf-monitor.o
  CCLD     nf-monitor
  CC       nf-exp-list.o
  CCLD     nf-exp-list
  CC       nf-exp-add.o
  CCLD     nf-exp-add
  CC       nf-exp-delete.o
  CCLD     nf-exp-delete
  CC       nl-addr-add.o
  CCLD     nl-addr-add
  CC       nl-addr-delete.o
  CCLD     nl-addr-delete
  CC       nl-addr-list.o
  CCLD     nl-addr-list
  CC       nl-link-set.o
  CCLD     nl-link-set
  CC       nl-link-stats.o
  CCLD     nl-link-stats
  CC       nl-link-ifindex2name.o
  CCLD     nl-link-ifindex2name
  CC       nl-link-name2ifindex.o
  CCLD     nl-link-name2ifindex
  CC       nl-neigh-add.o
  CCLD     nl-neigh-add
  CC       nl-neigh-delete.o
  CCLD     nl-neigh-delete
  CC       nl-neigh-list.o
  CCLD     nl-neigh-list
  CC       nl-rule-list.o
nl-rule-list.c: In function 'main':
nl-rule-list.c:37:19: warning: variable 'link_cache' set but not used [-Wunused-but-set-variable]
  struct nl_cache *link_cache, *rule_cache;
                   ^
  CCLD     nl-rule-list
  CC       nl-neightbl-list.o
nl-neightbl-list.c: In function 'main':
nl-neightbl-list.c:31:19: warning: variable 'link_cache' set but not used [-Wunused-but-set-variable]
  struct nl_cache *link_cache, *neightbl_cache;
                   ^
  CCLD     nl-neightbl-list
  CC       nl-monitor.o
nl-monitor.c: In function 'main':
nl-monitor.c:38:19: warning: variable 'link_cache' set but not used [-Wunused-but-set-variable]
  struct nl_cache *link_cache;
                   ^
  CCLD     nl-monitor
  CC       nl-tctree-list.o
  CCLD     nl-tctree-list
  CC       nl-route-add.o
  CCLD     nl-route-add
  CC       nl-route-delete.o
  CCLD     nl-route-delete
  CC       nl-route-get.o
nl-route-get.c: In function 'main':
nl-route-get.c:46:32: warning: variable 'route_cache' set but not used [-Wunused-but-set-variable]
  struct nl_cache *link_cache, *route_cache;
                                ^
nl-route-get.c:46:19: warning: variable 'link_cache' set but not used [-Wunused-but-set-variable]
  struct nl_cache *link_cache, *route_cache;
                   ^
  CCLD     nl-route-get
  CC       nl-route-list.o
  CCLD     nl-route-list
  CC       nl-fib-lookup.o
  CCLD     nl-fib-lookup
  CC       nl-list-caches.o
  CCLD     nl-list-caches
  CC       nl-list-sockets.o
  CCLD     nl-list-sockets
  CC       nl-util-addr.o
  CCLD     nl-util-addr
  CC       nl-link-enslave.o
  CCLD     nl-link-enslave
  CC       nl-link-release.o
  CCLD     nl-link-release
  CC       idiag-socket-details.o
  CCLD     idiag-socket-details
  CC       genl-ctrl-list.o
  CCLD     genl-ctrl-list
  CC       nl-qdisc-add.o
  CCLD     nl-qdisc-add
  CC       nl-qdisc-list.o
  CCLD     nl-qdisc-list
  CC       nl-qdisc-delete.o
  CCLD     nl-qdisc-delete
  CC       nl-class-add.o
  CCLD     nl-class-add
  CC       nl-class-list.o
  CCLD     nl-class-list
  CC       nl-class-delete.o
  CCLD     nl-class-delete
  CC       nl-cls-add.o
  CCLD     nl-cls-add
  CC       nl-cls-list.o
  CCLD     nl-cls-list
  CC       nl-cls-delete.o
  CCLD     nl-cls-delete
  CC       nl-classid-lookup.o
  CCLD     nl-classid-lookup
  CC       nl-pktloc-lookup.o
  CCLD     nl-pktloc-lookup
  CC       nl-link-list.o
  CCLD     nl-link-list
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl'
******  *******
Making install in include
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/include'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/include'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/route/qdisc'
 /usr/bin/install -c -m 644  netlink/route/qdisc/cbq.h netlink/route/qdisc/dsmark.h netlink/route/qdisc/fifo.h netlink/route/qdisc/htb.h netlink/route/qdisc/netem.h netlink/route/qdisc/prio.h netlink/route/qdisc/red.h netlink/route/qdisc/sfq.h netlink/route/qdisc/tbf.h netlink/route/qdisc/plug.h netlink/route/qdisc/fq_codel.h '/home/xub/wl8-build/fs/include/libnl3/netlink/route/qdisc'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/route/cls'
 /usr/bin/install -c -m 644  netlink/route/cls/basic.h netlink/route/cls/cgroup.h netlink/route/cls/ematch.h netlink/route/cls/fw.h netlink/route/cls/police.h netlink/route/cls/u32.h '/home/xub/wl8-build/fs/include/libnl3/netlink/route/cls'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/route/cls/ematch'
 /usr/bin/install -c -m 644  netlink/route/cls/ematch/cmp.h netlink/route/cls/ematch/meta.h netlink/route/cls/ematch/nbyte.h netlink/route/cls/ematch/text.h '/home/xub/wl8-build/fs/include/libnl3/netlink/route/cls/ematch'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/route'
 /usr/bin/install -c -m 644  netlink/route/action.h netlink/route/addr.h netlink/route/class.h netlink/route/classifier.h netlink/route/link.h netlink/route/neighbour.h netlink/route/neightbl.h netlink/route/nexthop.h netlink/route/pktloc.h netlink/route/qdisc.h netlink/route/route.h netlink/route/rtnl.h netlink/route/rule.h netlink/route/tc.h netlink/route/tc-api.h '/home/xub/wl8-build/fs/include/libnl3/netlink/route'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/netfilter'
 /usr/bin/install -c -m 644  netlink/netfilter/ct.h netlink/netfilter/exp.h netlink/netfilter/log.h netlink/netfilter/log_msg.h netlink/netfilter/netfilter.h netlink/netfilter/nfnl.h netlink/netfilter/queue.h netlink/netfilter/queue_msg.h '/home/xub/wl8-build/fs/include/libnl3/netlink/netfilter'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/route/act'
 /usr/bin/install -c -m 644  netlink/route/act/mirred.h '/home/xub/wl8-build/fs/include/libnl3/netlink/route/act'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/idiag'
 /usr/bin/install -c -m 644  netlink/idiag/idiagnl.h netlink/idiag/meminfo.h netlink/idiag/msg.h netlink/idiag/req.h netlink/idiag/vegasinfo.h '/home/xub/wl8-build/fs/include/libnl3/netlink/idiag'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/cli'
 /usr/bin/install -c -m 644  netlink/cli/addr.h netlink/cli/class.h netlink/cli/cls.h netlink/cli/ct.h netlink/cli/exp.h netlink/cli/link.h netlink/cli/neigh.h netlink/cli/qdisc.h netlink/cli/route.h netlink/cli/rule.h netlink/cli/tc.h netlink/cli/utils.h '/home/xub/wl8-build/fs/include/libnl3/netlink/cli'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink'
 /usr/bin/install -c -m 644  netlink/addr.h netlink/attr.h netlink/cache.h netlink/data.h netlink/errno.h netlink/handlers.h netlink/hash.h netlink/hashtable.h netlink/list.h netlink/msg.h netlink/netlink-compat.h netlink/netlink-kernel.h netlink/netlink.h netlink/object.h netlink/socket.h netlink/types.h netlink/utils.h netlink/version.h netlink/cache-api.h netlink/object-api.h '/home/xub/wl8-build/fs/include/libnl3/netlink'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/genl'
 /usr/bin/install -c -m 644  netlink/genl/ctrl.h netlink/genl/family.h netlink/genl/genl.h netlink/genl/mngt.h '/home/xub/wl8-build/fs/include/libnl3/netlink/genl'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/route/link'
 /usr/bin/install -c -m 644  netlink/route/link/api.h netlink/route/link/bonding.h netlink/route/link/bridge.h netlink/route/link/can.h netlink/route/link/inet.h netlink/route/link/info-api.h netlink/route/link/macvlan.h netlink/route/link/vlan.h netlink/route/link/vxlan.h netlink/route/link/veth.h netlink/route/link/ip6tnl.h netlink/route/link/ipgre.h netlink/route/link/ipip.h netlink/route/link/ipvti.h netlink/route/link/sit.h '/home/xub/wl8-build/fs/include/libnl3/netlink/route/link'
 /bin/mkdir -p '/home/xub/wl8-build/fs/include/libnl3/netlink/fib_lookup'
 /usr/bin/install -c -m 644  netlink/fib_lookup/lookup.h netlink/fib_lookup/request.h '/home/xub/wl8-build/fs/include/libnl3/netlink/fib_lookup'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/include'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/include'
Making install in lib
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
make  install-am
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
 /bin/mkdir -p '/home/xub/wl8-build/fs/lib'
 ../arm-libtool   --mode=install /usr/bin/install -c   libnl-3.la libnl-genl-3.la libnl-route-3.la libnl-nf-3.la libnl-idiag-3.la '/home/xub/wl8-build/fs/lib'
arm-libtool: install: /usr/bin/install -c .libs/libnl-3.lai /home/xub/wl8-build/fs/lib/libnl-3.la
arm-libtool: install: /usr/bin/install -c .libs/libnl-genl-3.lai /home/xub/wl8-build/fs/lib/libnl-genl-3.la
arm-libtool: install: /usr/bin/install -c .libs/libnl-route-3.lai /home/xub/wl8-build/fs/lib/libnl-route-3.la
arm-libtool: install: /usr/bin/install -c .libs/libnl-nf-3.lai /home/xub/wl8-build/fs/lib/libnl-nf-3.la
arm-libtool: install: /usr/bin/install -c .libs/libnl-idiag-3.lai /home/xub/wl8-build/fs/lib/libnl-idiag-3.la
arm-libtool: install: /usr/bin/install -c .libs/libnl-3.a /home/xub/wl8-build/fs/lib/libnl-3.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl-3.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl-3.a
arm-libtool: install: /usr/bin/install -c .libs/libnl-genl-3.a /home/xub/wl8-build/fs/lib/libnl-genl-3.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl-genl-3.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl-genl-3.a
arm-libtool: install: /usr/bin/install -c .libs/libnl-route-3.a /home/xub/wl8-build/fs/lib/libnl-route-3.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl-route-3.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl-route-3.a
arm-libtool: install: /usr/bin/install -c .libs/libnl-nf-3.a /home/xub/wl8-build/fs/lib/libnl-nf-3.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl-nf-3.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl-nf-3.a
arm-libtool: install: /usr/bin/install -c .libs/libnl-idiag-3.a /home/xub/wl8-build/fs/lib/libnl-idiag-3.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl-idiag-3.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl-idiag-3.a
 /bin/mkdir -p '/home/xub/wl8-build/fs/lib/libnl'
 /bin/mkdir -p '/home/xub/wl8-build/fs/lib/libnl/cli/qdisc'
 ../arm-libtool   --mode=install /usr/bin/install -c  cli/qdisc/htb.la cli/qdisc/blackhole.la cli/qdisc/pfifo.la cli/qdisc/plug.la cli/qdisc/bfifo.la cli/qdisc/ingress.la cli/qdisc/fq_codel.la '/home/xub/wl8-build/fs/lib/libnl/cli/qdisc'
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/htb.lai /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/htb.la
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/blackhole.lai /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/blackhole.la
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/pfifo.lai /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/pfifo.la
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/plug.lai /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/plug.la
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/bfifo.lai /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/bfifo.la
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/ingress.lai /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/ingress.la
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/fq_codel.lai /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/fq_codel.la
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/libhtb.a /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libhtb.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libhtb.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libhtb.a
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/libblackhole.a /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libblackhole.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libblackhole.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libblackhole.a
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/libpfifo.a /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libpfifo.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libpfifo.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libpfifo.a
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/libplug.a /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libplug.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libplug.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libplug.a
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/libbfifo.a /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libbfifo.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libbfifo.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libbfifo.a
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/libingress.a /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libingress.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libingress.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libingress.a
arm-libtool: install: /usr/bin/install -c cli/qdisc/.libs/libfq_codel.a /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libfq_codel.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libfq_codel.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl/cli/qdisc/libfq_codel.a
 /bin/mkdir -p '/home/xub/wl8-build/fs/lib/libnl/cli/cls'
 ../arm-libtool   --mode=install /usr/bin/install -c  cli/cls/basic.la cli/cls/cgroup.la '/home/xub/wl8-build/fs/lib/libnl/cli/cls'
arm-libtool: install: /usr/bin/install -c cli/cls/.libs/basic.lai /home/xub/wl8-build/fs/lib/libnl/cli/cls/basic.la
arm-libtool: install: /usr/bin/install -c cli/cls/.libs/cgroup.lai /home/xub/wl8-build/fs/lib/libnl/cli/cls/cgroup.la
arm-libtool: install: /usr/bin/install -c cli/cls/.libs/libbasic.a /home/xub/wl8-build/fs/lib/libnl/cli/cls/libbasic.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl/cli/cls/libbasic.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl/cli/cls/libbasic.a
arm-libtool: install: /usr/bin/install -c cli/cls/.libs/libcgroup.a /home/xub/wl8-build/fs/lib/libnl/cli/cls/libcgroup.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl/cli/cls/libcgroup.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl/cli/cls/libcgroup.a
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/lib'
Making install in man
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/man'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/xub/wl8-build/fs/share/man/man8'
 /usr/bin/install -c -m 644 nl-classid-lookup.8 nl-pktloc-lookup.8 nl-qdisc-add.8 nl-qdisc-delete.8 nl-qdisc-list.8 genl-ctrl-list.8 '/home/xub/wl8-build/fs/share/man/man8'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/man'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/man'
Making install in python
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
Making install in doc
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/doc'
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/doc'
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/xub/wl8-build/build-utilites/src/libnl/python/doc'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/doc'
Making install in examples
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/examples'
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/examples'
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/xub/wl8-build/build-utilites/src/libnl/python/examples'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/examples'
Making install in netlink
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
Making install in route
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/route'
make[4]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/route'
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/xub/wl8-build/build-utilites/src/libnl/python/netlink/route'
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/route'
Making install in genl
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/genl'
make[4]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/genl'
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/xub/wl8-build/build-utilites/src/libnl/python/netlink/genl'
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink/genl'
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
make[4]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
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/xub/wl8-build/build-utilites/src/libnl/python/netlink'
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/netlink'
Making install in tests
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/tests'
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python/tests'
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/xub/wl8-build/build-utilites/src/libnl/python/tests'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python/tests'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
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/xub/wl8-build/build-utilites/src/libnl/python'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/python'
Making install in tests
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/tests'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/tests'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/tests'
Making install in src
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
Making install in lib
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src/lib'
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src/lib'
 /bin/mkdir -p '/home/xub/wl8-build/fs/lib'
 ../../arm-libtool   --mode=install /usr/bin/install -c   libnl-cli-3.la '/home/xub/wl8-build/fs/lib'
arm-libtool: install: /usr/bin/install -c .libs/libnl-cli-3.lai /home/xub/wl8-build/fs/lib/libnl-cli-3.la
arm-libtool: install: /usr/bin/install -c .libs/libnl-cli-3.a /home/xub/wl8-build/fs/lib/libnl-cli-3.a
arm-libtool: install: chmod 644 /home/xub/wl8-build/fs/lib/libnl-cli-3.a
arm-libtool: install: ranlib /home/xub/wl8-build/fs/lib/libnl-cli-3.a
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src/lib'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src/lib'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
make[3]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
 /bin/mkdir -p '/home/xub/wl8-build/fs/sbin'
  ../arm-libtool   --mode=install /usr/bin/install -c genl-ctrl-list nl-qdisc-add nl-qdisc-list nl-qdisc-delete nl-class-add nl-class-list nl-class-delete nl-cls-add nl-cls-list nl-cls-delete nl-classid-lookup nl-pktloc-lookup nl-link-list '/home/xub/wl8-build/fs/sbin'
arm-libtool: install: /usr/bin/install -c genl-ctrl-list /home/xub/wl8-build/fs/sbin/genl-ctrl-list
arm-libtool: install: /usr/bin/install -c nl-qdisc-add /home/xub/wl8-build/fs/sbin/nl-qdisc-add
arm-libtool: install: /usr/bin/install -c nl-qdisc-list /home/xub/wl8-build/fs/sbin/nl-qdisc-list
arm-libtool: install: /usr/bin/install -c nl-qdisc-delete /home/xub/wl8-build/fs/sbin/nl-qdisc-delete
arm-libtool: install: /usr/bin/install -c nl-class-add /home/xub/wl8-build/fs/sbin/nl-class-add
arm-libtool: install: /usr/bin/install -c nl-class-list /home/xub/wl8-build/fs/sbin/nl-class-list
arm-libtool: install: /usr/bin/install -c nl-class-delete /home/xub/wl8-build/fs/sbin/nl-class-delete
arm-libtool: install: /usr/bin/install -c nl-cls-add /home/xub/wl8-build/fs/sbin/nl-cls-add
arm-libtool: install: /usr/bin/install -c nl-cls-list /home/xub/wl8-build/fs/sbin/nl-cls-list
arm-libtool: install: /usr/bin/install -c nl-cls-delete /home/xub/wl8-build/fs/sbin/nl-cls-delete
arm-libtool: install: /usr/bin/install -c nl-classid-lookup /home/xub/wl8-build/fs/sbin/nl-classid-lookup
arm-libtool: install: /usr/bin/install -c nl-pktloc-lookup /home/xub/wl8-build/fs/sbin/nl-pktloc-lookup
arm-libtool: install: /usr/bin/install -c nl-link-list /home/xub/wl8-build/fs/sbin/nl-link-list
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl/src'
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/libnl'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/xub/wl8-build/fs/lib/pkgconfig'
 /usr/bin/install -c -m 644 libnl-3.0.pc libnl-route-3.0.pc libnl-genl-3.0.pc libnl-nf-3.0.pc libnl-cli-3.0.pc '/home/xub/wl8-build/fs/lib/pkgconfig'
 /bin/mkdir -p '/home/xub/wl8-build/fs/etc/libnl'
 /usr/bin/install -c -m 644 etc/pktloc etc/classid '/home/xub/wl8-build/fs/etc/libnl'
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/libnl'
******  *******
******  *******
arm-linux-gnueabihf-gcc -c  -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` -o crda.o crda.c
arm-linux-gnueabihf-gcc -c  -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` -o intersect.o intersect.c
./utils/key2pub.py --ssl pubkeys/linville.key.pub.pem pubkeys/sforshee.key.pub.pem keys-ssl.c
arm-linux-gnueabihf-gcc -c  -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` -o regdbdump.o regdbdump.c
arm-linux-gnueabihf-gcc -c  -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` -o db2rd.o db2rd.c
arm-linux-gnueabihf-gcc -c  -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` -o optimize.o optimize.c
arm-linux-gnueabihf-gcc -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0`  -o libreg.so -shared -Wl,-soname,libreg.so reglib.c
In file included from reglib.c:34:0:
keys-ssl.c:8:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x63a2705416a0d8e1, 0xdc9fca11c8ba757b, 
  ^
keys-ssl.c:8:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x63a2705416a0d8e1, 0xdc9fca11c8ba757b, 
                      ^
keys-ssl.c:9:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xb9c06510cbcb35e3, 0x39e3dfebba941433, 
  ^
keys-ssl.c:9:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xb9c06510cbcb35e3, 0x39e3dfebba941433, 
                      ^
keys-ssl.c:10:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x7bbae38a6c1fce9d, 0x205a5a73fefabba7, 
  ^
keys-ssl.c:10:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x7bbae38a6c1fce9d, 0x205a5a73fefabba7, 
                      ^
keys-ssl.c:11:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x53ea3e5a97839a2e, 0xfec8f5b661dc0170, 
  ^
keys-ssl.c:11:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x53ea3e5a97839a2e, 0xfec8f5b661dc0170, 
                      ^
keys-ssl.c:12:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xefe311d8d29a1004, 0x8c6a92d0a5156bb8, 
  ^
keys-ssl.c:12:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xefe311d8d29a1004, 0x8c6a92d0a5156bb8, 
                      ^
keys-ssl.c:13:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x9067cc767a6eb5cc, 0xd103580b0bd5b1ff, 
  ^
keys-ssl.c:13:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x9067cc767a6eb5cc, 0xd103580b0bd5b1ff, 
                      ^
keys-ssl.c:14:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x4a563e848f3a2daf, 0xacd7cadb46b0943e, 
  ^
keys-ssl.c:14:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x4a563e848f3a2daf, 0xacd7cadb46b0943e, 
                      ^
keys-ssl.c:15:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x5fabb688ebd1e198, 0x7e70c1d35916f173, 
  ^
keys-ssl.c:15:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x5fabb688ebd1e198, 0x7e70c1d35916f173, 
                      ^
keys-ssl.c:16:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xaaa8acc85d6ca84e, 0x1685c157e20fd4dc, 
  ^
keys-ssl.c:16:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xaaa8acc85d6ca84e, 0x1685c157e20fd4dc, 
                      ^
keys-ssl.c:17:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xf9e9c9c7ad933f64, 0xbe6272edc5f59824, 
  ^
keys-ssl.c:17:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xf9e9c9c7ad933f64, 0xbe6272edc5f59824, 
                      ^
keys-ssl.c:18:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x585d9a7d53447bd1, 0x011a5b3f5b3bc30d, 
  ^
keys-ssl.c:18:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x585d9a7d53447bd1, 0x011a5b3f5b3bc30d, 
                      ^
keys-ssl.c:19:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xf312b966ffbbf0e9, 0x2203fb37482c131b, 
  ^
keys-ssl.c:19:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xf312b966ffbbf0e9, 0x2203fb37482c131b, 
                      ^
keys-ssl.c:20:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x3e7c157d0dc38eab, 0xb04de1d6b39fcc8d, 
  ^
keys-ssl.c:20:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x3e7c157d0dc38eab, 0xb04de1d6b39fcc8d, 
                      ^
keys-ssl.c:21:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x4d9f013707fc0d84, 0xb075a241e13b5ac5, 
  ^
keys-ssl.c:21:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x4d9f013707fc0d84, 0xb075a241e13b5ac5, 
                      ^
keys-ssl.c:22:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x0a9a9d488e56e153, 0xf2cff393f97054eb, 
  ^
keys-ssl.c:22:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x0a9a9d488e56e153, 0xf2cff393f97054eb, 
                      ^
keys-ssl.c:23:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x2a2ead68376024f2, 0xd657997188d35dce, 
  ^
keys-ssl.c:23:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x2a2ead68376024f2, 0xd657997188d35dce, 
                      ^
keys-ssl.c:33:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xa066f4dac4ff951d, 0xe6e0d246d5e1c45f, 
  ^
keys-ssl.c:33:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xa066f4dac4ff951d, 0xe6e0d246d5e1c45f, 
                      ^
keys-ssl.c:34:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xe7fb461684e3c7a1, 0x11151b7af6e26899, 
  ^
keys-ssl.c:34:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xe7fb461684e3c7a1, 0x11151b7af6e26899, 
                      ^
keys-ssl.c:35:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x6c3f93fbc5ee7852, 0x96790b2bd0d8dec8, 
  ^
keys-ssl.c:35:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x6c3f93fbc5ee7852, 0x96790b2bd0d8dec8, 
                      ^
keys-ssl.c:36:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xb1722bf4a129207c, 0x3673e797044137b1, 
  ^
keys-ssl.c:36:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xb1722bf4a129207c, 0x3673e797044137b1, 
                      ^
keys-ssl.c:37:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x183277072912661e, 0xd37e005c9a5ed820, 
  ^
keys-ssl.c:37:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x183277072912661e, 0xd37e005c9a5ed820, 
                      ^
keys-ssl.c:38:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x655b7f257568a1ea, 0xe731f136a29c63c6, 
  ^
keys-ssl.c:38:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x655b7f257568a1ea, 0xe731f136a29c63c6, 
                      ^
keys-ssl.c:39:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x3036d253eeecac1e, 0x85ef7a7fa5cb80c7, 
  ^
keys-ssl.c:39:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x3036d253eeecac1e, 0x85ef7a7fa5cb80c7, 
                      ^
keys-ssl.c:40:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x2ad91b7345ebba27, 0x715756f6ccd3df7d, 
  ^
keys-ssl.c:40:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x2ad91b7345ebba27, 0x715756f6ccd3df7d, 
                      ^
keys-ssl.c:41:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x28900fac36fa6823, 0xf1026fe9469b935f, 
  ^
keys-ssl.c:41:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x28900fac36fa6823, 0xf1026fe9469b935f, 
                      ^
keys-ssl.c:42:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x98b8d15621f0531f, 0x180b2895b22dea88, 
  ^
keys-ssl.c:42:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x98b8d15621f0531f, 0x180b2895b22dea88, 
                      ^
keys-ssl.c:43:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x8ad9fe76a9fd602d, 0x510cd14519da1044, 
  ^
keys-ssl.c:43:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x8ad9fe76a9fd602d, 0x510cd14519da1044, 
                      ^
keys-ssl.c:44:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x0b09f9681184fbca, 0x578b96161cfd24d5, 
  ^
keys-ssl.c:44:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x0b09f9681184fbca, 0x578b96161cfd24d5, 
                      ^
keys-ssl.c:45:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x3b1b0817146b61c4, 0x205bd497323d718b, 
  ^
keys-ssl.c:45:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x3b1b0817146b61c4, 0x205bd497323d718b, 
                      ^
keys-ssl.c:46:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x2d7e66f41eb31270, 0x389f7c6a52c2032a, 
  ^
keys-ssl.c:46:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x2d7e66f41eb31270, 0x389f7c6a52c2032a, 
                      ^
keys-ssl.c:47:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x7c68dd6f3fd9d759, 0xac7ea58371257e90, 
  ^
keys-ssl.c:47:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0x7c68dd6f3fd9d759, 0xac7ea58371257e90, 
                      ^
keys-ssl.c:48:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xf239d7662c413815, 0xb540e39c28843903, 
  ^
keys-ssl.c:48:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  0xf239d7662c413815, 0xb540e39c28843903, 
                      ^
arm-linux-gnueabihf-gcc -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` -L ./ -o crda crda.o -L/home/xub/wl8-build/fs/lib -lnl-genl-3 -lnl-3 `pkg-config --libs libnl-3.0` -lreg -ldl -lpthread -lm `pkg-config --libs openssl`
arm-linux-gnueabihf-gcc -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` -L ./ -o db2rd db2rd.o -lreg -ldl -lpthread -lm `pkg-config --libs openssl`
arm-linux-gnueabihf-gcc -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` -L ./ -o intersect intersect.o -lreg -ldl -lpthread -lm `pkg-config --libs openssl`
arm-linux-gnueabihf-gcc -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` -L ./ -o regdbdump regdbdump.o -lreg -ldl -lpthread -lm `pkg-config --libs openssl`
arm-linux-gnueabihf-gcc -I/home/xub/wl8-build/fs/usr/local/ssl/include -I/home/xub/wl8-build/fs/include -L/home/xub/wl8-build/fs/usr/local/ssl/lib -L/home/xub/wl8-build/fs/lib -O2 -fpic -std=gnu99 -Wall -pedantic -Wall -g -DUSE_OPENSSL -DPUBKEY_DIR=\"/etc/wireless-regdb/pubkeys\" `pkg-config --cflags openssl` -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` -L ./ -o optimize optimize.o -lreg -ldl -lpthread -lm `pkg-config --libs openssl`
******  *******
  INSTALL  libreg
#@ldconfig
  INSTALL  libreg-headers
  GEN  keys-gcrypt.c
  Trusted pubkeys: pubkeys/linville.key.pub.pem pubkeys/sforshee.key.pub.pem
 GZIP crda.8
 GZIP regdbdump.8
  INSTALL  crda
  INSTALL  regdbdump
  INSTALL  85-regulatory.rules
  INSTALL  crda.8.gz
  INSTALL  regdbdump.8.gz
******  *******
Copy original source files ...
Applying patches from patches to /home/xub/wl8-build/build-utilites/src/compat_wireless ...
Modify Kconfig tree ...
Rewrite Makefiles and Kconfig files ...
Done!
Generating local configuration database from kernel ... done.
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer   -c -o conf.o conf.c
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer   -c -o zconf.tab.o zconf.tab.c
cc   conf.o zconf.tab.o   -o conf
boolean symbol HWMON tested for 'm'? test forced to 'n'
boolean symbol HWMON tested for 'm'? test forced to 'n'
#
# configuration written to .config
#
make[5]: 'conf' is up to date.
boolean symbol HWMON tested for 'm'? test forced to 'n'
boolean symbol HWMON tested for 'm'? test forced to 'n'
#
# configuration written to .config
#
Building backport-include/backport/autoconf.h ... done.
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/main.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/compat/main.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl12xx/main.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/main.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/compat/backport-4.5.o
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/compat/compat.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/acx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/core.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl12xx/cmd.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/tx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/io.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl12xx/acx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl12xx/debugfs.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/debugfs.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/sysfs.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/status.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/radiotap.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl12xx/scan.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/driver-ops.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/util.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/scan.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl12xx/event.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/cmd.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/sta_info.o
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl12xx/wl12xx.o
  CHK     /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/version.h
  UPD     /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/version.h
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/cmd.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/event.o
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/wl18xx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/io.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/reg.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/wep.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/event.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/tx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/wpa.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/rx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/scan.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/scan.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/ps.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/acx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/nl80211.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/offchannel.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/mlme.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/boot.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/ht.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/ibss.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/init.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/debugfs.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/sme.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/agg-tx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/agg-rx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/scan.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/chan.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/vht.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/sysfs.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/ethtool.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/ibss.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/vendor_cmd.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/testmode.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/mesh.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/ap.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/sdio.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/iface.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/trace.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/ocb.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/main.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/debugfs.o
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/wlcore_sdio.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/rate.o
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/cfg80211.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/michael.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/tkip.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/aes_ccm.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/aes_gcm.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/aes_cmac.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/aes_gmac.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/cfg.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/ethtool.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/rx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/spectmgmt.o
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/wlcore.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/tx.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/key.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/util.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/wme.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/chan.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/trace.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mlme.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/tdls.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/ocb.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/debugfs.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/debugfs_sta.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/debugfs_netdev.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/debugfs_key.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mesh.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mesh_pathtbl.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mesh_plink.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mesh_hwmp.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mesh_sync.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mesh_ps.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/pm.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/rc80211_minstrel.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/rc80211_minstrel_debugfs.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/rc80211_minstrel_ht.o
  CC [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/rc80211_minstrel_ht_debugfs.o
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mac80211.o
  Building modules, stage 2.
  MODPOST 7 modules
  CC      /home/xub/wl8-build/build-utilites/src/compat_wireless/compat/compat.mod.o
  CC      /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl12xx/wl12xx.mod.o
  CC      /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/wl18xx.mod.o
  CC      /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/wlcore.mod.o
  CC      /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/wlcore_sdio.mod.o
  CC      /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mac80211.mod.o
  CC      /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/cfg80211.mod.o
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/compat/compat.ko
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl12xx/wl12xx.ko
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/wl18xx.ko
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/wlcore.ko
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mac80211.ko
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko
  LD [M]  /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/cfg80211.ko
******  *******
  Building modules, stage 2.
  MODPOST 7 modules
  INSTALL /home/xub/wl8-build/build-utilites/src/compat_wireless/compat/compat.ko
  INSTALL /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl12xx/wl12xx.ko
  INSTALL /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wl18xx/wl18xx.ko
  INSTALL /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/wlcore.ko
  INSTALL /home/xub/wl8-build/build-utilites/src/compat_wireless/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko
  INSTALL /home/xub/wl8-build/build-utilites/src/compat_wireless/net/mac80211/mac80211.ko
  INSTALL /home/xub/wl8-build/build-utilites/src/compat_wireless/net/wireless/cfg80211.ko
  DEPMOD  4.4.12-g3639bea54a
depmod: WARNING: could not open /home/xub/wl8-build/fs/lib/modules/4.4.12-g3639bea54a/modules.order: No such file or directory
depmod: WARNING: could not open /home/xub/wl8-build/fs/lib/modules/4.4.12-g3639bea54a/modules.builtin: No such file or directory
Your backported driver modules should be installed now.
Reboot.
******  *******
******  *******
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o iw.o iw.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o genl.o genl.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o event.o event.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o info.o info.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o phy.o phy.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o interface.o interface.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o ibss.o ibss.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o station.o station.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o survey.o survey.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o util.o util.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o ocb.o ocb.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o mesh.o mesh.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o mpath.o mpath.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o mpp.o mpp.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o scan.o scan.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o reg.o reg.c
./version.sh version.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o version.o version.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o reason.o reason.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o status.o status.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o connect.o connect.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o link.o link.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o offch.o offch.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o ps.o ps.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o cqm.o cqm.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o bitrate.o bitrate.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o wowlan.o wowlan.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o coalesce.o coalesce.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o roc.o roc.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o p2p.o p2p.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o vendor.o vendor.c
arm-linux-gnueabihf-gcc -O2 -g -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -DCONFIG_LIBNL30 -I/home/xub/wl8-build/fs/include/libnl3 -c -o sections.o sections.c
arm-linux-gnueabihf-gcc  iw.o genl.o event.o info.o phy.o interface.o ibss.o station.o survey.o util.o ocb.o mesh.o mpath.o mpp.o scan.o reg.o version.o reason.o status.o connect.o link.o offch.o ps.o cqm.o bitrate.o wowlan.o coalesce.o roc.o p2p.o vendor.o sections.o    -lpthread -lm -lnl-genl-3 -L/home/xub/wl8-build/fs/lib -lnl-3 -o iw
******  *******
 GZIP iw.8
 INST iw
 INST iw.8
******  *******
make -C ../src clean
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src'
for d in ap common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet p2p pae radius rsn_supp tls utils wps fst; do [ -d $d ] && make -C $d clean; done
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/ap'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libap.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/ap'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/common'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libcommon.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/common'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/crypto'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libcrypto.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/crypto'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/drivers'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov
rm -f build.wpa_supplicant build.hostapd
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/drivers'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_auth'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeapol_auth.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_auth'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_supp'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeapol_supp.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_supp'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_common'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeap_common.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_common'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_peer'
rm -f *~ *.o *.so *.d *.gcno *.gcda *.gcov libeap_peer.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_peer'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_server'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeap_server.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_server'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/l2_packet'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libl2_packet.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/l2_packet'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/p2p'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libp2p.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/p2p'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/pae'
rm -f *~ *.o *.d
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/pae'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/radius'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libradius.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/radius'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/rsn_supp'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov librsn_supp.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/rsn_supp'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/tls'
rm -f *~ *.o *.d libtls.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/tls'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/utils'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libutils.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/utils'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/wps'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libwps.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/wps'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/fst'
rm -f *~ *.o *.d
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/fst'
rm -f *~
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src'
make -C dbus clean
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/wpa_supplicant/dbus'
Package dbus-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `dbus-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'dbus-1' found
Package dbus-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `dbus-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'dbus-1' found
rm -f *~ *.o *.d *.gcno *.gcda *.gcov
rm -f libwpadbus.a
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/wpa_supplicant/dbus'
rm -f core *~ *.o *.d *.gcno *.gcda *.gcov
rm -f eap_*.so wpa_supplicant wpa_cli wpa_passphrase systemd/wpa_supplicant.service systemd/wpa_supplicant@.service systemd/wpa_supplicant-nl80211@.service systemd/wpa_supplicant-wired@.service dbus/fi.epitest.hostap.WPASupplicant.service dbus/fi.w1.wpa_supplicant1.service wpa_supplicant.exe wpa_cli.exe wpa_passphrase.exe win_if_list.exe eapol_test preauth_test
rm -f wpa_priv
rm -f nfc_pw_token
rm -f lcov.info
rm -rf lcov-html
rm -f libwpa_client.a
rm -f libwpa_client.so
rm -f libwpa_test1 libwpa_test2
******  *******
  CC  eap_register.c
  CC  notify.c
  CC  bss.c
  CC  ../src/utils/wpa_debug.c
  CC  ../src/utils/wpabuf.c
  CC  ../src/utils/common.c
  CC  ../src/utils/os_unix.c
  CC  config.c
  CC  ../src/utils/eloop.c
  CC  wmm_ac.c
mesh_mpm.c: In function 'mesh_close_links_timer':
mesh_mpm.c:465:3: warning: implicit declaration of function 'wpa_supplicant_leave_mesh' [-Wimplicit-function-declaration]
   wpa_supplicant_leave_mesh(wpa_s);
   ^
mesh_mpm.c: In function 'mesh_mpm_fsm':
mesh_mpm.c:1071:6: warning: implicit declaration of function 'wpa_supplicant_cancel_sched_scan' [-Wimplicit-function-declaration]
      wpa_supplicant_cancel_sched_scan(keep_wpa_s);
      ^
mesh_mpm.c:1072:6: warning: implicit declaration of function 'wpa_supplicant_cancel_scan' [-Wimplicit-function-declaration]
      wpa_supplicant_cancel_scan(keep_wpa_s);
      ^
  CC  ../src/rsn_supp/wpa_ft.c
  CC  mesh.c
  CC  config_file.c
  CC  mesh_mpm.c
  CC  mesh_rsn.c
  CC  ../src/common/sae.c
  CC  wnm_sta.c
  CC  ../src/rsn_supp/preauth.c
  CC  ../src/rsn_supp/pmksa_cache.c
  CC  ../src/rsn_supp/tdls.c
  CC  ../src/rsn_supp/peerkey.c
  CC  ../src/rsn_supp/wpa.c
  CC  ../src/rsn_supp/wpa_ie.c
  CC  ../src/common/wpa_common.c
  CC  p2p_supplicant_sd.c
  CC  ../src/p2p/p2p_utils.c
  CC  ../src/p2p/p2p_parse.c
  CC  ../src/p2p/p2p_build.c
  CC  ../src/p2p/p2p_sd.c
  CC  ../src/p2p/p2p_go_neg.c
  CC  ../src/p2p/p2p.c
  CC  ../src/p2p/p2p_dev_disc.c
  CC  ../src/p2p/p2p_invitation.c
  CC  ../src/p2p/p2p_pd.c
  CC  ../src/ap/p2p_hostapd.c
  CC  p2p_supplicant.c
  CC  ../src/utils/bitfield.c
  CC  ../src/p2p/p2p_group.c
  CC  wifi_display.c
  CC  ../src/eap_peer/eap_tls.c
  CC  ../src/eap_common/eap_peap_common.c
  CC  hs20_supplicant.c
  CC  ../src/eap_peer/eap_peap.c
  CC  ../src/eap_peer/eap_md5.c
  CC  ../src/eap_peer/eap_mschapv2.c
  CC  ../src/eap_peer/mschapv2.c
  CC  ../src/eap_peer/eap_ttls.c
  CC  interworking.c
  CC  ../src/eap_peer/eap_gtc.c
  CC  ../src/eap_peer/eap_otp.c
  CC  ../src/eap_peer/eap_leap.c
  CC  ../src/eap_peer/eap_sim.c
  CC  ../src/eap_common/eap_sim_common.c
  CC  ../src/eap_peer/eap_aka.c
  CC  ../src/eap_common/eap_fast_common.c
  CC  ../src/eap_peer/eap_fast_pac.c
  CC  ../src/eap_peer/eap_fast.c
  CC  ../src/utils/uuid.c
  CC  ../src/eap_common/eap_pwd_common.c
  CC  ../src/eap_peer/eap_pwd.c
  CC  ../src/eap_common/eap_wsc_common.c
  CC  ../src/eap_peer/eap_wsc.c
  CC  ../src/wps/wps.c
  CC  wps_supplicant.c
  CC  ../src/wps/wps_common.c
  CC  ../src/wps/wps_attr_parse.c
  CC  ../src/wps/wps_attr_build.c
  CC  ../src/wps/wps_attr_process.c
  CC  ../src/wps/wps_dev_attr.c
  CC  ../src/wps/wps_er_ssdp.c
  CC  ../src/wps/wps_enrollee.c
  CC  ../src/wps/wps_er.c
  CC  ../src/wps/wps_upnp.c
  CC  ../src/wps/wps_upnp_ssdp.c
  CC  ../src/wps/wps_registrar.c
  CC  ../src/wps/wps_upnp_ap.c
  CC  ../src/wps/wps_upnp_event.c
  CC  ../src/wps/wps_upnp_web.c
  CC  ../src/wps/upnp_xml.c
  CC  ../src/wps/http_client.c
  CC  ../src/wps/httpread.c
  CC  ../src/wps/http_server.c
  CC  ../src/eap_peer/eap_methods.c
  CC  ../src/eapol_supp/eapol_supp_sm.c
  CC  ../src/eap_peer/eap.c
  CC  ap.c
  CC  ../src/ap/utils.c
  CC  ../src/ap/authsrv.c
  CC  ../src/ap/wpa_auth_glue.c
  CC  ../src/utils/ip_addr.c
  CC  ../src/ap/hostapd.c
  CC  ../src/ap/tkip_countermeasures.c
  CC  ../src/ap/ap_config.c
  CC  ../src/ap/ap_mlme.c
  CC  ../src/ap/sta_info.c
  CC  ../src/ap/ieee802_11_auth.c
  CC  ../src/eapol_auth/eapol_auth_sm.c
  CC  ../src/ap/ieee802_1x.c
  CC  ../src/ap/ieee802_11_shared.c
  CC  ../src/ap/drv_callbacks.c
  CC  ../src/ap/bss_load.c
  CC  ../src/ap/eap_user_db.c
  CC  ../src/ap/ap_drv_ops.c
  CC  ../src/ap/beacon.c
  CC  ../src/ap/ieee802_11_ht.c
  CC  ../src/ap/wnm_ap.c
  CC  ../src/ap/ctrl_iface_ap.c
  CC  ../src/eap_server/eap_server_identity.c
  CC  ../src/eap_server/eap_server_methods.c
  CC  ../src/ap/wmm.c
../src/ap/ieee802_11.c: In function 'handle_auth':
../src/ap/ieee802_11.c:1129:4: warning: implicit declaration of function 'mesh_mpm_plink_close' [-Wimplicit-function-declaration]
    mesh_mpm_plink_close(hapd,sta,hapd->iface->owner);
    ^
  CC  ../src/ap/ap_list.c
  CC  ../src/eap_server/eap_server.c
  CC  ../src/ap/dfs.c
  CC  ../src/ap/hw_features.c
  CC  ../src/ap/ieee802_11.c
  CC  ../src/ap/wps_hostapd.c
  CC  ../src/eap_server/eap_server_wsc.c
  CC  ../src/ap/hs20.c
  CC  ../src/ap/gas_serv.c
  CC  ../src/ap/wpa_auth_ie.c
  CC  ../src/ap/pmksa_cache_auth.c
  CC  ../src/ap/peerkey_auth.c
  CC  ../src/crypto/ms_funcs.c
  CC  ../src/eap_common/chap.c
  CC  ../src/ap/wpa_auth_ft.c
  CC  ../src/ap/wpa_auth.c
  CC  ../src/eap_peer/eap_tls_common.c
  CC  ../src/crypto/tls_openssl_ocsp.c
  CC  ../src/crypto/fips_prf_openssl.c
  CC  ../src/crypto/aes-ctr.c
  CC  ../src/crypto/aes-omac1.c
  CC  ../src/crypto/crypto_openssl.c
  CC  ../src/crypto/sha256-prf.c
  CC  ../src/crypto/aes-siv.c
  CC  ../src/crypto/sha256-tlsprf.c
  CC  ../src/crypto/dh_groups.c
  CC  ../src/crypto/random.c
  CC  ../src/common/ctrl_iface_common.c
  CC  ../src/crypto/tls_openssl.c
  CC  ../src/utils/base64.c
  CC  ctrl_iface_unix.c
  CC  ../src/common/ieee802_11_common.c
  CC  sme.c
  CC  ../src/common/hw_features_common.c
  CC  ../src/eap_common/eap_common.c
  CC  ../src/crypto/sha1-prf.c
  CC  ../src/crypto/sha1-tprf.c
  CC  ../src/crypto/sha1-tlsprf.c
  CC  bgscan_simple.c
  CC  bgscan.c
  CC  bgscan_learn.c
  CC  ../src/common/gas.c
  CC  ../src/drivers/driver_common.c
  CC  offchannel.c
  CC  gas_query.c
wpa_supplicant.c: In function 'wpa_supplicant_deauthenticate':
wpa_supplicant.c:2727:3: warning: implicit declaration of function 'wpa_supplicant_leave_mesh_initiate' [-Wimplicit-function-declaration]
   wpa_supplicant_leave_mesh_initiate(wpa_s);
   ^
  CC  blacklist.c
  CC  ctrl_iface.c
  CC  wpas_glue.c
  CC  main.c
  CC  events.c
  CC  scan.c
  CC  wpa_supplicant.c
  CC  ../src/drivers/driver_nl80211_capa.c
  CC  ../src/drivers/driver_nl80211_monitor.c
  CC  ../src/utils/radiotap.c
  CC  ../src/drivers/driver_nl80211_scan.c
  CC  ../src/drivers/driver_nl80211_event.c
  CC  ../src/drivers/netlink.c
  CC  ../src/drivers/linux_ioctl.c
  CC  ../src/drivers/rfkill.c
  CC  ../src/drivers/drivers.c
  CC  ../src/l2_packet/l2_packet_linux.c
  CC  ../src/common/wpa_ctrl.c
  CC  wpa_passphrase.c
  sed systemd/wpa_supplicant.service.in
  sed systemd/wpa_supplicant.service.arg.in
  sed systemd/wpa_supplicant-nl80211.service.arg.in
  sed systemd/wpa_supplicant-wired.service.arg.in
  sed dbus/fi.epitest.hostap.WPASupplicant.service.in
  sed dbus/fi.w1.wpa_supplicant1.service.in
  CC  ../src/utils/edit.c
  CC  ../src/drivers/driver_nl80211.c
  LD  wpa_passphrase
  CC  wpa_cli.c
  LD  wpa_cli
  LD  wpa_supplicant
******  *******
install -D wpa_supplicant /home/xub/wl8-build/fs/usr/local/sbin//wpa_supplicant
install -D wpa_cli /home/xub/wl8-build/fs/usr/local/sbin//wpa_cli
install -D wpa_passphrase /home/xub/wl8-build/fs/usr/local/sbin//wpa_passphrase
make -C ../src install
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src'
for d in ap common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet p2p pae radius rsn_supp tls utils wps fst; do [ -d $d ] && make -C $d install; done
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/ap'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/ap'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/common'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/common'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/crypto'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/crypto'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/drivers'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/drivers'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_auth'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_auth'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_supp'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_supp'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_common'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_common'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_peer'
if ls *.so >/dev/null 2>&1; then \
install -d /home/xub/wl8-build/fs/usr/local/lib//wpa_supplicant && \
cp *.so /home/xub/wl8-build/fs/usr/local/lib//wpa_supplicant \
; fi
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_peer'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_server'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_server'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/l2_packet'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/l2_packet'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/p2p'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/p2p'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/pae'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/pae'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/radius'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/radius'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/rsn_supp'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/rsn_supp'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/tls'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/tls'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/utils'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/utils'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/wps'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/wps'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/fst'
Nothing to be made.
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/fst'
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src'
******  *******
Enable UPNP config
make -C ../src clean
make[1]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src'
for d in ap common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet p2p pae radius rsn_supp tls utils wps fst; do [ -d $d ] && make -C $d clean; done
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/ap'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libap.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/ap'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/common'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libcommon.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/common'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/crypto'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libcrypto.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/crypto'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/drivers'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov
rm -f build.wpa_supplicant build.hostapd
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/drivers'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_auth'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeapol_auth.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_auth'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_supp'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeapol_supp.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eapol_supp'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_common'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeap_common.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_common'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_peer'
rm -f *~ *.o *.so *.d *.gcno *.gcda *.gcov libeap_peer.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_peer'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_server'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeap_server.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/eap_server'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/l2_packet'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libl2_packet.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/l2_packet'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/p2p'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libp2p.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/p2p'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/pae'
rm -f *~ *.o *.d
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/pae'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/radius'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libradius.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/radius'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/rsn_supp'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov librsn_supp.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/rsn_supp'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/tls'
rm -f *~ *.o *.d libtls.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/tls'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/utils'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libutils.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/utils'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/wps'
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libwps.a
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/wps'
make[2]: Entering directory '/home/xub/wl8-build/build-utilites/src/hostap/src/fst'
rm -f *~ *.o *.d
make[2]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src/fst'
rm -f *~
make[1]: Leaving directory '/home/xub/wl8-build/build-utilites/src/hostap/src'
rm -f core *~ *.o hostapd hostapd_cli nt_password_hash hlr_auc_gw
rm -f *.d *.gcno *.gcda *.gcov
rm -f lcov.info
rm -rf lcov-html
******  *******
  CC  ../src/ap/wpa_auth_glue.c
  CC  main.c
  CC  config_file.c
  CC  ../src/ap/drv_callbacks.c
  CC  ../src/ap/ap_drv_ops.c
  CC  ../src/ap/hostapd.c
  CC  ../src/ap/utils.c
  CC  ../src/ap/authsrv.c
  CC  ../src/ap/eap_user_db.c
  CC  ../src/ap/ap_config.c
  CC  ../src/ap/ieee802_11_auth.c
  CC  ../src/ap/ieee802_1x.c
  CC  ../src/ap/tkip_countermeasures.c
  CC  ../src/ap/ap_mlme.c
  CC  ../src/ap/sta_info.c
  CC  ../src/ap/preauth_auth.c
  CC  ../src/ap/wpa_auth_ie.c
  CC  ../src/ap/pmksa_cache_auth.c
  CC  ../src/ap/ieee802_11_shared.c
  CC  ../src/ap/wpa_auth.c
  CC  ../src/ap/bss_load.c
  CC  ../src/drivers/drivers.c
  CC  ../src/ap/beacon.c
  CC  ../src/utils/eloop.c
  CC  ../src/utils/wpa_debug.c
  CC  ../src/utils/wpabuf.c
  CC  ../src/utils/common.c
  CC  ../src/utils/ip_addr.c
  CC  ../src/utils/os_unix.c
  CC  ../src/common/hw_features_common.c
  CC  ../src/common/ieee802_11_common.c
  CC  ../src/common/wpa_common.c
  CC  ../src/ap/vlan_ifconfig.c
  CC  ../src/eapol_auth/eapol_auth_dump.c
  CC  ../src/eapol_auth/eapol_auth_sm.c
  CC  ../src/ap/vlan_init.c
  CC  ../src/ap/vlan.c
  CC  ../src/common/ctrl_iface_common.c
  CC  ../src/ap/ctrl_iface_ap.c
  CC  ctrl_iface.c
  CC  ../src/drivers/driver_nl80211_capa.c
  CC  ../src/drivers/driver_nl80211_monitor.c
  CC  ../src/drivers/driver_nl80211_event.c
  CC  ../src/utils/radiotap.c
  CC  ../src/drivers/driver_nl80211_scan.c
  CC  ../src/drivers/netlink.c
  CC  ../src/drivers/linux_ioctl.c
  CC  ../src/drivers/rfkill.c
  CC  ../src/utils/uuid.c
  CC  ../src/l2_packet/l2_packet_none.c
  CC  ../src/eap_common/eap_wsc_common.c
  CC  ../src/eap_server/eap_server_wsc.c
  CC  ../src/wps/wps.c
  CC  ../src/ap/wps_hostapd.c
  CC  ../src/wps/wps_attr_parse.c
  CC  ../src/drivers/driver_nl80211.c
  CC  ../src/wps/wps_attr_process.c
  CC  ../src/wps/wps_common.c
  CC  ../src/wps/wps_attr_build.c
  CC  ../src/wps/wps_dev_attr.c
  CC  ../src/wps/wps_upnp.c
  CC  ../src/wps/wps_enrollee.c
  CC  ../src/wps/wps_upnp_ssdp.c
  CC  ../src/wps/wps_upnp_event.c
  CC  ../src/wps/wps_upnp_web.c
  CC  ../src/wps/wps_upnp_ap.c
  CC  ../src/wps/upnp_xml.c
  CC  ../src/wps/wps_registrar.c
  CC  ../src/wps/http_client.c
  CC  ../src/wps/httpread.c
  CC  eap_register.c
  CC  ../src/wps/http_server.c
  CC  ../src/eap_common/eap_common.c
  CC  ../src/eap_server/eap_server_methods.c
  CC  ../src/eap_server/eap_server_identity.c
  CC  ../src/crypto/tls_none.c
  CC  ../src/eap_server/eap_server.c
  CC  ../src/crypto/aes-omac1.c
  CC  ../src/crypto/sha1-prf.c
  CC  ../src/crypto/sha256-prf.c
  CC  ../src/crypto/sha256-tlsprf.c
  CC  ../src/crypto/crypto_openssl.c
  CC  ../src/crypto/dh_groups.c
  CC  ../src/utils/base64.c
  CC  ../src/crypto/random.c
  CC  ../src/ap/wmm.c
  CC  ../src/ap/ap_list.c
  CC  ../src/ap/dfs.c
  CC  ../src/ap/hw_features.c
  CC  ../src/ap/ieee802_11_ht.c
  CC  ../src/drivers/driver_common.c
  CC  ../src/ap/ieee802_11.c
  CC  ../src/common/wpa_ctrl.c
  CC  ../src/utils/edit_simple.c
  CC  hostapd_cli.c
  LD  hostapd_cli
  LD  hostapd
******  *******
install -D hostapd /home/xub/wl8-build/fs/usr/local/bin//hostapd
install -D hostapd_cli /home/xub/wl8-build/fs/usr/local/bin//hostapd_cli
******  *******
******  *******
arm-linux-gnueabihf-gcc -O2 -Wall -I/home/xub/wl8-build/fs/usr/include -I/home/xub/wl8-build/fs/include -I/home/xub/wl8-build/build-utilites/src/libnl/include -DCONFIG_LIBNL32   -c -o nvs.o nvs.c
arm-linux-gnueabihf-gcc -O2 -Wall -I/home/xub/wl8-build/fs/usr/include -I/home/xub/wl8-build/fs/include -I/home/xub/wl8-build/build-utilites/src/libnl/include -DCONFIG_LIBNL32   -c -o misc_cmds.o misc_cmds.c
arm-linux-gnueabihf-gcc -O2 -Wall -I/home/xub/wl8-build/fs/usr/include -I/home/xub/wl8-build/fs/include -I/home/xub/wl8-build/build-utilites/src/libnl/include -DCONFIG_LIBNL32   -c -o calibrator.o calibrator.c
arm-linux-gnueabihf-gcc -O2 -Wall -I/home/xub/wl8-build/fs/usr/include -I/home/xub/wl8-build/fs/include -I/home/xub/wl8-build/build-utilites/src/libnl/include -DCONFIG_LIBNL32   -c -o plt.o plt.c
arm-linux-gnueabihf-gcc -O2 -Wall -I/home/xub/wl8-build/fs/usr/include -I/home/xub/wl8-build/fs/include -I/home/xub/wl8-build/build-utilites/src/libnl/include -DCONFIG_LIBNL32   -c -o wl18xx_plt.o wl18xx_plt.c
arm-linux-gnueabihf-gcc -O2 -Wall -I/home/xub/wl8-build/fs/usr/include -I/home/xub/wl8-build/fs/include -I/home/xub/wl8-build/build-utilites/src/libnl/include -DCONFIG_LIBNL32   -c -o ini.o ini.c
arm-linux-gnueabihf-gcc -L/home/xub/wl8-build/fs/lib nvs.o misc_cmds.o calibrator.o plt.o wl18xx_plt.o ini.o -lpthread -lm -lnl-3 -lnl-genl-3 -o calibrator
******  *******
Copy files to /home/xub/wl8-build/fs/usr/bin
******  *******
arm-linux-gnueabihf-gcc -O2 -Wall -I/home/xub/wl8-build/fs/usr/include -I/home/xub/wl8-build/fs/include -I/home/xub/wl8-build/build-utilites/src/libnl/include -DCONFIG_LIBNL32 -c -o wl_logproxy.o wl_logproxy.c
arm-linux-gnueabihf-gcc -L/home/xub/wl8-build/fs/lib wl_logproxy.o -lpthread -lm -lnl-3 -lnl-genl-3 -o wl_logproxy
******  *******
Copy files to /home/xub/wl8-build/fs/usr/share/wl18xx
******  *******
arm-linux-gnueabihf-gcc -O2 -Wall  -c -o main.o main.c
arm-linux-gnueabihf-gcc -O2 -Wall  -c -o crc32.o crc32.c
arm-linux-gnueabihf-gcc  main.o crc32.o  -o wlconf
******  *******
echoying files dictionary.txt
echoying files struct.bin
echoying files default.conf
echoying files wl18xx-conf-default.bin
echoying files README
echoying files example.conf
echoying files example.ini
echoying files configure-device.sh
Copying scripts
Copying everything from /home/xub/wl8-build/build-utilites/src/scripts_download/ap/ to /home/xub/wl8-build/fs/usr/share/wl18xx directory
Copying everything from /home/xub/wl8-build/build-utilites/src/scripts_download/conf/ to /home/xub/wl8-build/fs/usr/share/wl18xx directory
Copying everything from /home/xub/wl8-build/build-utilites/src/scripts_download/drv/ to /home/xub/wl8-build/fs/usr/share/wl18xx directory
Copying everything from /home/xub/wl8-build/build-utilites/src/scripts_download/mesh/ to /home/xub/wl8-build/fs/usr/share/wl18xx directory
Copying everything from /home/xub/wl8-build/build-utilites/src/scripts_download/p2p/ to /home/xub/wl8-build/fs/usr/share/wl18xx directory
Copying everything from /home/xub/wl8-build/build-utilites/src/scripts_download/phy/ to /home/xub/wl8-build/fs/usr/share/wl18xx directory
Copying everything from /home/xub/wl8-build/build-utilites/src/scripts_download/sta/ to /home/xub/wl8-build/fs/usr/share/wl18xx directory
Copying everything from /home/xub/wl8-build/build-utilites/src/scripts_download/testing/ to /home/xub/wl8-build/fs/usr/share/wl18xx directory
******  *******
 CC   uim.o
 CC   uim
******  *******
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/initscripts-TIInit_6.12.26_avpr_add-on.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/initscripts-TIInit_6.12.26_ble_add-on.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/initscripts-TIInit_6.12.26.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/initscripts-TIInit_6.7.16_avpr_add-on.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/initscripts-TIInit_6.7.16_ble_add-on.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/initscripts-TIInit_6.7.16_bt_spec_4.1.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/TIInit_10.6.15.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/TIInit_11.8.32.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/TIInit_12.10.28.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/TIInit_12.8.32.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/TIInit_6.12.26.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/TIInit_6.7.16.bts
******  *******
Installing bluetooth init script: /home/xub/wl8-build/build-utilites/src/bt-firmware/initscripts/TIInit_7.6.15.bts
******  *******
Verifying filesystem skeleton...
Wifi Package Build Successful
xub@FTEFlex:~/wl8-build/build-utilites$ ls
build_wl18xx.sh   downloads  README            src                   toolchain
configuration     outputs    setup-env         sudo_build_wl18xx.sh  verify_kernel_config.sh
configuration.sh  patches    setup-env.sample  tftp
xub@FTEFlex:~/wl8-build/build-utilites$ cd outputs/
xub@FTEFlex:~/wl8-build/build-utilites/outputs$ ls
xub@FTEFlex:~/wl8-build/build-utilites/outputs$ ls
xub@FTEFlex:~/wl8-build/build-utilites/outputs$ 

  • This query is assigned to an Expert. He will get back soon.
  • Hi,

    For the toolchain related question, in your setup-env instead of using:

    export TOOLCHAIN_PATH=DEFAULT

    set it to point to the tool chain that you are using locally for building your kernel etc. e.g.
    You can also comment this line and then it will use the location from your path.


    regarding the fs_skeleton.tbz2 that is missing in your output directory, the script is basically just using tar on the content of the "ROOTFS" directory (normally build-utilities/fs but you have probably used a different location, "wl8-build/fs").
    Seems like the script is just not able to tar it up.
    Perhaps it is not able to create files in "build-utilites/outputs"?

    But anyway it seems like all was built ok and is located in "wl8-build/fs" so can also tar it manually.

    BR,
    Eyal
  • Eyal,

    Than you for your confirmation of success build of WiFi driver.