Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ErrorsComponents in which Error Present
undefined reference to 'swctlUtopia
Setting a pointer/reference variable may leak memorySWIG

Current Error:

→ Setting Pointer Reference Variable Error

...

Compilation Errors in opensslOpenssl




Detailed Explanation of Errors :

...

Added line is :

#include "autoconf.h"

Current Error:

LOGFILE ERROR:


OPenssl:


 -D_PLATFORM_RASPBERRYPI_ -DENABLE_SD_NOTIFY -UPARODUS_ENABLE        -DCONFIG_VENDOR_CUSTOMER_COMCAST  -DFEATURE_RDKB_WAN_MANAGER  -MT libCcspCommonLibrary_AnscPlatform_la-user_memory.lo -MD -MP -MF .deps/libCcspCommonLibrary_AnscPlatform_la-user_memory.Tpo -c -o libCcspCommonLibrary_AnscPlatform_la-user_memory.lo `test -f 'user_memory.c' || echo '../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/'`user_memory.c
| ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/user_openssl.c: In function 'initialize_openssl_lib':
| ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/user_openssl.c:71:5: error: implicit declaration of function 'SSLeay_add_all_algorithms'; did you mean 'SSLeay_add_ssl_algorithms'? [-Werror=implicit-function-declaration]
|    71 |     SSLeay_add_all_algorithms ();
|       |     ^~~~~~~~~~~~~~~~~~~~~~~~~
|       |     SSLeay_add_ssl_algorithms
| ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/user_openssl.c: In function 'openssl_connect':
| ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/user_openssl.c:375:36: error: dereferencing pointer to incomplete type 'SSL' {aka 'struct ssl_st'}
|   375 |   if (SSL_connect (ssl) <= 0 || ssl->state != SSL_ST_OK)
|       |                                    ^~
| ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/user_openssl.c:375:47: error: 'SSL_ST_OK' undeclared (first use in this function); did you mean 'TLS_ST_OK'?
|   375 |   if (SSL_connect (ssl) <= 0 || ssl->state != SSL_ST_OK)                         
|       |        TLS                                       ^~~~~~~~~
|       |                                               TLS_ST_OK
| ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/user_openssl.c:375:47: note: each undeclared identifier is reported only once for each function it appears in
| arm-rdk-linux-gnueabi-libtool: compile:  arm-rdk-linux-gnueabi-gcc -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform -I../../../.. -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/include/linux -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/debug_api/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/common/PoamIrepFolder -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/utilities/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/custom -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bwsp/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bree/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/beep/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bwrm/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/system/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/services/dslh/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/services/bmc2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/cli/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmc2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/debug_api/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/common/MessageBusHelper/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/custom -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/tls/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscCrypto -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/web/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/stun/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/http/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/http/utilities/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/asn.1/include -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -Os -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0=/usr/src/debug/ccsp-common-library/1.99+git999-r0 -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0=/usr/src/debug/ccsp-common-library/1.99+git999-r0 -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot= -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot-native= -DFEATURE_SUPPORT_RDKLOG -D_GNU_SOURCE -D__USE_XOPEN -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/dbus-1.0 -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/lib/dbus-1.0/include -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/rbus -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/rtmessage -Wall -Werror -Wextra -D_COSA_HAL_ -U_COSA_SIM_ -fno-exceptions -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-strict-aliasing -DCONFIG_SYSTEM_MOCA -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -D_CCSP_CWMP_TCP_CONNREQ_HANDLER -D_DSLH_STUN_ -D_NO_PKI_KB5_SUPPORT -D_BBHM_SSE_FILE_IO -D_ANSC_USE_OPENSSL_ -DENABLE_SA_KEY -D_ANSC_AES_USED_ -D_COSA_INTEL_USG_ARM_ -D_COSA_FOR_COMCAST_ -D_NO_EXECINFO_H_ -DFEATURE_SUPPORT_SYSLOG -DBUILD_WEB -D_NO_ANSC_ZLIB_ -D_DEBUG -U_ANSC_IPV6_COMPATIBLE_ -DINCLUDE_BREAKPAD -DUSE_NOTIFY_COMPONENT -DNTPD_ENABLE -DUTC_ENABLE -DXDNS_ENABLE -DMOCA_HOME_ISOLATION -DCCSP_SUPPORT_ENABLED -DFEATURE_SUPPORT_ONBOARD_LOGGING -D_RDK_REF_PLATFORM_ -DDSLITE_FEATURE_SUPPORT -DDDNS_BROADBANDFORUM -DDEVICE_GATEWAY_ASSOCIATION_FEATURE -DFEATURE_RDKB_WAN_MANAGER -DFEATURE_FWUPGRADE_MANAGER -DFEATURE_RDKB_GPON_MANAGER -DFEATURE_RDKB_XDSL_PPP_MANAGER -DRDKB_EXTENDER_ENABLED -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/libsafec -U_COSA_SIM_ -fno-exceptions -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-strict-aliasing -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -D_CCSP_CWMP_TCP_CONNREQ_HANDLER -D_DSLH_STUN_ -D_NO_PKI_KB5_SUPPORT -D_BBHM_SSE_FILE_IO -D_ANSC_USE_OPENSSL_ -DENABLE_SA_KEY -D_ANSC_AES_USED_ -D_COSA_INTEL_USG_ARM_ -D_COSA_FOR_COMCAST_ -D_NO_EXECINFO_H_ -DFEATURE_SUPPORT_SYSLOG -DBUILD_WEB -D_NO_ANSC_ZLIB_ -D_DEBUG -U_ANSC_IPV6_COMPATIBLE_ -D_COSA_BCM_ARM_ -DUSE_NOTIFY_COMPONENT -D_PLATFORM_RASPBERRYPI_ -DENABLE_SD_NOTIFY -UPARODUS_ENABLE -DCONFIG_VENDOR_CUSTOMER_COMCAST -DFEATURE_RDKB_WAN_MANAGER -MT libCcspCommonLibrary_AnscPlatform_la-ansc_http_parser.lo -MD -MP -MF .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_http_parser.Tpo -c ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/ansc_http_parser.c -o libCcspCommonLibrary_AnscPlatform_la-ansc_http_parser.o >/dev/null 2>&1
| cc1: all warnings being treated as errors
| Makefile:724: recipe for target 'libCcspCommonLibrary_AnscPlatform_la-user_openssl.lo' failed
| make[5]: *** [libCcspCommonLibrary_AnscPlatform_la-user_openssl.lo] Error 1
| make[5]: *** Waiting for unfinished jobs....
| arm-rdk-linux-gnueabi-libtool: compile:  arm-rdk-linux-gnueabi-gcc -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform -I../../../.. -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/include/linux -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/debug_api/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/common/PoamIrepFolder -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/utilities/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/custom -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bwsp/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bree/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/beep/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bwrm/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/system/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/services/dslh/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/services/bmc2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/cli/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmc2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/debug_api/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/common/MessageBusHelper/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/custom -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/tls/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscCrypto -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/web/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/stun/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/http/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/http/utilities/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/asn.1/include -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -Os -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0=/usr/src/debug/ccsp-common-library/1.99+git999-r0 -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0=/usr/src/debug/ccsp-common-library/1.99+git999-r0 -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot= -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot-native= -DFEATURE_SUPPORT_RDKLOG -D_GNU_SOURCE -D__USE_XOPEN -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/dbus-1.0 -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/lib/dbus-1.0/include -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/rbus -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/rtmessage -Wall -Werror -Wextra -D_COSA_HAL_ -U_COSA_SIM_ -fno-exceptions -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-strict-aliasing -DCONFIG_SYSTEM_MOCA -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -D_CCSP_CWMP_TCP_CONNREQ_HANDLER -D_DSLH_STUN_ -D_NO_PKI_KB5_SUPPORT -D_BBHM_SSE_FILE_IO -D_ANSC_USE_OPENSSL_ -DENABLE_SA_KEY -D_ANSC_AES_USED_ -D_COSA_INTEL_USG_ARM_ -D_COSA_FOR_COMCAST_ -D_NO_EXECINFO_H_ -DFEATURE_SUPPORT_SYSLOG -DBUILD_WEB -D_NO_ANSC_ZLIB_ -D_DEBUG -U_ANSC_IPV6_COMPATIBLE_ -DINCLUDE_BREAKPAD -DUSE_NOTIFY_COMPONENT -DNTPD_ENABLE -DUTC_ENABLE -DXDNS_ENABLE -DMOCA_HOME_ISOLATION -DCCSP_SUPPORT_ENABLED -DFEATURE_SUPPORT_ONBOARD_LOGGING -D_RDK_REF_PLATFORM_ -DDSLITE_FEATURE_SUPPORT -DDDNS_BROADBANDFORUM -DDEVICE_GATEWAY_ASSOCIATION_FEATURE -DFEATURE_RDKB_WAN_MANAGER -DFEATURE_FWUPGRADE_MANAGER -DFEATURE_RDKB_GPON_MANAGER -DFEATURE_RDKB_XDSL_PPP_MANAGER -DRDKB_EXTENDER_ENABLED -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/libsafec -U_COSA_SIM_ -fno-exceptions -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-strict-aliasing -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -D_CCSP_CWMP_TCP_CONNREQ_HANDLER -D_DSLH_STUN_ -D_NO_PKI_KB5_SUPPORT -D_BBHM_SSE_FILE_IO -D_ANSC_USE_OPENSSL_ -DENABLE_SA_KEY -D_ANSC_AES_USED_ -D_COSA_INTEL_USG_ARM_ -D_COSA_FOR_COMCAST_ -D_NO_EXECINFO_H_ -DFEATURE_SUPPORT_SYSLOG -DBUILD_WEB -D_NO_ANSC_ZLIB_ -D_DEBUG -U_ANSC_IPV6_COMPATIBLE_ -D_COSA_BCM_ARM_ -DUSE_NOTIFY_COMPONENT -D_PLATFORM_RASPBERRYPI_ -DENABLE_SD_NOTIFY -UPARODUS_ENABLE -DCONFIG_VENDOR_CUSTOMER_COMCAST -DFEATURE_RDKB_WAN_MANAGER -MT libCcspCommonLibrary_AnscPlatform_la-user_memory.lo -MD -MP -MF .deps/libCcspCommonLibrary_AnscPlatform_la-user_memory.Tpo -c ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/user_memory.c  -fPIC -DPIC -o .libs/libCcspCommonLibrary_AnscPlatform_la-user_memory.o
| mv -f .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_x509_cert.Tpo .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_x509_cert.Plo
| mv -f .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_external.Tpo .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_external.Plo
| mv -f .deps/libCcspCommonLibrary_AnscPlatform_la-user_socket.Tpo .deps/libCcspCommonLibrary_AnscPlatform_la-user_socket.Plo
| arm-rdk-linux-gnueabi-libtool: compile:  arm-rdk-linux-gnueabi-gcc -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform -I../../../.. -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/include/linux -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/debug_api/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/common/PoamIrepFolder -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/utilities/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/custom -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bwsp/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bree/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/beep/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bwrm/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/system/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/services/dslh/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/services/bmc2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/cli/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmc2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/debug_api/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/common/MessageBusHelper/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/custom -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/tls/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscCrypto -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/web/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/stun/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/http/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/http/utilities/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/asn.1/include -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -Os -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0=/usr/src/debug/ccsp-common-library/1.99+git999-r0 -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0=/usr/src/debug/ccsp-common-library/1.99+git999-r0 -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot= -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot-native= -DFEATURE_SUPPORT_RDKLOG -D_GNU_SOURCE -D__USE_XOPEN -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/dbus-1.0 -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/lib/dbus-1.0/include -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/rbus -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/rtmessage -Wall -Werror -Wextra -D_COSA_HAL_ -U_COSA_SIM_ -fno-exceptions -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-strict-aliasing -DCONFIG_SYSTEM_MOCA -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -D_CCSP_CWMP_TCP_CONNREQ_HANDLER -D_DSLH_STUN_ -D_NO_PKI_KB5_SUPPORT -D_BBHM_SSE_FILE_IO -D_ANSC_USE_OPENSSL_ -DENABLE_SA_KEY -D_ANSC_AES_USED_ -D_COSA_INTEL_USG_ARM_ -D_COSA_FOR_COMCAST_ -D_NO_EXECINFO_H_ -DFEATURE_SUPPORT_SYSLOG -DBUILD_WEB -D_NO_ANSC_ZLIB_ -D_DEBUG -U_ANSC_IPV6_COMPATIBLE_ -DINCLUDE_BREAKPAD -DUSE_NOTIFY_COMPONENT -DNTPD_ENABLE -DUTC_ENABLE -DXDNS_ENABLE -DMOCA_HOME_ISOLATION -DCCSP_SUPPORT_ENABLED -DFEATURE_SUPPORT_ONBOARD_LOGGING -D_RDK_REF_PLATFORM_ -DDSLITE_FEATURE_SUPPORT -DDDNS_BROADBANDFORUM -DDEVICE_GATEWAY_ASSOCIATION_FEATURE -DFEATURE_RDKB_WAN_MANAGER -DFEATURE_FWUPGRADE_MANAGER -DFEATURE_RDKB_GPON_MANAGER -DFEATURE_RDKB_XDSL_PPP_MANAGER -DRDKB_EXTENDER_ENABLED -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/libsafec -U_COSA_SIM_ -fno-exceptions -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-strict-aliasing -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -D_CCSP_CWMP_TCP_CONNREQ_HANDLER -D_DSLH_STUN_ -D_NO_PKI_KB5_SUPPORT -D_BBHM_SSE_FILE_IO -D_ANSC_USE_OPENSSL_ -DENABLE_SA_KEY -D_ANSC_AES_USED_ -D_COSA_INTEL_USG_ARM_ -D_COSA_FOR_COMCAST_ -D_NO_EXECINFO_H_ -DFEATURE_SUPPORT_SYSLOG -DBUILD_WEB -D_NO_ANSC_ZLIB_ -D_DEBUG -U_ANSC_IPV6_COMPATIBLE_ -D_COSA_BCM_ARM_ -DUSE_NOTIFY_COMPONENT -D_PLATFORM_RASPBERRYPI_ -DENABLE_SD_NOTIFY -UPARODUS_ENABLE -DCONFIG_VENDOR_CUSTOMER_COMCAST -DFEATURE_RDKB_WAN_MANAGER -MT libCcspCommonLibrary_AnscPlatform_la-ansc_token.lo -MD -MP -MF .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_token.Tpo -c ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/ansc_token.c -o libCcspCommonLibrary_AnscPlatform_la-ansc_token.o >/dev/null 2>&1
| arm-rdk-linux-gnueabi-libtool: compile:  arm-rdk-linux-gnueabi-gcc -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform -I../../../.. -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/include/linux -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/debug_api/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/common/PoamIrepFolder -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/utilities/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/custom -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bwsp/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bree/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/beep/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bwrm/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/system/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/services/dslh/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/services/bmc2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/cli/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmc2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/debug_api/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/common/MessageBusHelper/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/custom -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/tls/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscCrypto -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/web/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/stun/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/http/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/http/utilities/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/asn.1/include -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -Os -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0=/usr/src/debug/ccsp-common-library/1.99+git999-r0 -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0=/usr/src/debug/ccsp-common-library/1.99+git999-r0 -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot= -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot-native= -DFEATURE_SUPPORT_RDKLOG -D_GNU_SOURCE -D__USE_XOPEN -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/dbus-1.0 -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/lib/dbus-1.0/include -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/rbus -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/rtmessage -Wall -Werror -Wextra -D_COSA_HAL_ -U_COSA_SIM_ -fno-exceptions -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-strict-aliasing -DCONFIG_SYSTEM_MOCA -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -D_CCSP_CWMP_TCP_CONNREQ_HANDLER -D_DSLH_STUN_ -D_NO_PKI_KB5_SUPPORT -D_BBHM_SSE_FILE_IO -D_ANSC_USE_OPENSSL_ -DENABLE_SA_KEY -D_ANSC_AES_USED_ -D_COSA_INTEL_USG_ARM_ -D_COSA_FOR_COMCAST_ -D_NO_EXECINFO_H_ -DFEATURE_SUPPORT_SYSLOG -DBUILD_WEB -D_NO_ANSC_ZLIB_ -D_DEBUG -U_ANSC_IPV6_COMPATIBLE_ -DINCLUDE_BREAKPAD -DUSE_NOTIFY_COMPONENT -DNTPD_ENABLE -DUTC_ENABLE -DXDNS_ENABLE -DMOCA_HOME_ISOLATION -DCCSP_SUPPORT_ENABLED -DFEATURE_SUPPORT_ONBOARD_LOGGING -D_RDK_REF_PLATFORM_ -DDSLITE_FEATURE_SUPPORT -DDDNS_BROADBANDFORUM -DDEVICE_GATEWAY_ASSOCIATION_FEATURE -DFEATURE_RDKB_WAN_MANAGER -DFEATURE_FWUPGRADE_MANAGER -DFEATURE_RDKB_GPON_MANAGER -DFEATURE_RDKB_XDSL_PPP_MANAGER -DRDKB_EXTENDER_ENABLED -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/libsafec -U_COSA_SIM_ -fno-exceptions -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-strict-aliasing -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -D_CCSP_CWMP_TCP_CONNREQ_HANDLER -D_DSLH_STUN_ -D_NO_PKI_KB5_SUPPORT -D_BBHM_SSE_FILE_IO -D_ANSC_USE_OPENSSL_ -DENABLE_SA_KEY -D_ANSC_AES_USED_ -D_COSA_INTEL_USG_ARM_ -D_COSA_FOR_COMCAST_ -D_NO_EXECINFO_H_ -DFEATURE_SUPPORT_SYSLOG -DBUILD_WEB -D_NO_ANSC_ZLIB_ -D_DEBUG -U_ANSC_IPV6_COMPATIBLE_ -D_COSA_BCM_ARM_ -DUSE_NOTIFY_COMPONENT -D_PLATFORM_RASPBERRYPI_ -DENABLE_SD_NOTIFY -UPARODUS_ENABLE -DCONFIG_VENDOR_CUSTOMER_COMCAST -DFEATURE_RDKB_WAN_MANAGER -MT libCcspCommonLibrary_AnscPlatform_la-user_memory.lo -MD -MP -MF .deps/libCcspCommonLibrary_AnscPlatform_la-user_memory.Tpo -c ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/user_memory.c -o libCcspCommonLibrary_AnscPlatform_la-user_memory.o >/dev/null 2>&1
| arm-rdk-linux-gnueabi-libtool: compile:  arm-rdk-linux-gnueabi-gcc -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform -I../../../.. -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/include/linux -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/debug_api/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/common/PoamIrepFolder -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/utilities/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/custom -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bwsp/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bree/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/beep/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmw2/bwrm/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/system/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/services/dslh/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/slap/services/bmc2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/cli/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/cosa/package/bmc2/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/debug_api/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/components/common/MessageBusHelper/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/ccsp/custom -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/tls/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscCrypto -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/web/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/stun/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/http/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/http/utilities/include -I../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/asn.1/include -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -Os -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0=/usr/src/debug/ccsp-common-library/1.99+git999-r0 -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0=/usr/src/debug/ccsp-common-library/1.99+git999-r0 -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot= -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot-native= -DFEATURE_SUPPORT_RDKLOG -D_GNU_SOURCE -D__USE_XOPEN -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/dbus-1.0 -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/lib/dbus-1.0/include -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/rbus -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/rtmessage -Wall -Werror -Wextra -D_COSA_HAL_ -U_COSA_SIM_ -fno-exceptions -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-strict-aliasing -DCONFIG_SYSTEM_MOCA -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -D_CCSP_CWMP_TCP_CONNREQ_HANDLER -D_DSLH_STUN_ -D_NO_PKI_KB5_SUPPORT -D_BBHM_SSE_FILE_IO -D_ANSC_USE_OPENSSL_ -DENABLE_SA_KEY -D_ANSC_AES_USED_ -D_COSA_INTEL_USG_ARM_ -D_COSA_FOR_COMCAST_ -D_NO_EXECINFO_H_ -DFEATURE_SUPPORT_SYSLOG -DBUILD_WEB -D_NO_ANSC_ZLIB_ -D_DEBUG -U_ANSC_IPV6_COMPATIBLE_ -DINCLUDE_BREAKPAD -DUSE_NOTIFY_COMPONENT -DNTPD_ENABLE -DUTC_ENABLE -DXDNS_ENABLE -DMOCA_HOME_ISOLATION -DCCSP_SUPPORT_ENABLED -DFEATURE_SUPPORT_ONBOARD_LOGGING -D_RDK_REF_PLATFORM_ -DDSLITE_FEATURE_SUPPORT -DDDNS_BROADBANDFORUM -DDEVICE_GATEWAY_ASSOCIATION_FEATURE -DFEATURE_RDKB_WAN_MANAGER -DFEATURE_FWUPGRADE_MANAGER -DFEATURE_RDKB_GPON_MANAGER -DFEATURE_RDKB_XDSL_PPP_MANAGER -DRDKB_EXTENDER_ENABLED -I/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/recipe-sysroot/usr/include/libsafec -U_COSA_SIM_ -fno-exceptions -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-strict-aliasing -D_ANSC_LINUX -D_ANSC_USER -D_ANSC_LITTLE_ENDIAN_ -D_CCSP_CWMP_TCP_CONNREQ_HANDLER -D_DSLH_STUN_ -D_NO_PKI_KB5_SUPPORT -D_BBHM_SSE_FILE_IO -D_ANSC_USE_OPENSSL_ -DENABLE_SA_KEY -D_ANSC_AES_USED_ -D_COSA_INTEL_USG_ARM_ -D_COSA_FOR_COMCAST_ -D_NO_EXECINFO_H_ -DFEATURE_SUPPORT_SYSLOG -DBUILD_WEB -D_NO_ANSC_ZLIB_ -D_DEBUG -U_ANSC_IPV6_COMPATIBLE_ -D_COSA_BCM_ARM_ -DUSE_NOTIFY_COMPONENT -D_PLATFORM_RASPBERRYPI_ -DENABLE_SD_NOTIFY -UPARODUS_ENABLE -DCONFIG_VENDOR_CUSTOMER_COMCAST -DFEATURE_RDKB_WAN_MANAGER -MT libCcspCommonLibrary_AnscPlatform_la-ansc_string.lo -MD -MP -MF .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_string.Tpo -c ../../../../../../../../../../../rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/ansc_string.c -o libCcspCommonLibrary_AnscPlatform_la-ansc_string.o >/dev/null 2>&1
| mv -f .deps/libCcspCommonLibrary_AnscPlatform_la-user_memory.Tpo .deps/libCcspCommonLibrary_AnscPlatform_la-user_memory.Plo
| mv -f .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_token.Tpo .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_token.Plo
| mv -f .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_string.Tpo .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_string.Plo
| mv -f .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_http_parser.Tpo .deps/libCcspCommonLibrary_AnscPlatform_la-ansc_http_parser.Plo
| make[5]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/ccsp-common-library-1.99+git999/source/util_api/ansc/AnscPlatform'
| Makefile:369: recipe for target 'all-recursive' failed
| make[4]: *** [all-recursive] Error 1
| make[4]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/ccsp-common-library-1.99+git999/source/util_api/ansc'
| Makefile:369: recipe for target 'all-recursive' failed
| make[3]: *** [all-recursive] Error 1
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/ccsp-common-library-1.99+git999/source/util_api'
| Makefile:687: recipe for target 'all-recursive' failed
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/ccsp-common-library-1.99+git999/source'
| Makefile:415: recipe for target 'all-recursive' failed
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/ccsp-common-library-1.99+git999'
| ERROR: oe_runmake failed
| Makefile:347: recipe for target 'all' failed
| make: *** [all] Error 2
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/ccsp-common-library/1.99+git999-r0/temp/run.do_compile.27603' failed with exit code 1



Changes Done to Remove Error:

→  Added this line instead of this:

 SSLeay_add_all_algorithms ();  ==>>    SSLeay_add_ssl_algorithms ();


→ Added this line instead of this:

if (SSL_connect (ssl) <= 0 || ssl->state != SSL_ST_OK) ==>> if (SSL_connect (ssl) <= 0 || ssl_st->state != TLS_ST_OK)


→ Added one library file :

#include <openssl/ssl.h>


Path Of the file:

rdkb/components/opensource/ccsp/CcspCommonLibrary/source/util_api/ansc/AnscPlatform/user_openssl.c


 




Current Error:

Current i am facing with three errors:


ERROR: gettext-0.16.1-r6 do_compile: oe_runmake failed
ERROR: gettext-0.16.1-r6 do_compile: Execution of '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/temp/run.do_compile.8184' failed with exit code 1
ERROR: Logfile of failure stored in: /home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/temp/log.do_compile.8184
Log data follows:
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_compile
| NOTE: make
| Making all in gnulib-local
| make[1]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gnulib-local'
| make[1]: Nothing to be done for 'all'.
| make[1]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gnulib-local'
| Making all in gettext-runtime
| make[1]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime'
| make  all-recursive
| make[2]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime'
| Making all in doc
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/doc'
| make[3]: Nothing to be done for 'all'.
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/doc'
| Making all in intl
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/intl'
| make[3]: Nothing to be done for 'all'.
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/intl'
| Making all in intl-java
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/intl-java'
| cd ../../../gettext-0.16.1/gettext-runtime/intl-java && test ! -d /usr/lib/jdk1.1.8 || env PATH=/usr/lib/jdk1.1.8/bin:$PATH javadoc -d javadoc1 gnu/gettext/*.java
| cd ../../../gettext-0.16.1/gettext-runtime/intl-java && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH javadoc -d javadoc2 gnu/gettext/*.java
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/intl-java'
| Making all in intl-csharp
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/intl-csharp'
| make[3]: Nothing to be done for 'all'.
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/intl-csharp'
| Making all in gnulib-lib
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/gnulib-lib'
| make  all-am
| make[4]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/gnulib-lib'
| make[4]: Nothing to be done for 'all-am'.
| make[4]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/gnulib-lib'
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/gnulib-lib'
| Making all in src
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/src'
| make[3]: Nothing to be done for 'all'.
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/src'
| Making all in po
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/po'
| make[3]: Nothing to be done for 'all'.
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/po'
| Making all in man
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/man'
| make[3]: Nothing to be done for 'all'.
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/man'
| Making all in m4
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/m4'
| make[3]: Nothing to be done for 'all'.
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/m4'
| Making all in tests
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/tests'
| make[3]: Nothing to be done for 'all'.
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime/tests'
| make[3]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime'
| make[3]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime'
| make[2]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime'
| make[1]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-runtime'
| Making all in gettext-tools
| make[1]: Entering directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-tools'
| make[1]: *** No rule to make target 'all'.  Stop.
| make[1]: Leaving directory '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/build/gettext-tools'
| Makefile:372: recipe for target 'all-recursive' failed
| make: *** [all-recursive] Error 1
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/gettext/0.16.1-r6/temp/run.do_compile.8184' failed with exit code 1
ERROR: Task (/home/chtsl00463/Workspace/meta-gplv2/recipes-core/gettext/gettext_0.16.1.bb:do_compile) failed with exit code '1'
ERROR: neon-0.30.2-r0 do_compile: oe_runmake failed
ERROR: neon-0.30.2-r0 do_compile: Execution of '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/neon/0.30.2-r0/temp/run.do_compile.8257' failed with exit code 1
ERROR: Logfile of failure stored in: /home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/neon/0.30.2-r0/temp/log.do_compile.8257
Log data follows:
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_compile
| NOTE: make -j 8
| make: *** No targets.  Stop.
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/neon/0.30.2-r0/temp/run.do_compile.8257' failed with exit code 1
ERROR: Task (/home/chtsl00463/Workspace/meta-openembedded/meta-oe/recipes-support/neon/neon_0.30.2.bb:do_compile) failed with exit code '1'
ERROR: logrotate-3.15.1-r0 do_compile: oe_runmake failed
ERROR: logrotate-3.15.1-r0 do_compile: Execution of '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/logrotate/3.15.1-r0/temp/run.do_compile.8259' failed with exit code 1
ERROR: Logfile of failure stored in: /home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/logrotate/3.15.1-r0/temp/log.do_compile.8259
Log data follows:
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_compile
| NOTE: make -j 8 LFS= OS_NAME=Linux CC=arm-rdk-linux-gnueabi-gcc  -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/logrotate/3.15.1-r0/recipe-sysroot RPM_OPT_FLAGS= -Os -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/logrotate/3.15.1-r0=/usr/src/debug/logrotate/3.15.1-r0                      -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/logrotate/3.15.1-r0=/usr/src/debug/logrotate/3.15.1-r0                      -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/logrotate/3.15.1-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/logrotate/3.15.1-r0/recipe-sysroot-native=   EXTRA_LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed
| make: *** No targets.  Stop.
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/chtsl00463/Workspace/build-raspberrypi4-rdk-broadband/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/logrotate/3.15.1-r0/temp/run.do_compile.8259' failed with exit code 1ERROR: dibbler-1.0.1-r0 do_patch: Command Error: 'quilt --quiltrc /home/chtsl00463/Workspace/build-qemux86broadband/tmp/sysroots/x86_64-linux/etc/quiltrc push' exited with 0  Output:
Applying patch fix_type_casting.patch
patching file SrvMessages/SrvMsg.cpp
patch unexpectedly ends in middle of line
Hunk #2 FAILED at 260.
1 out of 2 hunks FAILED -- rejects in file SrvMessages/SrvMsg.cpp
Patch fix_type_casting.patch does not apply (enforce with -f)
ERROR: dibbler-1.0.1-r0 do_patch: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: /home/chtsl00463/Workspace/build-qemux86broadband/tmp/work/i586-rdk-linux/dibbler/1.0.1-r0/temp/log.do_patch.27607
ERROR: Task (/home/chtsl00463/Workspace/metaopenembedded-openembeddedcore/meta-networking/recipes-connectivityextended/dibblerlogrotate/dibblerlogrotate_13.015.1.bb:do_patchcompile) failed with exit code '1'

SWIG COMPONENT ERROR:

WARNING: ccsp-common-library-1.99+git999-r0 do_configure: QA Issue: ccsp-common-library: configure was passed unrecognised options: --with-ccsp-platform --with-ccsp-arch [unknown-configure-option]
NOTE: Tasks Summary: Attempted 2961 tasks of which 2951 didn't need to be rerun and 3 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

Summary: 3 tasks failed:
  /home/chtsl00463/Workspace/meta-gplv2/recipes-core/gettext/gettext_0.16.1.bb:do_compile
  ERROR: python-m2crypto-native-0.23.0-r0 do_compile: python setup.py build execution failed.
ERROR: python-m2crypto-native-0.23.0-r0 do_compile: Function failed: do_compile (log file is located at /home/chtsl00463/Workspace/buildmeta-qemux86broadbandopenembedded/tmp/work/x86_64-linux/python-m2crypto-native/0.23.0-r0/temp/log.do_compile.27638)
ERROR: Logfile of failure stored in: meta-oe/recipes-support/neon/neon_0.30.2.bb:do_compile
  /home/chtsl00463/Workspace/buildopenembedded-qemux86broadbandcore/tmp/work/x86_64-linux/python-m2crypto-native/0.23.0-r0/temp/log.do_compile.27638meta/recipes-extended/logrotate/logrotate_3.15.1.bb:do_compile