warmcat / libwebsockets

canonical libwebsockets.org networking library
https://libwebsockets.org
Other
4.76k stars 1.48k forks source link

how to cross compile?? #1895

Closed vampirego closed 4 years ago

vampirego commented 4 years ago

hello..

My English is bad. Sorry.. I want to cross compile(to ARM) library.

I installed Libwebsockets-source and Openssl-1.0.1o-source and toolchain to Ubuntu 18.04.

toolchain Path : /opt/lemonix/cdt/bin
Libwebsockets Path : /project/libwebsockets-master
Openssl Path : /project/openssl-arm

make cross-arm-linux.cmake file in /project/libwebsockets-master/contrib

set(CROSS_PATH /opt/lemonix/cdt)
set(CMAKE_SYSTEM_NAME Linux)

set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/arm-linux-gcc")
set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/arm-linux-g++")
if (CMAKE_BUILD_TYPE MATCHES RELEASE OR CMAKE_BUILD_TYPE MATCHES Release OR CMAKE_BUILD_TYPE MATCHES release)
        set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2")
        set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O2")
endif()

set(CMAKE_FIND_ROOT_PATH "${CROSS_PATH}")

set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)

set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) 

and run cmake (pwd : /project/libwebsockets-master/build)

cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-arm-linux.cmake -DOPENSSL_ROOT_DIR=/project/openssl-arm -DOPENSSL_SSL_LIBRARY=/project/openssl-arm/lib -DOPENSSL_CRYPTO_LIBRARY=/project/openssl-arm/lib  -DOPENSSL_INCLUDE_DIR=/project/openssl-arm/include
-- The C compiler identification is GNU 4.1.1
-- Check for working C compiler: /opt/lemonix/cdt/bin/arm-linux-gcc
-- Check for working C compiler: /opt/lemonix/cdt/bin/arm-linux-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Compiled with LWS_WITH_DIR and LWS_WITH_LEJP_CONF
-- CMAKE_TOOLCHAIN_FILE='/project/libwebsockets-master/contrib/cross-arm-linux.cmake'
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- Performing Test LWS_HAVE_inline
-- Performing Test LWS_HAVE_inline - Success
-- Performing Test LWS_HAVE___inline__
-- Performing Test LWS_HAVE___inline__ - Success
-- Performing Test LWS_HAVE___inline
-- Performing Test LWS_HAVE___inline - Success
-- Performing Test LWS_HAVE_MALLOC_TRIM
-- Performing Test LWS_HAVE_MALLOC_TRIM - Success
-- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE
-- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE - Success
-- Looking for fork
-- Looking for fork - found
-- Looking for getenv
-- Looking for getenv - found
-- Looking for malloc
-- Looking for malloc - found
-- Looking for memset
-- Looking for memset - found
-- Looking for realloc
-- Looking for realloc - found
-- Looking for socket
-- Looking for socket - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for vfork
-- Looking for vfork - found
-- Looking for execvpe
-- Looking for execvpe - not found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for _snprintf
-- Looking for _snprintf - not found
-- Looking for _vsnprintf
-- Looking for _vsnprintf - not found
-- Looking for getloadavg
-- Looking for getloadavg - found
-- Looking for atoll
-- Looking for atoll - found
-- Looking for _atoi64
-- Looking for _atoi64 - not found
-- Looking for _stat32i64
-- Looking for _stat32i64 - not found
-- Looking for clock_gettime
-- Looking for clock_gettime - not found
-- Looking for eventfd
-- Looking for eventfd - not found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for in6addr.h
-- Looking for in6addr.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/prctl.h
-- Looking for sys/prctl.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/sockio.h
-- Looking for sys/sockio.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for vfork.h
-- Looking for vfork.h - not found
-- Looking for sys/capability.h
-- Looking for sys/capability.h - not found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for cap_set_flag in cap
-- Looking for cap_set_flag in cap - not found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Performing Test LWS_HAS_INTPTR_T
-- Performing Test LWS_HAS_INTPTR_T - Success
-- Performing Test LWS_HAS_PTHREAD_SETNAME_NP
-- Performing Test LWS_HAS_PTHREAD_SETNAME_NP - Failed
-- Performing Test LWS_HAS_GETOPT_LONG
-- Performing Test LWS_HAS_GETOPT_LONG - Success
-- Performing Test LWS_HAVE_VISIBILITY
-- Performing Test LWS_HAVE_VISIBILITY - Success
-- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS
-- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS - Failed
-- Performing Test LWS_GCC_HAS_TYPE_LIMITS
-- Performing Test LWS_GCC_HAS_TYPE_LIMITS - Failed
Compiling with SSL support
-- Found OpenSSL: /project/openssl-arm/lib (found version "1.0.1o")
OpenSSL include dir: /project/openssl-arm/include
OpenSSL libraries: /project/openssl-arm/lib;/project/openssl-arm/lib
-- Looking for openssl/ecdh.h
-- Looking for openssl/ecdh.h - not found
-- Looking for SSL_CTX_set1_param
WARNING: Target "cmTC_c5edd" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_c5edd" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for SSL_CTX_set1_param - not found
-- Looking for SSL_set_info_callback
WARNING: Target "cmTC_681fe" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_681fe" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for SSL_set_info_callback - not found
-- Looking for X509_VERIFY_PARAM_set1_host
WARNING: Target "cmTC_c4ec5" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_c4ec5" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for X509_VERIFY_PARAM_set1_host - not found
-- Looking for RSA_set0_key
WARNING: Target "cmTC_54094" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_54094" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for RSA_set0_key - not found
-- Looking for X509_get_key_usage
WARNING: Target "cmTC_f623d" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_f623d" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for X509_get_key_usage - not found
-- Looking for EVP_PKEY_new_raw_private_key
WARNING: Target "cmTC_5fadf" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_5fadf" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for EVP_PKEY_new_raw_private_key - not found
-- Looking for SSL_CTX_get0_certificate
WARNING: Target "cmTC_6b9a8" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_6b9a8" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for SSL_CTX_get0_certificate - not found
-- Looking for SSL_get0_alpn_selected
WARNING: Target "cmTC_14b88" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_14b88" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for SSL_get0_alpn_selected - not found
-- Looking for SSL_set_alpn_protos
WARNING: Target "cmTC_ff804" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_ff804" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for SSL_set_alpn_protos - not found
-- Looking for EVP_aes_128_cfb8
WARNING: Target "cmTC_3f78b" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_3f78b" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for EVP_aes_128_cfb8 - not found
-- Looking for EVP_aes_128_cfb128
WARNING: Target "cmTC_b4877" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_b4877" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for EVP_aes_128_cfb128 - not found
-- Looking for EVP_aes_192_cfb8
WARNING: Target "cmTC_acf34" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_acf34" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for EVP_aes_192_cfb8 - not found
-- Looking for EVP_aes_192_cfb128
WARNING: Target "cmTC_3d893" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_3d893" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for EVP_aes_192_cfb128 - not found
-- Looking for EVP_aes_256_cfb8
WARNING: Target "cmTC_b3805" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_b3805" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for EVP_aes_256_cfb8 - not found
-- Looking for EVP_aes_256_cfb128
WARNING: Target "cmTC_bd068" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_bd068" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for EVP_aes_256_cfb128 - not found
-- Looking for EVP_aes_128_xts
WARNING: Target "cmTC_82cd9" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_82cd9" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for EVP_aes_128_xts - not found
-- Looking for RSA_verify_pss_mgf1
WARNING: Target "cmTC_e2dc2" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_e2dc2" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for RSA_verify_pss_mgf1 - not found
-- Looking for HMAC_CTX_new
WARNING: Target "cmTC_147f4" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_147f4" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for HMAC_CTX_new - not found
-- Looking for SSL_CTX_set_ciphersuites
WARNING: Target "cmTC_18ac3" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_18ac3" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for SSL_CTX_set_ciphersuites - not found
-- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS
WARNING: Target "cmTC_00ee4" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_00ee4" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS - Failed
-- Performing Test LWS_HAVE_EVP_MD_CTX_free
WARNING: Target "cmTC_9ec81" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_9ec81" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Performing Test LWS_HAVE_EVP_MD_CTX_free - Failed
-- Looking for ECDSA_SIG_set0
WARNING: Target "cmTC_03737" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_03737" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for ECDSA_SIG_set0 - not found
-- Looking for BN_bn2binpad
WARNING: Target "cmTC_2a84b" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_2a84b" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for BN_bn2binpad - not found
-- Looking for EVP_aes_128_wrap
WARNING: Target "cmTC_cadb5" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_cadb5" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for EVP_aes_128_wrap - not found
-- Looking for EC_POINT_get_affine_coordinates
WARNING: Target "cmTC_cd1ed" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_cd1ed" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for EC_POINT_get_affine_coordinates - not found
-- Looking for TLS_client_method
WARNING: Target "cmTC_4b6e4" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_4b6e4" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for TLS_client_method - not found
-- Looking for TLSv1_2_client_method
WARNING: Target "cmTC_0b73f" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_0b73f" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Looking for TLSv1_2_client_method - not found
-- Performing Test LWS_HAVE_PIPE2
WARNING: Target "cmTC_2d9c3" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_2d9c3" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Performing Test LWS_HAVE_PIPE2 - Failed
-- Performing Test LWS_HAVE_TCP_USER_TIMEOUT
WARNING: Target "cmTC_3ae0c" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "cmTC_3ae0c" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Performing Test LWS_HAVE_TCP_USER_TIMEOUT - Failed
Searching for OpenSSL executable and dlls
OpenSSL executable: /usr/bin/openssl
 GENCERTS = 1
Generating SSL Certificates for the test-server...
Can't load /root/.rnd into RNG
139774903046592:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:Filename=/root/.rnd
Generating a RSA private key
........+++++
.+++++
writing new private key to '/project/libwebsockets-master/build/libwebsockets-test-server.key.pem'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (e.g. server FQDN or YOUR name) []:Email Address []:SUCCESSFULLY generated SSL certificate
-- Looking for RPMTools... - rpmbuild NOT FOUND
---------------------------------------------------------------------
  Settings:  (For more help do cmake -LH <srcpath>)
---------------------------------------------------------------------
 LWS_WITH_STATIC = ON
 LWS_WITH_SHARED = ON
 LWS_WITH_SSL = ON (SSL Support)
 LWS_SSL_CLIENT_USE_OS_CA_CERTS = 1
 LWS_WITH_WOLFSSL = OFF (wolfSSL/CyaSSL replacement for OpenSSL)
 LWS_WITH_MBEDTLS = OFF (mbedTLS replacement for OpenSSL)
 LWS_WITHOUT_BUILTIN_SHA1 = OFF
 LWS_WITHOUT_BUILTIN_GETIFADDRS = OFF
 LWS_WITHOUT_CLIENT = OFF
 LWS_WITHOUT_SERVER = OFF
 LWS_LINK_TESTAPPS_DYNAMIC = OFF
 LWS_WITHOUT_TESTAPPS = OFF
 LWS_WITHOUT_TEST_SERVER = OFF
 LWS_WITHOUT_TEST_SERVER_EXTPOLL = OFF
 LWS_WITHOUT_TEST_PING = OFF
 LWS_WITHOUT_TEST_CLIENT = OFF
 LWS_WITHOUT_EXTENSIONS = ON
 LWS_WITHOUT_DAEMONIZE = ON
 LWS_WITH_LIBEV = OFF
 LWS_WITH_LIBUV = OFF
 LWS_WITH_LIBEVENT = OFF
 LWS_WITH_GLIB = OFF
 LWS_IPV6 = OFF
 LWS_UNIX_SOCK = OFF
 LWS_WITH_HTTP2 = 1
 LWS_SSL_SERVER_WITH_ECDH_CERT = OFF
 LWS_MAX_SMP = 1
 LWS_HAVE_PTHREAD_H = 1
 LWS_WITH_CGI = OFF
 LWS_HAVE_OPENSSL_ECDH_H =
 LWS_HAVE_SSL_CTX_set1_param =
 LWS_HAVE_RSA_SET0_KEY =
 LWS_WITH_HTTP_PROXY = OFF
 LIBHUBBUB_LIBRARIES =
 PLUGINS =
 LWS_WITH_ACCESS_LOG = OFF
 LWS_WITH_SERVER_STATUS = OFF
 LWS_WITH_LEJP = ON
 LWS_WITH_LEJP_CONF = ON
 LWS_WITH_GENERIC_SESSIONS = OFF
 LWS_STATIC_PIC = OFF
 LWS_WITH_RANGES = OFF
 LWS_PLAT_OPTEE = OFF
 LWS_PLAT_FREERTOS = OFF
 LWS_WITH_ZIP_FOPS = OFF
 LWS_AVOID_SIGPIPE_IGN = OFF
 LWS_WITH_STATS = OFF
 LWS_WITH_SOCKS5 = OFF
 LWS_HAVE_SYS_CAPABILITY_H =
 LWS_HAVE_LIBCAP =
 LWS_WITH_PEER_LIMITS = OFF
 LWS_HAVE_ATOLL = 1
 LWS_HAVE__ATOI64 =
 LWS_HAVE_STAT32I64 =
 LWS_HAS_INTPTR_T = 1
 LWS_WITH_EXPORT_LWSTARGETS = ON
 LWS_WITH_ABSTRACT =
---------------------------------------------------------------------
-- Configuring done
WARNING: Target "websockets_shared" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "websockets_shared" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "websockets" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "websockets" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "test-server" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "test-server-extpoll" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "test-client" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "test-lejp" requests linking to directory "/project/openssl-arm/lib".  Targets may link only to libraries.  CMake is dropping the item.
-- Generating done
-- Build files have been written to: /project/libwebsockets-master/build

cmake found openssl, but openssl/ecdh.h not found and more.. Don't complete cmake.. Where the problem is???

lws-team commented 4 years ago

-DOPENSSL_SSL_LIBRARY=/project/openssl-arm/lib -DOPENSSL_CRYPTO_LIBRARY=/project/openssl-arm/lib

That isn't the right way... the openssl module for finding openssl pieces uses those, but it wants a path to a library, not to a directory. CMake is telling you this over and over --->

requests linking to directory "/project/openssl-arm/lib". Targets may link only to libraries. CMake is dropping the item.

You want something along these lines

$ cmake .. -DCMAKE_TOOLCHAIN_FILE=mycross.cmake -DOPENSSL_SSL_LIBRARY="my-cross-staging-path/lib/libssl.a" -DOPENSSL_CRYPTO_LIBRARY="my-cross-staging-path/lib/libcrypto.a" -DOPENSSL_INCLUDE_DIR="my-cross-staging-path/include"

Where my-cross-staging-path looks like it is /project/openssl-arm for you.

vampirego commented 4 years ago

Thanks for your help.. But, It do not work also.

cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-arm-linux.cmake -DOPENSSL_ROOT_DIR=/project/openssl-arm -DOPENSSL_SSL_LIBRARY=/project/openssl-arm/lib/libssl.a -DOPENSSL_CRYPTO_LIBRARY=/proj
ect/openssl-arm/lib/libcrypto.a -DOPENSSL_INCLUDE_DIR=/project/openssl-arm/include

Result...

-- The C compiler identification is GNU 4.1.1
-- Check for working C compiler: /opt/lemonix/cdt/bin/arm-linux-gcc
-- Check for working C compiler: /opt/lemonix/cdt/bin/arm-linux-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Compiled with LWS_WITH_DIR and LWS_WITH_LEJP_CONF
-- CMAKE_TOOLCHAIN_FILE='/project/libwebsockets-master/contrib/cross-arm-linux.cmake'
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- Performing Test LWS_HAVE_inline
-- Performing Test LWS_HAVE_inline - Success
-- Performing Test LWS_HAVE___inline__
-- Performing Test LWS_HAVE___inline__ - Success
-- Performing Test LWS_HAVE___inline
-- Performing Test LWS_HAVE___inline - Success
-- Performing Test LWS_HAVE_MALLOC_TRIM
-- Performing Test LWS_HAVE_MALLOC_TRIM - Success
-- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE
-- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE - Success
-- Looking for fork
-- Looking for fork - found
-- Looking for getenv
-- Looking for getenv - found
-- Looking for malloc
-- Looking for malloc - found
-- Looking for memset
-- Looking for memset - found
-- Looking for realloc
-- Looking for realloc - found
-- Looking for socket
-- Looking for socket - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for vfork
-- Looking for vfork - found
-- Looking for execvpe
-- Looking for execvpe - not found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for _snprintf
-- Looking for _snprintf - not found
-- Looking for _vsnprintf
-- Looking for _vsnprintf - not found
-- Looking for getloadavg
-- Looking for getloadavg - found
-- Looking for atoll
-- Looking for atoll - found
-- Looking for _atoi64
-- Looking for _atoi64 - not found
-- Looking for _stat32i64
-- Looking for _stat32i64 - not found
-- Looking for clock_gettime
-- Looking for clock_gettime - not found
-- Looking for eventfd
-- Looking for eventfd - not found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for in6addr.h
-- Looking for in6addr.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/prctl.h
-- Looking for sys/prctl.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/sockio.h
-- Looking for sys/sockio.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for vfork.h
-- Looking for vfork.h - not found
-- Looking for sys/capability.h
-- Looking for sys/capability.h - not found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for cap_set_flag in cap
-- Looking for cap_set_flag in cap - not found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Performing Test LWS_HAS_INTPTR_T
-- Performing Test LWS_HAS_INTPTR_T - Success
-- Performing Test LWS_HAS_PTHREAD_SETNAME_NP
-- Performing Test LWS_HAS_PTHREAD_SETNAME_NP - Failed
-- Performing Test LWS_HAS_GETOPT_LONG
-- Performing Test LWS_HAS_GETOPT_LONG - Success
-- Performing Test LWS_HAVE_VISIBILITY
-- Performing Test LWS_HAVE_VISIBILITY - Success
-- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS
-- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS - Failed
-- Performing Test LWS_GCC_HAS_TYPE_LIMITS
-- Performing Test LWS_GCC_HAS_TYPE_LIMITS - Failed
Compiling with SSL support
-- Found OpenSSL: /project/openssl-arm/lib/libcrypto.a (found version "1.0.1o")
OpenSSL include dir: /project/openssl-arm/include
OpenSSL libraries: /project/openssl-arm/lib/libssl.a;/project/openssl-arm/lib/libcrypto.a
-- Looking for openssl/ecdh.h
-- Looking for openssl/ecdh.h - not found
-- Looking for SSL_CTX_set1_param
-- Looking for SSL_CTX_set1_param - not found
-- Looking for SSL_set_info_callback
-- Looking for SSL_set_info_callback - not found
-- Looking for X509_VERIFY_PARAM_set1_host
-- Looking for X509_VERIFY_PARAM_set1_host - not found
-- Looking for RSA_set0_key
-- Looking for RSA_set0_key - not found
-- Looking for X509_get_key_usage
-- Looking for X509_get_key_usage - not found
-- Looking for EVP_PKEY_new_raw_private_key
-- Looking for EVP_PKEY_new_raw_private_key - not found
-- Looking for SSL_CTX_get0_certificate
-- Looking for SSL_CTX_get0_certificate - not found
-- Looking for SSL_get0_alpn_selected
-- Looking for SSL_get0_alpn_selected - not found
-- Looking for SSL_set_alpn_protos
-- Looking for SSL_set_alpn_protos - not found
-- Looking for EVP_aes_128_cfb8
-- Looking for EVP_aes_128_cfb8 - not found
-- Looking for EVP_aes_128_cfb128
-- Looking for EVP_aes_128_cfb128 - not found
-- Looking for EVP_aes_192_cfb8
-- Looking for EVP_aes_192_cfb8 - not found
-- Looking for EVP_aes_192_cfb128
-- Looking for EVP_aes_192_cfb128 - not found
-- Looking for EVP_aes_256_cfb8
-- Looking for EVP_aes_256_cfb8 - not found
-- Looking for EVP_aes_256_cfb128
-- Looking for EVP_aes_256_cfb128 - not found
-- Looking for EVP_aes_128_xts
-- Looking for EVP_aes_128_xts - not found
-- Looking for RSA_verify_pss_mgf1
-- Looking for RSA_verify_pss_mgf1 - not found
-- Looking for HMAC_CTX_new
-- Looking for HMAC_CTX_new - not found
-- Looking for SSL_CTX_set_ciphersuites
-- Looking for SSL_CTX_set_ciphersuites - not found
-- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS
-- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS - Failed
-- Performing Test LWS_HAVE_EVP_MD_CTX_free
-- Performing Test LWS_HAVE_EVP_MD_CTX_free - Failed
-- Looking for ECDSA_SIG_set0
-- Looking for ECDSA_SIG_set0 - not found
-- Looking for BN_bn2binpad
-- Looking for BN_bn2binpad - not found
-- Looking for EVP_aes_128_wrap
-- Looking for EVP_aes_128_wrap - not found
-- Looking for EC_POINT_get_affine_coordinates
-- Looking for EC_POINT_get_affine_coordinates - not found
-- Looking for TLS_client_method
-- Looking for TLS_client_method - not found
-- Looking for TLSv1_2_client_method
-- Looking for TLSv1_2_client_method - not found
-- Performing Test LWS_HAVE_PIPE2
-- Performing Test LWS_HAVE_PIPE2 - Failed
-- Performing Test LWS_HAVE_TCP_USER_TIMEOUT
-- Performing Test LWS_HAVE_TCP_USER_TIMEOUT - Failed
Searching for OpenSSL executable and dlls
OpenSSL executable: /usr/bin/openssl
 GENCERTS = 1
Generating SSL Certificates for the test-server...
Generating a RSA private key
.........+++++
.....................................................+++++
writing new private key to '/project/libwebsockets-master/build/libwebsockets-test-server.key.pem'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (e.g. server FQDN or YOUR name) []:Email Address []:SUCCESSFULLY generated SSL certificate
-- Looking for RPMTools... - rpmbuild NOT FOUND
---------------------------------------------------------------------
  Settings:  (For more help do cmake -LH <srcpath>)
---------------------------------------------------------------------
 LWS_WITH_STATIC = ON
 LWS_WITH_SHARED = ON
 LWS_WITH_SSL = ON (SSL Support)
 LWS_SSL_CLIENT_USE_OS_CA_CERTS = 1
 LWS_WITH_WOLFSSL = OFF (wolfSSL/CyaSSL replacement for OpenSSL)
 LWS_WITH_MBEDTLS = OFF (mbedTLS replacement for OpenSSL)
 LWS_WITHOUT_BUILTIN_SHA1 = OFF
 LWS_WITHOUT_BUILTIN_GETIFADDRS = OFF
 LWS_WITHOUT_CLIENT = OFF
 LWS_WITHOUT_SERVER = OFF
 LWS_LINK_TESTAPPS_DYNAMIC = OFF
 LWS_WITHOUT_TESTAPPS = OFF
 LWS_WITHOUT_TEST_SERVER = OFF
 LWS_WITHOUT_TEST_SERVER_EXTPOLL = OFF
 LWS_WITHOUT_TEST_PING = OFF
 LWS_WITHOUT_TEST_CLIENT = OFF
 LWS_WITHOUT_EXTENSIONS = ON
 LWS_WITHOUT_DAEMONIZE = ON
 LWS_WITH_LIBEV = OFF
 LWS_WITH_LIBUV = OFF
 LWS_WITH_LIBEVENT = OFF
 LWS_WITH_GLIB = OFF
 LWS_IPV6 = OFF
 LWS_UNIX_SOCK = OFF
 LWS_WITH_HTTP2 = 1
 LWS_SSL_SERVER_WITH_ECDH_CERT = OFF
 LWS_MAX_SMP = 1
 LWS_HAVE_PTHREAD_H = 1
 LWS_WITH_CGI = OFF
 LWS_HAVE_OPENSSL_ECDH_H =
 LWS_HAVE_SSL_CTX_set1_param =
 LWS_HAVE_RSA_SET0_KEY =
 LWS_WITH_HTTP_PROXY = OFF
 LIBHUBBUB_LIBRARIES =
 PLUGINS =
 LWS_WITH_ACCESS_LOG = OFF
 LWS_WITH_SERVER_STATUS = OFF
 LWS_WITH_LEJP = ON
 LWS_WITH_LEJP_CONF = ON
 LWS_WITH_GENERIC_SESSIONS = OFF
 LWS_STATIC_PIC = OFF
 LWS_WITH_RANGES = OFF
 LWS_PLAT_OPTEE = OFF
 LWS_PLAT_FREERTOS = OFF
 LWS_WITH_ZIP_FOPS = OFF
 LWS_AVOID_SIGPIPE_IGN = OFF
 LWS_WITH_STATS = OFF
 LWS_WITH_SOCKS5 = OFF
 LWS_HAVE_SYS_CAPABILITY_H =
 LWS_HAVE_LIBCAP =
 LWS_WITH_PEER_LIMITS = OFF
 LWS_HAVE_ATOLL = 1
 LWS_HAVE__ATOI64 =
 LWS_HAVE_STAT32I64 =
 LWS_HAS_INTPTR_T = 1
 LWS_WITH_EXPORT_LWSTARGETS = ON
 LWS_WITH_ABSTRACT =
---------------------------------------------------------------------
-- Configuring done
-- Generating done
-- Build files have been written to: /project/libwebsockets-master/build
lws-team commented 4 years ago

Have a look at the second section here...

https://libwebsockets.org/git/libwebsockets/tree/READMEs/README.cmake.md

MayankMoonfrog commented 2 years ago

I am using /usr/lib/x86_64-linux-gnu/libssl.a as ssl library while cross compiling with android ndk. But i am getting <open/ssl.h> not found error on make. Any idea?

lws-team commented 2 years ago

That sounds confused... 1) the .a is a library, but your error is about an include, 2) openssl /boringssl usually needs libcrypto.a as well, 3) there is x86_64 in your cross path? You're cross compiling TO x86_64?

Your error is coming because lws doesn't know where to look to find your openssl headers / includes. As a starting point you should have a clear idea where they are.

hughjackz commented 2 years ago

Hi,how did you fix it finally? I am facing the same problem.

lws-team commented 2 years ago

I have learned that people posting on old issues are generally not good at identifying if they have "the same problem". They probably have 'a problem' sure enough.

hughjackz commented 2 years ago

Hi, i try to cross-compile libwebsocket-4.1stable with openssl1.1.1l in Ubuntu 18.04.4 LTS. Here is error message

root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# echo $CC
arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# echo $CXX
arm-poky-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# ls /root/ocpp-cross/ocpp-lib/openssl/include/
openssl
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# ls /root/ocpp-cross/ocpp-lib/openssl/include/openssl
aes.h       asyncerr.h  bnerr.h      cast.h     comp.h       crypto.h  dh.h      ecdh.h       engine.h  hmac.h    md2.h    objectserr.h  opensslconf.h  pem.h        rand_drbg.h  rc5.h        seed.h  ssl3.h      store.h     txt_db.h    x509.h
asn1err.h   async.h     bn.h         cmac.h     conf_api.h   cterr.h   dsaerr.h  ecdsa.h      e_os2.h   idea.h    md4.h    objects.h     opensslv.h     pkcs12err.h  randerr.h    ripemd.h     sha.h   sslerr.h    symhacks.h  uierr.h     x509v3err.h
asn1.h      bioerr.h    buffererr.h  cmserr.h   conferr.h    ct.h      dsa.h     ecerr.h      err.h     kdferr.h  md5.h    obj_mac.h     ossl_typ.h     pkcs12.h     rand.h       rsaerr.h     srp.h   ssl.h       tls1.h      ui.h        x509v3.h
asn1_mac.h  bio.h       buffer.h     cms.h      conf.h       des.h     dtls1.h   ec.h         evperr.h  kdf.h     mdc2.h   ocsperr.h     pem2.h         pkcs7err.h   rc2.h        rsa.h        srtp.h  stack.h     tserr.h     whrlpool.h  x509_vfy.h
asn1t.h     blowfish.h  camellia.h   comperr.h  cryptoerr.h  dherr.h   ebcdic.h  engineerr.h  evp.h     lhash.h   modes.h  ocsp.h        pemerr.h       pkcs7.h      rc4.h        safestack.h  ssl2.h  storeerr.h  ts.h        x509err.h
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# ls /root/ocpp-cross/ocpp-lib/openssl/lib/
engines-1.1  libcrypto.a  libcrypto.so  libcrypto.so.1.1  libssl.a  libssl.so  libssl.so.1.1  pkgconfig
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# file /root/ocpp-cross/ocpp-lib/openssl/lib/libssl.so.1.1 
/root/ocpp-cross/ocpp-lib/openssl/lib/libssl.so.1.1: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=697a7b8fb6e4dfcc3b8a4a79604ba2a53a00bbf1, with debug_info, not stripped
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# 
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# 
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# cmake  .. -DCMAKE_SYSTEM_NAME=Linux -DZLIB_INCLUDE_DIR=/root/ocpp-cross/ocpp-lib/libz-1.2.8/include/ -DZLIB_LIBRARY="/root/ocpp-cross/ocpp-lib/libz-1.2.8/lib/libz.so"  -DLWS_OPENSSL_INCLUDE_DIRS="/root/ocpp-cross/ocpp-lib/openssl/include/" -DLWS_OPENSSL_LIBRARIES="/root/ocpp-cross/ocpp-lib/openssl/lib/libssl.so;/root/ocpp-cross/ocpp-lib/openssl/lib/libcrypto.so"
-- The C compiler identification is GNU 5.3.0
-- Check for working C compiler: /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc
-- Check for working C compiler: /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Compiled with LWS_WITH_DIR and LWS_WITH_LEJP_CONF
-- Found Git: /usr/bin/git (found version "2.17.1") 
fatal: not a git repository (or any of the parent directories): .git
Git commit hash: 
-- Performing Test LWS_HAVE_inline
-- Performing Test LWS_HAVE_inline - Success
-- Performing Test LWS_HAVE___inline__
-- Performing Test LWS_HAVE___inline__ - Success
-- Performing Test LWS_HAVE___inline
-- Performing Test LWS_HAVE___inline - Success
-- Performing Test LWS_HAVE_MALLOC_TRIM
-- Performing Test LWS_HAVE_MALLOC_TRIM - Success
-- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE
-- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE - Success
-- Looking for fork
-- Looking for fork - found
-- Looking for getenv
-- Looking for getenv - found
-- Looking for malloc
-- Looking for malloc - found
-- Looking for memset
-- Looking for memset - found
-- Looking for realloc
-- Looking for realloc - found
-- Looking for socket
-- Looking for socket - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for vfork
-- Looking for vfork - found
-- Looking for execvpe
-- Looking for execvpe - found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for _snprintf
-- Looking for _snprintf - not found
-- Looking for _vsnprintf
-- Looking for _vsnprintf - not found
-- Looking for getloadavg
-- Looking for getloadavg - found
-- Looking for atoll
-- Looking for atoll - found
-- Looking for _atoi64
-- Looking for _atoi64 - not found
-- Looking for _stat32i64
-- Looking for _stat32i64 - not found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for in6addr.h
-- Looking for in6addr.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/prctl.h
-- Looking for sys/prctl.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/sockio.h
-- Looking for sys/sockio.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for vfork.h
-- Looking for vfork.h - not found
-- Looking for sys/capability.h
-- Looking for sys/capability.h - found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for cap_set_flag in cap
-- Looking for cap_set_flag in cap - found
-- Looking for 3 include files stdlib.h, ..., string.h
-- Looking for 3 include files stdlib.h, ..., string.h - found
-- Performing Test LWS_HAS_INTPTR_T
-- Performing Test LWS_HAS_INTPTR_T - Success
-- Performing Test LWS_HAS_PTHREAD_SETNAME_NP
-- Performing Test LWS_HAS_PTHREAD_SETNAME_NP - Failed
-- Performing Test LWS_HAS_GETOPT_LONG
-- Performing Test LWS_HAS_GETOPT_LONG - Success
-- Performing Test LWS_HAVE_VISIBILITY
-- Performing Test LWS_HAVE_VISIBILITY - Success
-- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS
-- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS - Success
-- Performing Test LWS_GCC_HAS_TYPE_LIMITS
-- Performing Test LWS_GCC_HAS_TYPE_LIMITS - Success
-- Looking for eventfd_read
-- Looking for eventfd_read - found
-- Performing Test LWS_HAVE_PIPE2
-- Performing Test LWS_HAVE_PIPE2 - Success
-- Performing Test LWS_HAVE_TCP_USER_TIMEOUT
-- Performing Test LWS_HAVE_TCP_USER_TIMEOUT - Success
Compiling with SSL support
OpenSSL include dir: /root/ocpp-cross/openssl/include
OpenSSL libraries: /root/ocpp-cross/ocpp-lib/openssl/lib/libssl.so;/root/ocpp-cross/ocpp-lib/openssl/lib/libcrypto.so
-- Looking for openssl/ecdh.h
-- Looking for openssl/ecdh.h - found
-- Looking for SSL_CTX_set1_param
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec300598115" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for SSL_CTX_set1_param - not found
-- Looking for SSL_set_info_callback
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec247515341" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for SSL_set_info_callback - not found
-- Looking for X509_VERIFY_PARAM_set1_host
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec3549263754" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for X509_VERIFY_PARAM_set1_host - not found
-- Looking for RSA_set0_key
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec3252794097" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for RSA_set0_key - not found
-- Looking for X509_get_key_usage
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec268370360" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for X509_get_key_usage - not found
-- Looking for EVP_PKEY_new_raw_private_key
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec122544098" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EVP_PKEY_new_raw_private_key - not found
-- Looking for SSL_CTX_get0_certificate
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec3956347277" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for SSL_CTX_get0_certificate - not found
-- Looking for SSL_get0_alpn_selected
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec598708510" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for SSL_get0_alpn_selected - not found
-- Looking for SSL_set_alpn_protos
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec3242282657" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for SSL_set_alpn_protos - not found
-- Looking for EVP_aes_128_cfb8
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec1184236126" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EVP_aes_128_cfb8 - not found
-- Looking for EVP_aes_128_cfb128
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec3478015850" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EVP_aes_128_cfb128 - not found
-- Looking for EVP_aes_192_cfb8
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec1501399405" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EVP_aes_192_cfb8 - not found
-- Looking for EVP_aes_192_cfb128
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec4144394148" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EVP_aes_192_cfb128 - not found
-- Looking for EVP_aes_256_cfb8
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec4266870830" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EVP_aes_256_cfb8 - not found
-- Looking for EVP_aes_256_cfb128
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec971314739" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EVP_aes_256_cfb128 - not found
-- Looking for EVP_aes_128_xts
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec1511646541" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EVP_aes_128_xts - not found
-- Looking for RSA_verify_pss_mgf1
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec2692506990" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for RSA_verify_pss_mgf1 - not found
-- Looking for HMAC_CTX_new
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec1092516197" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for HMAC_CTX_new - not found
-- Looking for SSL_CTX_set_ciphersuites
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec120433252" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for SSL_CTX_set_ciphersuites - not found
-- Looking for EVP_PKEY_new_raw_private_key
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec3571310609" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EVP_PKEY_new_raw_private_key - not found
-- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec1471587462" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS - Failed
-- Performing Test LWS_HAVE_EVP_MD_CTX_free
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec412040333" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Performing Test LWS_HAVE_EVP_MD_CTX_free - Failed
-- Looking for ECDSA_SIG_set0
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec2888831368" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for ECDSA_SIG_set0 - not found
-- Looking for BN_bn2binpad
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec719459264" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for BN_bn2binpad - not found
-- Looking for EVP_aes_128_wrap
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec283423979" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EVP_aes_128_wrap - not found
-- Looking for EC_POINT_get_affine_coordinates
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec2197907431" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for EC_POINT_get_affine_coordinates - not found
-- Looking for SSL_CTX_load_verify_file
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec2584582082" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for SSL_CTX_load_verify_file - not found
-- Looking for SSL_CTX_load_verify_dir
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec4256456705" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for SSL_CTX_load_verify_dir - not found
-- Looking for TLS_client_method
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec1038461236" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for TLS_client_method - not found
-- Looking for TLSv1_2_client_method
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "cmTryCompileExec78134713" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for TLSv1_2_client_method - not found
Searching for OpenSSL executable and dlls
CMake Warning (dev) at lib/tls/CMakeLists.txt:351 (find_package):
  A logical block opening on the line

    /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/cmake/FindOpenSSLbins.cmake:22 (if)

  closes on the line

    /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/cmake/FindOpenSSLbins.cmake:99 (endif)

  with mis-matching arguments.
This warning is for project developers.  Use -Wno-dev to suppress it.

OpenSSL executable: /usr/bin/openssl
 GENCERTS = 1
Generating SSL Certificates for the test-server...
Generating a RSA private key
....................................+++++
....................................+++++
writing new private key to '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/libwebsockets-test-server.key.pem'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (e.g. server FQDN or YOUR name) []:Email Address []:SUCCESSFULLY generated SSL certificate
DIR /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build CMP /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/cmake
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCAP_LIBRARIES
    linked by target "websockets" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/lib
    linked by target "websockets_shared" in directory /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/lib

-- Configuring incomplete, errors occurred!
See also "/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeOutput.log".
See also "/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeError.log".
hughjackz commented 2 years ago

And here are CMakeOutput.log and CMakeError.log

root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# 
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# cat CMakeFiles/CMakeOutput.log
The target system is: Linux -  - 
The host system is: Linux - 5.4.0-124-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7ve;-mfpu=neon;-mfloat-abi=hard;-mcpu=cortex-a7;--sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi
Build flags: ;-O2;-pipe;-g;-feliminate-unused-debug-types;-fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8;-fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux=;-fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=;
Id flags: 

The output was:
0

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is GNU, found in "/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3272539925/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3272539925.dir/build.make CMakeFiles/cmTryCompileExec3272539925.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3272539925.dir/testCCompiler.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec3272539925.dir/testCCompiler.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec3272539925
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3272539925.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3272539925.dir/testCCompiler.c.o  -o cmTryCompileExec3272539925 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Detecting C compiler ABI info compiled with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3597211843/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3597211843.dir/build.make CMakeFiles/cmTryCompileExec3597211843.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3597211843.dir/CMakeCCompilerABI.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec3597211843.dir/CMakeCCompilerABI.c.o   -c /usr/local/share/cmake-2.8/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec3597211843
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3597211843.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=     -v CMakeFiles/cmTryCompileExec3597211843.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec3597211843 -rdynamic  
Using built-in specs.
COLLECT_GCC=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/lto-wrapper
Target: arm-poky-linux-gnueabi
Configured with: ../../../../../../work-shared/gcc-5.3.0-r0/gcc-5.3.0/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=arm-poky-linux-gnueabi --prefix=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi --sbindir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi --libexecdir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi --datadir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi --includedir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-poky-linux-gnueabi- --without-local-prefix --enable-lto --enable-libssp --enable-libitm --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/5.3.0 --with-build-time-tools=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux/usr/arm-poky-linux-gnueabi/bin --with-sysroot=/not/exist --with-build-sysroot=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/imx6ulevk --enable-poison-system-directories --with-mpfr=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux --with-mpc=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux --enable-nls --with-arch=armv7-a
Thread model: posix
gcc version 5.3.0 (GCC) 
COMPILER_PATH=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/
LIBRARY_PATH=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/lib/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/
COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi' '-march=armv7ve' '-mfpu=neon' '-mfloat-abi=hard' '-mcpu=cortex-a7' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8' '-fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux=' '-fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=' '-v' '-o' 'cmTryCompileExec3597211843' '-rdynamic' '-mtls-dialect=gnu'
 /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/collect2 -plugin /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/liblto_plugin.so -plugin-opt=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOt7pjl.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi --build-id --eh-frame-hdr --hash-style=gnu -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X -m armelf_linux_eabi -o cmTryCompileExec3597211843 /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/crt1.o /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/crti.o /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0/crtbegin.o -L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0 -L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/lib -L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0 -L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib CMakeFiles/cmTryCompileExec3597211843.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0/crtend.o /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/crtn.o
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(arm-poky-linux-gnueabi-ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3597211843/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3597211843.dir/build.make CMakeFiles/cmTryCompileExec3597211843.dir/build]
  ignore line: [make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp']
  ignore line: [/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
  ignore line: [Building C object CMakeFiles/cmTryCompileExec3597211843.dir/CMakeCCompilerABI.c.o]
  ignore line: [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec3597211843.dir/CMakeCCompilerABI.c.o   -c /usr/local/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTryCompileExec3597211843]
  ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3597211843.dir/link.txt --verbose=1]
  ignore line: [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=     -v CMakeFiles/cmTryCompileExec3597211843.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec3597211843 -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc]
  ignore line: [COLLECT_LTO_WRAPPER=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/lto-wrapper]
  ignore line: [Target: arm-poky-linux-gnueabi]
  ignore line: [Configured with: ../../../../../../work-shared/gcc-5.3.0-r0/gcc-5.3.0/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=arm-poky-linux-gnueabi --prefix=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi --sbindir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi --libexecdir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi --datadir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi --includedir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-poky-linux-gnueabi- --without-local-prefix --enable-lto --enable-libssp --enable-libitm --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/5.3.0 --with-build-time-tools=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux/usr/arm-poky-linux-gnueabi/bin --with-sysroot=/not/exist --with-build-sysroot=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/imx6ulevk --enable-poison-system-directories --with-mpfr=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux --with-mpc=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux --enable-nls --with-arch=armv7-a]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 5.3.0 (GCC) ]
  ignore line: [COMPILER_PATH=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/]
  ignore line: [LIBRARY_PATH=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/lib/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0/:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi' '-march=armv7ve' '-mfpu=neon' '-mfloat-abi=hard' '-mcpu=cortex-a7' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8' '-fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux=' '-fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=' '-v' '-o' 'cmTryCompileExec3597211843' '-rdynamic' '-mtls-dialect=gnu']
  link line: [ /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/collect2 -plugin /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/liblto_plugin.so -plugin-opt=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOt7pjl.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi --build-id --eh-frame-hdr --hash-style=gnu -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X -m armelf_linux_eabi -o cmTryCompileExec3597211843 /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/crt1.o /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/crti.o /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0/crtbegin.o -L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0 -L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/lib -L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0 -L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib CMakeFiles/cmTryCompileExec3597211843.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0/crtend.o /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/crtn.o]
    arg [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccOt7pjl.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [--sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib/ld-linux-armhf.so.3] ==> ignore
    arg [-X] ==> ignore
    arg [-m] ==> ignore
    arg [armelf_linux_eabi] ==> ignore
    arg [-o] ==> ignore
    arg [cmTryCompileExec3597211843] ==> ignore
    arg [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/crt1.o] ==> ignore
    arg [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/crti.o] ==> ignore
    arg [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0/crtbegin.o] ==> ignore
    arg [-L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0] ==> dir [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0]
    arg [-L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/lib] ==> dir [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/lib]
    arg [-L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0] ==> dir [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0]
    arg [-L/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib] ==> dir [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib]
    arg [CMakeFiles/cmTryCompileExec3597211843.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [-lc] ==> lib [c]
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0/crtend.o] ==> ignore
    arg [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/crtn.o] ==> ignore
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  collapse library dir [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0] ==> [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0]
  collapse library dir [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/lib] ==> [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/lib]
  collapse library dir [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0] ==> [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0]
  collapse library dir [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib] ==> [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib]
  implicit libs: [c]
  implicit dirs: [/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0;/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/lib;/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/5.3.0;/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib]
  implicit fwks: []

Performing C SOURCE FILE Test LWS_HAVE_inline succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec69078832/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec69078832.dir/build.make CMakeFiles/cmTryCompileExec69078832.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec69078832.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE_inline   -o CMakeFiles/cmTryCompileExec69078832.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec69078832
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec69078832.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE_inline   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec69078832.dir/src.c.o  -o cmTryCompileExec69078832 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:

        #include <stdio.h>
        static KEYWORD void a() {}
        int main(int argc, char **argv) { a(); return 0; }

Performing C SOURCE FILE Test LWS_HAVE___inline__ succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2016069172/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2016069172.dir/build.make CMakeFiles/cmTryCompileExec2016069172.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2016069172.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline__ -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE___inline__   -o CMakeFiles/cmTryCompileExec2016069172.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec2016069172
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2016069172.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE___inline__   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2016069172.dir/src.c.o  -o cmTryCompileExec2016069172 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:

        #include <stdio.h>
        static KEYWORD void a() {}
        int main(int argc, char **argv) { a(); return 0; }

Performing C SOURCE FILE Test LWS_HAVE___inline succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1990869354/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1990869354.dir/build.make CMakeFiles/cmTryCompileExec1990869354.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1990869354.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE___inline   -o CMakeFiles/cmTryCompileExec1990869354.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec1990869354
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1990869354.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE___inline   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec1990869354.dir/src.c.o  -o cmTryCompileExec1990869354 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:

        #include <stdio.h>
        static KEYWORD void a() {}
        int main(int argc, char **argv) { a(); return 0; }

Performing C SOURCE FILE Test LWS_HAVE_MALLOC_TRIM succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec4029685913/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4029685913.dir/build.make CMakeFiles/cmTryCompileExec4029685913.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4029685913.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE_MALLOC_TRIM   -o CMakeFiles/cmTryCompileExec4029685913.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec4029685913
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4029685913.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE_MALLOC_TRIM   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec4029685913.dir/src.c.o  -o cmTryCompileExec4029685913 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:
#include <malloc.h>
    int main(int argc, char **argv) { return malloc_trim(0); }

Performing C SOURCE FILE Test LWS_HAVE_MALLOC_USABLE_SIZE succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3522508278/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3522508278.dir/build.make CMakeFiles/cmTryCompileExec3522508278.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3522508278.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE_MALLOC_USABLE_SIZE   -o CMakeFiles/cmTryCompileExec3522508278.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3522508278
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3522508278.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE_MALLOC_USABLE_SIZE   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3522508278.dir/src.c.o  -o cmTryCompileExec3522508278 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:
#include <malloc.h>
    int main(int argc, char **argv) { return (int)malloc_usable_size((void *)0); }

Determining if the function fork exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec894820731/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec894820731.dir/build.make CMakeFiles/cmTryCompileExec894820731.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec894820731.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=fork   -o CMakeFiles/cmTryCompileExec894820731.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function 'fork'
/usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c:3:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
 char CHECK_FUNCTION_EXISTS();
      ^
Linking C executable cmTryCompileExec894820731
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec894820731.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=fork   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec894820731.dir/CheckFunctionExists.c.o  -o cmTryCompileExec894820731 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function getenv exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2024106630/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2024106630.dir/build.make CMakeFiles/cmTryCompileExec2024106630.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2024106630.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=getenv   -o CMakeFiles/cmTryCompileExec2024106630.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2024106630
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2024106630.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=getenv   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2024106630.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2024106630 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function malloc exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3460042502/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3460042502.dir/build.make CMakeFiles/cmTryCompileExec3460042502.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3460042502.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=malloc   -o CMakeFiles/cmTryCompileExec3460042502.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function 'malloc'
/usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c:3:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
 char CHECK_FUNCTION_EXISTS();
      ^
Linking C executable cmTryCompileExec3460042502
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3460042502.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=malloc   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3460042502.dir/CheckFunctionExists.c.o  -o cmTryCompileExec3460042502 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function memset exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1511116410/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1511116410.dir/build.make CMakeFiles/cmTryCompileExec1511116410.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1511116410.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=memset   -o CMakeFiles/cmTryCompileExec1511116410.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function 'memset'
/usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c:3:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
 char CHECK_FUNCTION_EXISTS();
      ^
Linking C executable cmTryCompileExec1511116410
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1511116410.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=memset   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec1511116410.dir/CheckFunctionExists.c.o  -o cmTryCompileExec1511116410 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function realloc exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2021181431/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2021181431.dir/build.make CMakeFiles/cmTryCompileExec2021181431.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2021181431.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=realloc   -o CMakeFiles/cmTryCompileExec2021181431.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function 'realloc'
/usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c:3:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
 char CHECK_FUNCTION_EXISTS();
      ^
Linking C executable cmTryCompileExec2021181431
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2021181431.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=realloc   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2021181431.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2021181431 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function socket exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2767677235/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2767677235.dir/build.make CMakeFiles/cmTryCompileExec2767677235.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2767677235.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=socket   -o CMakeFiles/cmTryCompileExec2767677235.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2767677235
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2767677235.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=socket   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2767677235.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2767677235 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function strerror exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3672932185/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3672932185.dir/build.make CMakeFiles/cmTryCompileExec3672932185.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3672932185.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=strerror   -o CMakeFiles/cmTryCompileExec3672932185.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3672932185
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3672932185.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=strerror   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3672932185.dir/CheckFunctionExists.c.o  -o cmTryCompileExec3672932185 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function vfork exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2596407684/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2596407684.dir/build.make CMakeFiles/cmTryCompileExec2596407684.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2596407684.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=vfork   -o CMakeFiles/cmTryCompileExec2596407684.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2596407684
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2596407684.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=vfork   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2596407684.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2596407684 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function execvpe exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3014686604/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3014686604.dir/build.make CMakeFiles/cmTryCompileExec3014686604.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3014686604.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=execvpe   -o CMakeFiles/cmTryCompileExec3014686604.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3014686604
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3014686604.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=execvpe   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3014686604.dir/CheckFunctionExists.c.o  -o cmTryCompileExec3014686604 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function getifaddrs exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2429213401/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2429213401.dir/build.make CMakeFiles/cmTryCompileExec2429213401.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2429213401.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=getifaddrs   -o CMakeFiles/cmTryCompileExec2429213401.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2429213401
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2429213401.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=getifaddrs   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2429213401.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2429213401 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function snprintf exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3409855319/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3409855319.dir/build.make CMakeFiles/cmTryCompileExec3409855319.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3409855319.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=snprintf   -o CMakeFiles/cmTryCompileExec3409855319.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function 'snprintf'
/usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c:3:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
 char CHECK_FUNCTION_EXISTS();
      ^
Linking C executable cmTryCompileExec3409855319
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3409855319.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=snprintf   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3409855319.dir/CheckFunctionExists.c.o  -o cmTryCompileExec3409855319 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function getloadavg exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec717158929/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec717158929.dir/build.make CMakeFiles/cmTryCompileExec717158929.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec717158929.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=getloadavg   -o CMakeFiles/cmTryCompileExec717158929.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec717158929
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec717158929.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=getloadavg   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec717158929.dir/CheckFunctionExists.c.o  -o cmTryCompileExec717158929 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function atoll exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec95805796/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec95805796.dir/build.make CMakeFiles/cmTryCompileExec95805796.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec95805796.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=atoll   -o CMakeFiles/cmTryCompileExec95805796.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec95805796
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec95805796.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=atoll   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec95805796.dir/CheckFunctionExists.c.o  -o cmTryCompileExec95805796 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function clock_gettime exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2535501545/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2535501545.dir/build.make CMakeFiles/cmTryCompileExec2535501545.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2535501545.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=clock_gettime   -o CMakeFiles/cmTryCompileExec2535501545.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2535501545
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2535501545.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=clock_gettime   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2535501545.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2535501545 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file memory.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3290921911/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3290921911.dir/build.make CMakeFiles/cmTryCompileExec3290921911.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3290921911.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec3290921911.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec3290921911
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3290921911.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3290921911.dir/CheckIncludeFile.c.o  -o cmTryCompileExec3290921911 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file netinet/in.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec82877994/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec82877994.dir/build.make CMakeFiles/cmTryCompileExec82877994.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec82877994.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec82877994.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec82877994
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec82877994.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec82877994.dir/CheckIncludeFile.c.o  -o cmTryCompileExec82877994 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file stdint.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec4150511140/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4150511140.dir/build.make CMakeFiles/cmTryCompileExec4150511140.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4150511140.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec4150511140.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec4150511140
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4150511140.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec4150511140.dir/CheckIncludeFile.c.o  -o cmTryCompileExec4150511140 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file stdlib.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3529052707/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3529052707.dir/build.make CMakeFiles/cmTryCompileExec3529052707.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3529052707.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec3529052707.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec3529052707
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3529052707.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3529052707.dir/CheckIncludeFile.c.o  -o cmTryCompileExec3529052707 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file strings.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2306821831/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2306821831.dir/build.make CMakeFiles/cmTryCompileExec2306821831.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2306821831.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec2306821831.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec2306821831
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2306821831.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2306821831.dir/CheckIncludeFile.c.o  -o cmTryCompileExec2306821831 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file string.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3522545771/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3522545771.dir/build.make CMakeFiles/cmTryCompileExec3522545771.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3522545771.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec3522545771.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec3522545771
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3522545771.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3522545771.dir/CheckIncludeFile.c.o  -o cmTryCompileExec3522545771 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file sys/prctl.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1002231560/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1002231560.dir/build.make CMakeFiles/cmTryCompileExec1002231560.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1002231560.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec1002231560.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec1002231560
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1002231560.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec1002231560.dir/CheckIncludeFile.c.o  -o cmTryCompileExec1002231560 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file sys/socket.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3674352909/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3674352909.dir/build.make CMakeFiles/cmTryCompileExec3674352909.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3674352909.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec3674352909.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec3674352909
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3674352909.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3674352909.dir/CheckIncludeFile.c.o  -o cmTryCompileExec3674352909 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file sys/stat.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1964923290/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1964923290.dir/build.make CMakeFiles/cmTryCompileExec1964923290.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1964923290.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec1964923290.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec1964923290
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1964923290.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec1964923290.dir/CheckIncludeFile.c.o  -o cmTryCompileExec1964923290 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec850774919/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec850774919.dir/build.make CMakeFiles/cmTryCompileExec850774919.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec850774919.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec850774919.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec850774919
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec850774919.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec850774919.dir/CheckIncludeFile.c.o  -o cmTryCompileExec850774919 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file unistd.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1297723211/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1297723211.dir/build.make CMakeFiles/cmTryCompileExec1297723211.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1297723211.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec1297723211.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec1297723211
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1297723211.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec1297723211.dir/CheckIncludeFile.c.o  -o cmTryCompileExec1297723211 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file sys/capability.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3429239127/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3429239127.dir/build.make CMakeFiles/cmTryCompileExec3429239127.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3429239127.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec3429239127.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec3429239127
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3429239127.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3429239127.dir/CheckIncludeFile.c.o  -o cmTryCompileExec3429239127 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file malloc.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec159966589/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec159966589.dir/build.make CMakeFiles/cmTryCompileExec159966589.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec159966589.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec159966589.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec159966589
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec159966589.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec159966589.dir/CheckIncludeFile.c.o  -o cmTryCompileExec159966589 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file pthread.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec4286504483/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4286504483.dir/build.make CMakeFiles/cmTryCompileExec4286504483.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4286504483.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec4286504483.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec4286504483
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4286504483.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec4286504483.dir/CheckIncludeFile.c.o  -o cmTryCompileExec4286504483 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file inttypes.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3254394724/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3254394724.dir/build.make CMakeFiles/cmTryCompileExec3254394724.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3254394724.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec3254394724.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec3254394724
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3254394724.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3254394724.dir/CheckIncludeFile.c.o  -o cmTryCompileExec3254394724 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the include file sys/resource.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2816010785/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2816010785.dir/build.make CMakeFiles/cmTryCompileExec2816010785.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2816010785.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec2816010785.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec2816010785
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2816010785.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2816010785.dir/CheckIncludeFile.c.o  -o cmTryCompileExec2816010785 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if the function cap_set_flag exists in the cap passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec637810103/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec637810103.dir/build.make CMakeFiles/cmTryCompileExec637810103.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec637810103.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=cap_set_flag   -o CMakeFiles/cmTryCompileExec637810103.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec637810103
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec637810103.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=cap_set_flag   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec637810103.dir/CheckFunctionExists.c.o  -o cmTryCompileExec637810103 -rdynamic -lcap 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Determining if files stdlib.h;stdarg.h;string.h exist passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec934057572/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec934057572.dir/build.make CMakeFiles/cmTryCompileExec934057572.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec934057572.dir/CheckIncludeFiles.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec934057572.dir/CheckIncludeFiles.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec934057572
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec934057572.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec934057572.dir/CheckIncludeFiles.c.o  -o cmTryCompileExec934057572 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Performing C SOURCE FILE Test LWS_HAS_INTPTR_T succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec4028250851/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4028250851.dir/build.make CMakeFiles/cmTryCompileExec4028250851.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4028250851.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAS_INTPTR_T   -o CMakeFiles/cmTryCompileExec4028250851.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec4028250851
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4028250851.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAS_INTPTR_T   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec4028250851.dir/src.c.o  -o cmTryCompileExec4028250851 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:
#include <stdint.h> 
    int main(void) {
        intptr_t test = 1;
        return 0;
    }
Performing C SOURCE FILE Test LWS_HAS_GETOPT_LONG succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3478071438/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3478071438.dir/build.make CMakeFiles/cmTryCompileExec3478071438.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3478071438.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAS_GETOPT_LONG   -o CMakeFiles/cmTryCompileExec3478071438.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3478071438
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3478071438.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAS_GETOPT_LONG   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3478071438.dir/src.c.o  -o cmTryCompileExec3478071438 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:
#include <stddef.h>
    #include <getopt.h>
    int main(void) {
        void *p = (void *)getopt_long;
        return p != NULL;
    }
Performing C SOURCE FILE Test LWS_HAVE_VISIBILITY succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1701550830/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1701550830.dir/build.make CMakeFiles/cmTryCompileExec1701550830.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1701550830.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE_VISIBILITY   -fvisibility=hidden -o CMakeFiles/cmTryCompileExec1701550830.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec1701550830
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1701550830.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAVE_VISIBILITY   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec1701550830.dir/src.c.o  -o cmTryCompileExec1701550830 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test LWS_GCC_HAS_IGNORED_QUALIFIERS succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3890891892/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3890891892.dir/build.make CMakeFiles/cmTryCompileExec3890891892.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3890891892.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_GCC_HAS_IGNORED_QUALIFIERS   -Wignored-qualifiers -o CMakeFiles/cmTryCompileExec3890891892.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3890891892
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3890891892.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_GCC_HAS_IGNORED_QUALIFIERS   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3890891892.dir/src.c.o  -o cmTryCompileExec3890891892 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test LWS_GCC_HAS_TYPE_LIMITS succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec835725661/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec835725661.dir/build.make CMakeFiles/cmTryCompileExec835725661.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec835725661.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_GCC_HAS_TYPE_LIMITS   -Wtype-limits -o CMakeFiles/cmTryCompileExec835725661.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec835725661
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec835725661.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_GCC_HAS_TYPE_LIMITS   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec835725661.dir/src.c.o  -o cmTryCompileExec835725661 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:
int main(void) { return 0; }
Determining if the function eventfd_read exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2212572295/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2212572295.dir/build.make CMakeFiles/cmTryCompileExec2212572295.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2212572295.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -Wall -Wsign-compare -Wstrict-aliasing -fvisibility=hidden -Wundef  -Wuninitialized -Wtype-limits -Wignored-qualifiers  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=    -Werror -pthread -DCHECK_FUNCTION_EXISTS=eventfd_read   -o CMakeFiles/cmTryCompileExec2212572295.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2212572295
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2212572295.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -Wall -Wsign-compare -Wstrict-aliasing -fvisibility=hidden -Wundef  -Wuninitialized -Wtype-limits -Wignored-qualifiers  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=    -Werror -pthread -DCHECK_FUNCTION_EXISTS=eventfd_read   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2212572295.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2212572295 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Performing C SOURCE FILE Test LWS_HAVE_PIPE2 succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3078884653/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3078884653.dir/build.make CMakeFiles/cmTryCompileExec3078884653.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3078884653.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -Wall -Wsign-compare -Wstrict-aliasing -fvisibility=hidden -Wundef  -Wuninitialized -Wtype-limits -Wignored-qualifiers  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=    -Werror -pthread -DLWS_HAVE_PIPE2   -o CMakeFiles/cmTryCompileExec3078884653.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3078884653
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3078884653.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -Wall -Wsign-compare -Wstrict-aliasing -fvisibility=hidden -Wundef  -Wuninitialized -Wtype-limits -Wignored-qualifiers  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=    -Werror -pthread -DLWS_HAVE_PIPE2   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3078884653.dir/src.c.o  -o cmTryCompileExec3078884653 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:
#define _GNU_SOURCE
#include <unistd.h>
int main(void) {int fd[2];
 return pipe2(fd, 0);
}

Performing C SOURCE FILE Test LWS_HAVE_TCP_USER_TIMEOUT succeded with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3193677379/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3193677379.dir/build.make CMakeFiles/cmTryCompileExec3193677379.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3193677379.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -Wall -Wsign-compare -Wstrict-aliasing -fvisibility=hidden -Wundef  -Wuninitialized -Wtype-limits -Wignored-qualifiers  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=    -Werror -pthread -DLWS_HAVE_TCP_USER_TIMEOUT   -o CMakeFiles/cmTryCompileExec3193677379.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3193677379
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3193677379.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -Wall -Wsign-compare -Wstrict-aliasing -fvisibility=hidden -Wundef  -Wuninitialized -Wtype-limits -Wignored-qualifiers  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=    -Werror -pthread -DLWS_HAVE_TCP_USER_TIMEOUT   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec3193677379.dir/src.c.o  -o cmTryCompileExec3193677379 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

Source file was:
#include <netinet/tcp.h>
int main(void) { return TCP_USER_TIMEOUT; }

Determining if the include file openssl/ecdh.h exists passed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1862929531/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1862929531.dir/build.make CMakeFiles/cmTryCompileExec1862929531.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1862929531.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -Wall -Wsign-compare -Wstrict-aliasing -fvisibility=hidden -Wundef  -Wuninitialized -Wtype-limits -Wignored-qualifiers  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=    -Werror -pthread    -o CMakeFiles/cmTryCompileExec1862929531.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec1862929531
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1862929531.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -Wall -Wsign-compare -Wstrict-aliasing -fvisibility=hidden -Wundef  -Wuninitialized -Wtype-limits -Wignored-qualifiers  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=    -Werror -pthread    -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec1862929531.dir/CheckIncludeFile.c.o  -o cmTryCompileExec1862929531 -rdynamic 
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'

root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# 
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# 
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# 
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# 
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# 
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# cat build/CMakeFiles/CMakeError.log
cat: build/CMakeFiles/CMakeError.log: No such file or directory
root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build# cat CMakeFiles/CMakeError.log
Determining if the function _snprintf exists failed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1086893795/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1086893795.dir/build.make CMakeFiles/cmTryCompileExec1086893795.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1086893795.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=_snprintf   -o CMakeFiles/cmTryCompileExec1086893795.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1086893795
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1086893795.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=_snprintf   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec1086893795.dir/CheckFunctionExists.c.o  -o cmTryCompileExec1086893795 -rdynamic 
CMakeFiles/cmTryCompileExec1086893795.dir/CheckFunctionExists.c.o: In function `main':
/usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c:11: undefined reference to `_snprintf'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec1086893795.dir/build.make:91: recipe for target 'cmTryCompileExec1086893795' failed
make[1]: *** [cmTryCompileExec1086893795] Error 1
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec1086893795/fast' failed
make: *** [cmTryCompileExec1086893795/fast] Error 2

Determining if the function _vsnprintf exists failed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec351317548/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec351317548.dir/build.make CMakeFiles/cmTryCompileExec351317548.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec351317548.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=_vsnprintf   -o CMakeFiles/cmTryCompileExec351317548.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec351317548
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec351317548.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=_vsnprintf   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec351317548.dir/CheckFunctionExists.c.o  -o cmTryCompileExec351317548 -rdynamic 
CMakeFiles/cmTryCompileExec351317548.dir/CheckFunctionExists.c.o: In function `main':
/usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c:11: undefined reference to `_vsnprintf'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec351317548.dir/build.make:91: recipe for target 'cmTryCompileExec351317548' failed
make[1]: *** [cmTryCompileExec351317548] Error 1
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec351317548/fast' failed
make: *** [cmTryCompileExec351317548/fast] Error 2

Determining if the function _atoi64 exists failed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec975599324/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec975599324.dir/build.make CMakeFiles/cmTryCompileExec975599324.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec975599324.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=_atoi64   -o CMakeFiles/cmTryCompileExec975599324.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec975599324
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec975599324.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=_atoi64   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec975599324.dir/CheckFunctionExists.c.o  -o cmTryCompileExec975599324 -rdynamic 
CMakeFiles/cmTryCompileExec975599324.dir/CheckFunctionExists.c.o: In function `main':
/usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c:11: undefined reference to `_atoi64'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec975599324.dir/build.make:91: recipe for target 'cmTryCompileExec975599324' failed
make[1]: *** [cmTryCompileExec975599324] Error 1
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec975599324/fast' failed
make: *** [cmTryCompileExec975599324/fast] Error 2

Determining if the function _stat32i64 exists failed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1070129662/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1070129662.dir/build.make CMakeFiles/cmTryCompileExec1070129662.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1070129662.dir/CheckFunctionExists.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=_stat32i64   -o CMakeFiles/cmTryCompileExec1070129662.dir/CheckFunctionExists.c.o   -c /usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1070129662
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1070129662.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DCHECK_FUNCTION_EXISTS=_stat32i64   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec1070129662.dir/CheckFunctionExists.c.o  -o cmTryCompileExec1070129662 -rdynamic 
CMakeFiles/cmTryCompileExec1070129662.dir/CheckFunctionExists.c.o: In function `main':
/usr/local/share/cmake-2.8/Modules/CheckFunctionExists.c:11: undefined reference to `_stat32i64'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec1070129662.dir/build.make:91: recipe for target 'cmTryCompileExec1070129662' failed
make[1]: *** [cmTryCompileExec1070129662] Error 1
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec1070129662/fast' failed
make: *** [cmTryCompileExec1070129662/fast] Error 2

Determining if the include file in6addr.h exists failed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1918608038/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1918608038.dir/build.make CMakeFiles/cmTryCompileExec1918608038.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1918608038.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec1918608038.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:21: fatal error: in6addr.h: No such file or directory
compilation terminated.
CMakeFiles/cmTryCompileExec1918608038.dir/build.make:60: recipe for target 'CMakeFiles/cmTryCompileExec1918608038.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTryCompileExec1918608038.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec1918608038/fast' failed
make: *** [cmTryCompileExec1918608038/fast] Error 2

Determining if the include file sys/sockio.h exists failed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3862793369/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3862793369.dir/build.make CMakeFiles/cmTryCompileExec3862793369.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3862793369.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec3862793369.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:24: fatal error: sys/sockio.h: No such file or directory
compilation terminated.
CMakeFiles/cmTryCompileExec3862793369.dir/build.make:60: recipe for target 'CMakeFiles/cmTryCompileExec3862793369.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec3862793369.dir/CheckIncludeFile.c.o] Error 1
Makefile:117: recipe for target 'cmTryCompileExec3862793369/fast' failed
make: *** [cmTryCompileExec3862793369/fast] Error 2

Determining if the include file vfork.h exists failed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2646505320/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2646505320.dir/build.make CMakeFiles/cmTryCompileExec2646505320.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2646505320.dir/CheckIncludeFile.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=      -o CMakeFiles/cmTryCompileExec2646505320.dir/CheckIncludeFile.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:19: fatal error: vfork.h: No such file or directory
compilation terminated.
CMakeFiles/cmTryCompileExec2646505320.dir/build.make:60: recipe for target 'CMakeFiles/cmTryCompileExec2646505320.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec2646505320.dir/CheckIncludeFile.c.o] Error 1
Makefile:117: recipe for target 'cmTryCompileExec2646505320/fast' failed
make: *** [cmTryCompileExec2646505320/fast] Error 2

Performing C SOURCE FILE Test LWS_HAS_PTHREAD_SETNAME_NP failed with the following output:
Change Dir: /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2524748492/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2524748492.dir/build.make CMakeFiles/cmTryCompileExec2524748492.dir/build
make[1]: Entering directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2524748492.dir/src.c.o
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DKEYWORD=__inline -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAS_PTHREAD_SETNAME_NP   -o CMakeFiles/cmTryCompileExec2524748492.dir/src.c.o   -c /root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec2524748492
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2524748492.dir/link.txt --verbose=1
/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc   -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux=   -DLWS_HAS_PTHREAD_SETNAME_NP   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTryCompileExec2524748492.dir/src.c.o  -o cmTryCompileExec2524748492 -rdynamic 
CMakeFiles/cmTryCompileExec2524748492.dir/src.c.o: In function `main':
/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp/src.c:5: undefined reference to `pthread_setname_np'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec2524748492.dir/build.make:91: recipe for target 'cmTryCompileExec2524748492' failed
make[1]: *** [cmTryCompileExec2524748492] Error 1
make[1]: Leaving directory '/root/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec2524748492/fast' failed
make: *** [cmTryCompileExec2524748492/fast] Error 2

Source file was:
#define _GNU_SOURCE
        #include <pthread.h>
        int main(void) {
            pthread_t th = 0;
            pthread_setname_np(th, NULL);
            return 0;
        }
Determining if the function SSL_CTX_set1_param exists failed with the following output:

Determining if the function SSL_set_info_callback exists failed with the following output:

Determining if the function X509_VERIFY_PARAM_set1_host exists failed with the following output:

Determining if the function RSA_set0_key exists failed with the following output:

Determining if the function X509_get_key_usage exists failed with the following output:

Determining if the function EVP_PKEY_new_raw_private_key exists failed with the following output:

Determining if the function SSL_CTX_get0_certificate exists failed with the following output:

Determining if the function SSL_get0_alpn_selected exists failed with the following output:

Determining if the function SSL_set_alpn_protos exists failed with the following output:

Determining if the function EVP_aes_128_cfb8 exists failed with the following output:

Determining if the function EVP_aes_128_cfb128 exists failed with the following output:

Determining if the function EVP_aes_192_cfb8 exists failed with the following output:

Determining if the function EVP_aes_192_cfb128 exists failed with the following output:

Determining if the function EVP_aes_256_cfb8 exists failed with the following output:

Determining if the function EVP_aes_256_cfb128 exists failed with the following output:

Determining if the function EVP_aes_128_xts exists failed with the following output:

Determining if the function RSA_verify_pss_mgf1 exists failed with the following output:

Determining if the function HMAC_CTX_new exists failed with the following output:

Determining if the function SSL_CTX_set_ciphersuites exists failed with the following output:

Determining if the function EVP_PKEY_new_raw_private_key exists failed with the following output:

Performing C SOURCE FILE Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS failed with the following output:

Source file was:
#include <openssl/ssl.h>
int main(void) { STACK_OF(X509) *c = NULL; SSL_CTX *ctx = NULL; return (int)SSL_CTX_get_extra_chain_certs_only(ctx, &c); }

Performing C SOURCE FILE Test LWS_HAVE_EVP_MD_CTX_free failed with the following output:

Source file was:
#include <openssl/ssl.h>
int main(void) { EVP_MD_CTX *md_ctx = NULL; EVP_MD_CTX_free(md_ctx); return 0; }

Determining if the function ECDSA_SIG_set0 exists failed with the following output:

Determining if the function BN_bn2binpad exists failed with the following output:

Determining if the function EVP_aes_128_wrap exists failed with the following output:

Determining if the function EC_POINT_get_affine_coordinates exists failed with the following output:

Determining if the function SSL_CTX_load_verify_file exists failed with the following output:

Determining if the function SSL_CTX_load_verify_dir exists failed with the following output:

Determining if the function TLS_client_method exists failed with the following output:

Determining if the function TLSv1_2_client_method exists failed with the following output:

root@ubuntu:~/ocpp-cross/ocpp-file/ws-4.1/libwebsockets-4.1-stable/build#