Versions Compared

Key

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

source meta-cmf-raspberrypi/setup-environment

I have choosed "raspberrypi-rdk-hybrid-thunder".

"bitbake python" and "bitbake python3" gives me the same error:



Initialising tasks: 100% |#######################################| Time: 0:00:01
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: python-2.7.12-r1 do_compile: oe_runmake failed
ERROR: python-2.7.12-r1 do_compile: Function failed: do_compile (log file is located at /home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1/temp/log.do_compile.30589)
ERROR: Logfile of failure stored in: /home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1/temp/log.do_compile.30589
Log data follows:
| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Executing shell function do_compile
| Skipping: __LEAF = , __leaf__
| Skipping: __LEAF_ATTR = __attribute__ ((__leaf__))
| Skipping: __THROW = __attribute__ ((__nothrow__ __LEAF))
| Skipping: __THROWNL = __attribute__ ((__nothrow__))
| Skipping: def __NTH(fct): return __attribute__ ((__nothrow__ __LEAF)) fct
|
| Skipping: __THROW = throw ()
| Skipping: __THROWNL = throw ()
| Skipping: def __NTH(fct): return __LEAF_ATTR fct throw ()
|
| Skipping: __inline =
| Skipping: __ptr_t = void *
| Skipping: __long_double_t = long double
| Skipping: __BEGIN_DECLS = extern "C" {
| Skipping: __END_DECLS = }
| Skipping: __BEGIN_NAMESPACE_STD = namespace std {
| Skipping: __END_NAMESPACE_STD = }
| Skipping: def __USING_NAMESPACE_STD(name): return using std::name;
|
| Skipping: __BEGIN_NAMESPACE_C99 = namespace __c99 {
| Skipping: __END_NAMESPACE_C99 = }
| Skipping: def __USING_NAMESPACE_C99(name): return using __c99::name;
|
| Skipping: __attribute_malloc__ = __attribute__ ((__malloc__))
| Skipping: __attribute_malloc__ =
| Skipping: __attribute_pure__ = __attribute__ ((__pure__))
| Skipping: __attribute_pure__ =
| Skipping: __attribute_const__ = __attribute__ ((__const__))
| Skipping: __attribute_const__ =
| Skipping: __attribute_used__ = __attribute__ ((__used__))
| Skipping: __attribute_noinline__ = __attribute__ ((__noinline__))
| Skipping: __attribute_used__ = __attribute__ ((__unused__))
| Skipping: __attribute_noinline__ =
| Skipping: __attribute_deprecated__ = __attribute__ ((__deprecated__))
| Skipping: __attribute_deprecated__ =
| Skipping: def __nonnull(params): return __attribute__ ((__nonnull__ params))
|
| Skipping: __attribute_warn_unused_result__ = \
| __attribute__ ((__warn_unused_result__))
| Skipping: __wur = __attribute_warn_unused_result__
| Skipping: __attribute_warn_unused_result__ =
| Skipping: __wur =
| Skipping: __always_inline = __inline __attribute__ ((__always_inline__))
| Skipping: __always_inline = __inline
| Skipping: __attribute_artificial__ = __attribute__ ((__artificial__))
| Skipping: __attribute_artificial__ =
| Skipping: __extern_inline = extern __inline __attribute__ ((__gnu_inline__))
| Skipping: __extern_always_inline = \
| extern __always_inline __attribute__ ((__gnu_inline__))
| Skipping: __extern_inline = extern __inline
| Skipping: __extern_always_inline = extern __always_inline
| Skipping: __fortify_function = __extern_always_inline __attribute_artificial__
| Skipping: __extension__ =
| Skipping: __restrict =
| Skipping: __restrict_arr = __restrict
| Skipping: __restrict_arr =
| Skipping: __restrict_arr = restrict
| Skipping: __restrict_arr =
| Skipping: _Noreturn = __attribute__ ((__noreturn__))
| Warning - could not find file gnu/stubs-soft.h
| Warning - could not find file stddef.h
| Skipping: RTLD_NEXT = ((void *) -1l)
| Skipping: RTLD_DEFAULT = ((void *) 0)
| Skipping: __UINT32_TYPE__ = unsigned int
| Skipping: __UINTPTR_TYPE__ = unsigned long
| Skipping: __always_inline = __inline__
| Skipping: __kernel_mode_t = __kernel_mode_t
| Skipping: __kernel_ipc_pid_t = __kernel_ipc_pid_t
| Skipping: __kernel_uid_t = __kernel_uid_t
| Skipping: __kernel_old_dev_t = __kernel_old_dev_t
| Skipping: __bitwise__ = __attribute__((bitwise))
| Skipping: __bitwise = __bitwise__
| Skipping: __aligned_u64 = __u64 __attribute__((aligned(8)))
| Skipping: __aligned_be64 = __be64 __attribute__((aligned(8)))
| Skipping: __aligned_le64 = __le64 __attribute__((aligned(8)))
| Skipping: __arch_swab32 = __arch_swab32
| Skipping: def ___constant_swab16(x): return ((__u16)( \
|
| Skipping: def ___constant_swab32(x): return ((__u32)( \
|
| Skipping: def ___constant_swab64(x): return ((__u64)( \
|
| Skipping: def ___constant_swahw32(x): return ((__u32)( \
|
| Skipping: def ___constant_swahb32(x): return ((__u32)( \
|
| Skipping: def __swab16(x): return (__u16)__builtin_bswap16((__u16)(x))
|
| Skipping: def __swab32(x): return (__u32)__builtin_bswap32((__u32)(x))
|
| Skipping: def __swab64(x): return (__u64)__builtin_bswap64((__u64)(x))
|
| Skipping: def __constant_cpu_to_le64(x): return ((__le64)___constant_swab64((x)))
|
| Skipping: def __constant_cpu_to_le32(x): return ((__le32)___constant_swab32((x)))
|
| Skipping: def __constant_cpu_to_le16(x): return ((__le16)___constant_swab16((x)))
|
| Skipping: def __cpu_to_le64(x): return ((__le64)__swab64((x)))
|
| Skipping: def __cpu_to_le32(x): return ((__le32)__swab32((x)))
|
| Skipping: def __cpu_to_le16(x): return ((__le16)__swab16((x)))
|
| Skipping: def __cpu_to_be64s(x): return do { (void)(x); } while (0)
|
| Skipping: def __be64_to_cpus(x): return do { (void)(x); } while (0)
|
| Skipping: def __cpu_to_be32s(x): return do { (void)(x); } while (0)
|
| Skipping: def __be32_to_cpus(x): return do { (void)(x); } while (0)
|
| Skipping: def __cpu_to_be16s(x): return do { (void)(x); } while (0)
|
| Skipping: def __be16_to_cpus(x): return do { (void)(x); } while (0)
|
| Skipping: def __constant_htonl(x): return ((__be32)___constant_swab32((x)))
|
| Skipping: def __constant_htons(x): return ((__be16)___constant_swab16((x)))
|
| Skipping: def __constant_cpu_to_be64(x): return ((__be64)___constant_swab64((x)))
|
| Skipping: def __constant_cpu_to_be32(x): return ((__be32)___constant_swab32((x)))
|
| Skipping: def __constant_cpu_to_be16(x): return ((__be16)___constant_swab16((x)))
|
| Skipping: def __cpu_to_be64(x): return ((__be64)__swab64((x)))
|
| Skipping: def __cpu_to_be32(x): return ((__be32)__swab32((x)))
|
| Skipping: def __cpu_to_be16(x): return ((__be16)__swab16((x)))
|
| Skipping: def __cpu_to_le64s(x): return do { (void)(x); } while (0)
|
| Skipping: def __le64_to_cpus(x): return do { (void)(x); } while (0)
|
| Skipping: def __cpu_to_le32s(x): return do { (void)(x); } while (0)
|
| Skipping: def __le32_to_cpus(x): return do { (void)(x); } while (0)
|
| Skipping: def __cpu_to_le16s(x): return do { (void)(x); } while (0)
|
| Skipping: def __le16_to_cpus(x): return do { (void)(x); } while (0)
|
| Skipping: EDRIVE_CANT_DO_THIS = EOPNOTSUPP
| Skipping: CDSL_NONE = (INT_MAX-1)
| Skipping: CDSL_CURRENT = INT_MAX
| Skipping: __LEAF = , __leaf__
| Skipping: __LEAF_ATTR = __attribute__ ((__leaf__))
| Skipping: __THROW = __attribute__ ((__nothrow__ __LEAF))
| Skipping: __THROWNL = __attribute__ ((__nothrow__))
| Skipping: def __NTH(fct): return __attribute__ ((__nothrow__ __LEAF)) fct
|
| Skipping: __THROW = throw ()
| Skipping: __THROWNL = throw ()
| Skipping: def __NTH(fct): return __LEAF_ATTR fct throw ()
|
| Skipping: __inline =
| Skipping: __ptr_t = void *
| Skipping: __long_double_t = long double
| Skipping: __BEGIN_DECLS = extern "C" {
| Skipping: __END_DECLS = }
| Skipping: __BEGIN_NAMESPACE_STD = namespace std {
| Skipping: __END_NAMESPACE_STD = }
| Skipping: def __USING_NAMESPACE_STD(name): return using std::name;
|
| Skipping: __BEGIN_NAMESPACE_C99 = namespace __c99 {
| Skipping: __END_NAMESPACE_C99 = }
| Skipping: def __USING_NAMESPACE_C99(name): return using __c99::name;
|
| Skipping: __attribute_malloc__ = __attribute__ ((__malloc__))
| Skipping: __attribute_malloc__ =
| Skipping: __attribute_pure__ = __attribute__ ((__pure__))
| Skipping: __attribute_pure__ =
| Skipping: __attribute_const__ = __attribute__ ((__const__))
| Skipping: __attribute_const__ =
| Skipping: __attribute_used__ = __attribute__ ((__used__))
| Skipping: __attribute_noinline__ = __attribute__ ((__noinline__))
| Skipping: __attribute_used__ = __attribute__ ((__unused__))
| Skipping: __attribute_noinline__ =
| Skipping: __attribute_deprecated__ = __attribute__ ((__deprecated__))
| Skipping: __attribute_deprecated__ =
| Skipping: def __nonnull(params): return __attribute__ ((__nonnull__ params))
|
| Skipping: __attribute_warn_unused_result__ = \
| __attribute__ ((__warn_unused_result__))
| Skipping: __wur = __attribute_warn_unused_result__
| Skipping: __attribute_warn_unused_result__ =
| Skipping: __wur =
| Skipping: __always_inline = __inline __attribute__ ((__always_inline__))
| Skipping: __always_inline = __inline
| Skipping: __attribute_artificial__ = __attribute__ ((__artificial__))
| Skipping: __attribute_artificial__ =
| Skipping: __extern_inline = extern __inline __attribute__ ((__gnu_inline__))
| Skipping: __extern_always_inline = \
| extern __always_inline __attribute__ ((__gnu_inline__))
| Skipping: __extern_inline = extern __inline
| Skipping: __extern_always_inline = extern __always_inline
| Skipping: __fortify_function = __extern_always_inline __attribute_artificial__
| Skipping: __extension__ =
| Skipping: __restrict =
| Skipping: __restrict_arr = __restrict
| Skipping: __restrict_arr =
| Skipping: __restrict_arr = restrict
| Skipping: __restrict_arr =
| Skipping: _Noreturn = __attribute__ ((__noreturn__))
| Warning - could not find file gnu/stubs-soft.h
| Skipping: __WCHAR_MAX = __WCHAR_MAX__
| Skipping: __WCHAR_MAX = (0xffffffffu + Lord('\0'))
| Skipping: __WCHAR_MAX = (0x7fffffff + Lord('\0'))
| Skipping: __WCHAR_MIN = __WCHAR_MIN__
| Skipping: __WCHAR_MIN = (Lord('\0') + 0)
| Skipping: __WCHAR_MIN = (-__WCHAR_MAX - 1)
| Skipping: UINT32_MAX = (4294967295U)
| Skipping: UINT_LEAST32_MAX = (4294967295U)
| Skipping: UINT_FAST16_MAX = (18446744073709551615UL)
| Skipping: UINT_FAST32_MAX = (18446744073709551615UL)
| Skipping: UINT_FAST16_MAX = (4294967295U)
| Skipping: UINT_FAST32_MAX = (4294967295U)
| Skipping: UINTPTR_MAX = (18446744073709551615UL)
| Skipping: UINTPTR_MAX = (4294967295U)
| Skipping: SIZE_MAX = (18446744073709551615UL)
| Skipping: SIZE_MAX = (4294967295UL)
| Skipping: SIZE_MAX = (4294967295U)
| Skipping: WCHAR_MIN = __WCHAR_MIN
| Skipping: WCHAR_MAX = __WCHAR_MAX
| Skipping: WINT_MIN = (0u)
| Skipping: WINT_MAX = (4294967295u)
| Skipping: __S16_TYPE = short int
| Skipping: __U16_TYPE = unsigned short int
| Skipping: __U32_TYPE = unsigned int
| Skipping: __SLONGWORD_TYPE = long int
| Skipping: __ULONGWORD_TYPE = unsigned long int
| Skipping: __SQUAD_TYPE = __quad_t
| Skipping: __UQUAD_TYPE = __u_quad_t
| Skipping: __UWORD_TYPE = unsigned int
| Skipping: __SLONG32_TYPE = long int
| Skipping: __ULONG32_TYPE = unsigned long int
| Skipping: __S64_TYPE = __quad_t
| Skipping: __U64_TYPE = __u_quad_t
| Skipping: __STD_TYPE = __extension__ typedef
| Skipping: __SQUAD_TYPE = long int
| Skipping: __UQUAD_TYPE = unsigned long int
| Skipping: __SWORD_TYPE = long int
| Skipping: __UWORD_TYPE = unsigned long int
| Skipping: __ULONG32_TYPE = unsigned int
| Skipping: __S64_TYPE = long int
| Skipping: __U64_TYPE = unsigned long int
| Skipping: __STD_TYPE = typedef
| Skipping: __DEV_T_TYPE = __UQUAD_TYPE
| Skipping: __UID_T_TYPE = __U32_TYPE
| Skipping: __GID_T_TYPE = __U32_TYPE
| Skipping: __INO_T_TYPE = __ULONGWORD_TYPE
| Skipping: __INO64_T_TYPE = __UQUAD_TYPE
| Skipping: __MODE_T_TYPE = __U32_TYPE
| Skipping: __NLINK_T_TYPE = __UWORD_TYPE
| Skipping: __OFF_T_TYPE = __SLONGWORD_TYPE
| Skipping: __OFF64_T_TYPE = __SQUAD_TYPE
| Skipping: __RLIM_T_TYPE = __ULONGWORD_TYPE
| Skipping: __RLIM64_T_TYPE = __UQUAD_TYPE
| Skipping: __BLKCNT_T_TYPE = __SLONGWORD_TYPE
| Skipping: __BLKCNT64_T_TYPE = __SQUAD_TYPE
| Skipping: __FSBLKCNT_T_TYPE = __ULONGWORD_TYPE
| Skipping: __FSBLKCNT64_T_TYPE = __UQUAD_TYPE
| Skipping: __FSFILCNT_T_TYPE = __ULONGWORD_TYPE
| Skipping: __FSFILCNT64_T_TYPE = __UQUAD_TYPE
| Skipping: __ID_T_TYPE = __U32_TYPE
| Skipping: __CLOCK_T_TYPE = __SLONGWORD_TYPE
| Skipping: __TIME_T_TYPE = __SLONGWORD_TYPE
| Skipping: __USECONDS_T_TYPE = __U32_TYPE
| Skipping: __SUSECONDS_T_TYPE = __SLONGWORD_TYPE
| Skipping: __TIMER_T_TYPE = void *
| Skipping: __BLKSIZE_T_TYPE = __SLONGWORD_TYPE
| Skipping: __FSID_T_TYPE = struct { int __val[2]; }
| Skipping: __SYSCALL_SLONG_TYPE = __SLONGWORD_TYPE
| Skipping: __SYSCALL_ULONG_TYPE = __ULONGWORD_TYPE
| Skipping: __CPU_MASK_TYPE = __ULONGWORD_TYPE
| Warning - could not find file stddef.h
| Skipping: CLOCKS_PER_SEC = ((clock_t) 1000000)
| Skipping: CLK_TCK = ((__clock_t) __sysconf (2))
| Skipping: CLK_TCK = CLOCKS_PER_SEC
| Skipping: _SIGSET_NWORDS = (1024 / (8 * sizeof (unsigned long int)))
| Skipping: _EXTERN_INLINE = __extern_inline
| Skipping: def __sigword(sig): return (((sig) - 1) / (8 * sizeof (unsigned long int)))
|
| Skipping: __NFDBITS = (8 * (int) sizeof (__fd_mask))
| Skipping: def __FD_MASK(d): return ((__fd_mask) (1UL << ((d) % __NFDBITS)))
|
| Skipping: def __FDS_BITS(set): return ((set)->fds_bits)
|
| Skipping: def __FDS_BITS(set): return ((set)->__fds_bits)
|
| Skipping: NFDBITS = __NFDBITS
| Skipping: preadv = preadv64
| Skipping: pwritev = pwritev64
| Skipping: SOCK_STREAM = SOCK_STREAM
| Skipping: SOCK_DGRAM = SOCK_DGRAM
| Skipping: SOCK_RAW = SOCK_RAW
| Skipping: SOCK_RDM = SOCK_RDM
| Skipping: SOCK_SEQPACKET = SOCK_SEQPACKET
| Skipping: SOCK_DCCP = SOCK_DCCP
| Skipping: SOCK_PACKET = SOCK_PACKET
| Skipping: SOCK_CLOEXEC = SOCK_CLOEXEC
| Skipping: SOCK_NONBLOCK = SOCK_NONBLOCK
| Skipping: __SOCKADDR_COMMON_SIZE = (sizeof (unsigned short int))
| Skipping: __ss_aligntype = unsigned long int
| Skipping: _SS_PADSIZE = \
| (_SS_SIZE - __SOCKADDR_COMMON_SIZE - sizeof (__ss_aligntype))
| Skipping: MSG_OOB = MSG_OOB
| Skipping: MSG_PEEK = MSG_PEEK
| Skipping: MSG_DONTROUTE = MSG_DONTROUTE
| Skipping: MSG_TRYHARD = MSG_DONTROUTE
| Skipping: MSG_CTRUNC = MSG_CTRUNC
| Skipping: MSG_PROXY = MSG_PROXY
| Skipping: MSG_TRUNC = MSG_TRUNC
| Skipping: MSG_DONTWAIT = MSG_DONTWAIT
| Skipping: MSG_EOR = MSG_EOR
| Skipping: MSG_WAITALL = MSG_WAITALL
| Skipping: MSG_FIN = MSG_FIN
| Skipping: MSG_SYN = MSG_SYN
| Skipping: MSG_CONFIRM = MSG_CONFIRM
| Skipping: MSG_RST = MSG_RST
| Skipping: MSG_ERRQUEUE = MSG_ERRQUEUE
| Skipping: MSG_NOSIGNAL = MSG_NOSIGNAL
| Skipping: MSG_MORE = MSG_MORE
| Skipping: MSG_WAITFORONE = MSG_WAITFORONE
| Skipping: MSG_BATCH = MSG_BATCH
| Skipping: MSG_FASTOPEN = MSG_FASTOPEN
| Skipping: MSG_CMSG_CLOEXEC = MSG_CMSG_CLOEXEC
| Skipping: def CMSG_DATA(cmsg): return ((cmsg)->__cmsg_data)
|
| Skipping: def CMSG_DATA(cmsg): return ((unsigned char *) ((struct cmsghdr *) (cmsg) + 1))
|
| Skipping: def CMSG_ALIGN(len): return (((len) + sizeof (size_t) - 1) \
|
| Skipping: def CMSG_SPACE(len): return (CMSG_ALIGN (len) \
|
| Skipping: def CMSG_LEN(len): return (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
|
| Skipping: _EXTERN_INLINE = __extern_inline
| Skipping: SCM_RIGHTS = SCM_RIGHTS
| Skipping: SCM_CREDENTIALS = SCM_CREDENTIALS
| Skipping: SHUT_RD = SHUT_RD
| Skipping: SHUT_WR = SHUT_WR
| Skipping: SHUT_RDWR = SHUT_RDWR
| Skipping: __SOCKADDR_ARG = struct sockaddr *__restrict
| Skipping: __CONST_SOCKADDR_ARG = const struct sockaddr *
| Skipping: __SOCKADDR_ALLTYPES = \
| __SOCKADDR_ONETYPE (sockaddr) \
| __SOCKADDR_ONETYPE (sockaddr_at) \
| __SOCKADDR_ONETYPE (sockaddr_ax25) \
| __SOCKADDR_ONETYPE (sockaddr_dl) \
| __SOCKADDR_ONETYPE (sockaddr_eon) \
| __SOCKADDR_ONETYPE (sockaddr_in) \
| __SOCKADDR_ONETYPE (sockaddr_in6) \
| __SOCKADDR_ONETYPE (sockaddr_inarp) \
| __SOCKADDR_ONETYPE (sockaddr_ipx) \
| __SOCKADDR_ONETYPE (sockaddr_iso) \
| __SOCKADDR_ONETYPE (sockaddr_ns) \
| __SOCKADDR_ONETYPE (sockaddr_un) \
| __SOCKADDR_ONETYPE (sockaddr_x25)
| Skipping: def __SOCKADDR_ONETYPE(type): return struct type *__restrict __##type##__;
|
| Skipping: def __SOCKADDR_ONETYPE(type): return const struct type *__restrict __##type##__;
|
| Skipping: IP_RECVRETOPTS = IP_RETOPTS
| Skipping: SCM_SRCRT = IPV6_RXSRCRT
| Skipping: IPPROTO_IP = IPPROTO_IP
| Skipping: IPPROTO_ICMP = IPPROTO_ICMP
| Skipping: IPPROTO_IGMP = IPPROTO_IGMP
| Skipping: IPPROTO_IPIP = IPPROTO_IPIP
| Skipping: IPPROTO_TCP = IPPROTO_TCP
| Skipping: IPPROTO_EGP = IPPROTO_EGP
| Skipping: IPPROTO_PUP = IPPROTO_PUP
| Skipping: IPPROTO_UDP = IPPROTO_UDP
| Skipping: IPPROTO_IDP = IPPROTO_IDP
| Skipping: IPPROTO_TP = IPPROTO_TP
| Skipping: IPPROTO_DCCP = IPPROTO_DCCP
| Skipping: IPPROTO_IPV6 = IPPROTO_IPV6
| Skipping: IPPROTO_RSVP = IPPROTO_RSVP
| Skipping: IPPROTO_GRE = IPPROTO_GRE
| Skipping: IPPROTO_ESP = IPPROTO_ESP
| Skipping: IPPROTO_AH = IPPROTO_AH
| Skipping: IPPROTO_MTP = IPPROTO_MTP
| Skipping: IPPROTO_BEETPH = IPPROTO_BEETPH
| Skipping: IPPROTO_ENCAP = IPPROTO_ENCAP
| Skipping: IPPROTO_PIM = IPPROTO_PIM
| Skipping: IPPROTO_COMP = IPPROTO_COMP
| Skipping: IPPROTO_SCTP = IPPROTO_SCTP
| Skipping: IPPROTO_UDPLITE = IPPROTO_UDPLITE
| Skipping: IPPROTO_MPLS = IPPROTO_MPLS
| Skipping: IPPROTO_RAW = IPPROTO_RAW
| Skipping: IPPROTO_HOPOPTS = IPPROTO_HOPOPTS
| Skipping: IPPROTO_ROUTING = IPPROTO_ROUTING
| Skipping: IPPROTO_FRAGMENT = IPPROTO_FRAGMENT
| Skipping: IPPROTO_ICMPV6 = IPPROTO_ICMPV6
| Skipping: IPPROTO_NONE = IPPROTO_NONE
| Skipping: IPPROTO_DSTOPTS = IPPROTO_DSTOPTS
| Skipping: IPPROTO_MH = IPPROTO_MH
| Skipping: INADDR_ANY = ((in_addr_t) 0x00000000)
| Skipping: INADDR_BROADCAST = ((in_addr_t) 0xffffffff)
| Skipping: INADDR_NONE = ((in_addr_t) 0xffffffff)
| Skipping: INADDR_LOOPBACK = ((in_addr_t) 0x7f000001)
| Skipping: INADDR_UNSPEC_GROUP = ((in_addr_t) 0xe0000000)
| Skipping: INADDR_ALLHOSTS_GROUP = ((in_addr_t) 0xe0000001)
| Skipping: INADDR_ALLRTRS_GROUP = ((in_addr_t) 0xe0000002)
| Skipping: INADDR_MAX_LOCAL_GROUP = ((in_addr_t) 0xe00000ff)
| Skipping: s6_addr = __in6_u.__u6_addr8
| Skipping: s6_addr16 = __in6_u.__u6_addr16
| Skipping: s6_addr32 = __in6_u.__u6_addr32
| NOTE: make -j 8 HOSTPGEN=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux/usr/bin/python-native/pgen HOSTPYTHON=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux/usr/bin/python-native/python STAGING_LIBDIR=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder/usr/lib STAGING_INCDIR=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder/usr/include STAGING_BASELIBDIR=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder/lib OPT= -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder=
| Skipping: IN6ADDR_ANY_INIT = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }
| Skipping: IN6ADDR_LOOPBACK_INIT = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
| Skipping: def IP_MSFILTER_SIZE(numsrc): return (sizeof (struct ip_msfilter) \
|
| Skipping: def GROUP_FILTER_SIZE(numsrc): return (sizeof (struct group_filter) \
|
| Skipping: def IN6_IS_ADDR_MULTICAST(a): return (((const uint8_t *) (a))[0] == 0xff)
|
| Skipping: __LEAF = , __leaf__
| Skipping: __LEAF_ATTR = __attribute__ ((__leaf__))
| Skipping: __THROW = __attribute__ ((__nothrow__ __LEAF))
| Skipping: __THROWNL = __attribute__ ((__nothrow__))
| Skipping: def __NTH(fct): return __attribute__ ((__nothrow__ __LEAF)) fct
|
| Skipping: __THROW = throw ()
| Skipping: __THROWNL = throw ()
| Skipping: def __NTH(fct): return __LEAF_ATTR fct throw ()
|
| Skipping: __inline =
| Skipping: __ptr_t = void *
| Skipping: __long_double_t = long double
| Skipping: __BEGIN_DECLS = extern "C" {
| Skipping: __END_DECLS = }
| Skipping: __BEGIN_NAMESPACE_STD = namespace std {
| Skipping: __END_NAMESPACE_STD = }
| Skipping: def __USING_NAMESPACE_STD(name): return using std::name;
|
| Skipping: __BEGIN_NAMESPACE_C99 = namespace __c99 {
| Skipping: __END_NAMESPACE_C99 = }
| Skipping: def __USING_NAMESPACE_C99(name): return using __c99::name;
|
| Skipping: __attribute_malloc__ = __attribute__ ((__malloc__))
| Skipping: __attribute_malloc__ =
| Skipping: __attribute_pure__ = __attribute__ ((__pure__))
| Skipping: __attribute_pure__ =
| Skipping: __attribute_const__ = __attribute__ ((__const__))
| Skipping: __attribute_const__ =
| Skipping: __attribute_used__ = __attribute__ ((__used__))
| Skipping: __attribute_noinline__ = __attribute__ ((__noinline__))
| Skipping: __attribute_used__ = __attribute__ ((__unused__))
| Skipping: __attribute_noinline__ =
| Skipping: __attribute_deprecated__ = __attribute__ ((__deprecated__))
| Skipping: __attribute_deprecated__ =
| Skipping: def __nonnull(params): return __attribute__ ((__nonnull__ params))
|
| Skipping: __attribute_warn_unused_result__ = \
| __attribute__ ((__warn_unused_result__))
| Skipping: __wur = __attribute_warn_unused_result__
| Skipping: __attribute_warn_unused_result__ =
| Skipping: __wur =
| Skipping: __always_inline = __inline __attribute__ ((__always_inline__))
| Skipping: __always_inline = __inline
| Skipping: __attribute_artificial__ = __attribute__ ((__artificial__))
| Skipping: __attribute_artificial__ =
| Skipping: __extern_inline = extern __inline __attribute__ ((__gnu_inline__))
| Skipping: __extern_always_inline = \
| extern __always_inline __attribute__ ((__gnu_inline__))
| Skipping: __extern_inline = extern __inline
| Skipping: __extern_always_inline = extern __always_inline
| Skipping: __fortify_function = __extern_always_inline __attribute_artificial__
| Skipping: __extension__ =
| Skipping: __restrict =
| Skipping: __restrict_arr = __restrict
| Skipping: __restrict_arr =
| Skipping: __restrict_arr = restrict
| Skipping: __restrict_arr =
| Skipping: _Noreturn = __attribute__ ((__noreturn__))
| Warning - could not find file gnu/stubs-soft.h
| Skipping: __S16_TYPE = short int
| Skipping: __U16_TYPE = unsigned short int
| Skipping: __U32_TYPE = unsigned int
| Skipping: __SLONGWORD_TYPE = long int
| Skipping: __ULONGWORD_TYPE = unsigned long int
| Skipping: __SQUAD_TYPE = __quad_t
| Skipping: __UQUAD_TYPE = __u_quad_t
| Skipping: __UWORD_TYPE = unsigned int
| Skipping: __SLONG32_TYPE = long int
| Skipping: __ULONG32_TYPE = unsigned long int
| Skipping: __S64_TYPE = __quad_t
| Skipping: __U64_TYPE = __u_quad_t
| Skipping: __STD_TYPE = __extension__ typedef
| Skipping: __SQUAD_TYPE = long int
| Skipping: __UQUAD_TYPE = unsigned long int
| Skipping: __SWORD_TYPE = long int
| Skipping: __UWORD_TYPE = unsigned long int
| Skipping: __ULONG32_TYPE = unsigned int
| Skipping: __S64_TYPE = long int
| Skipping: __U64_TYPE = unsigned long int
| Skipping: __STD_TYPE = typedef
| Skipping: __DEV_T_TYPE = __UQUAD_TYPE
| Skipping: __UID_T_TYPE = __U32_TYPE
| Skipping: __GID_T_TYPE = __U32_TYPE
| Skipping: __INO_T_TYPE = __ULONGWORD_TYPE
| Skipping: __INO64_T_TYPE = __UQUAD_TYPE
| Skipping: __MODE_T_TYPE = __U32_TYPE
| Skipping: __NLINK_T_TYPE = __UWORD_TYPE
| Skipping: __OFF_T_TYPE = __SLONGWORD_TYPE
| Skipping: __OFF64_T_TYPE = __SQUAD_TYPE
| Skipping: __RLIM_T_TYPE = __ULONGWORD_TYPE
| Skipping: __RLIM64_T_TYPE = __UQUAD_TYPE
| Skipping: __BLKCNT_T_TYPE = __SLONGWORD_TYPE
| Skipping: __BLKCNT64_T_TYPE = __SQUAD_TYPE
| Skipping: __FSBLKCNT_T_TYPE = __ULONGWORD_TYPE
| Skipping: __FSBLKCNT64_T_TYPE = __UQUAD_TYPE
| Skipping: __FSFILCNT_T_TYPE = __ULONGWORD_TYPE
| Skipping: __FSFILCNT64_T_TYPE = __UQUAD_TYPE
| Skipping: __ID_T_TYPE = __U32_TYPE
| Skipping: __CLOCK_T_TYPE = __SLONGWORD_TYPE
| Skipping: __TIME_T_TYPE = __SLONGWORD_TYPE
| Skipping: __USECONDS_T_TYPE = __U32_TYPE
| Skipping: __SUSECONDS_T_TYPE = __SLONGWORD_TYPE
| Skipping: __TIMER_T_TYPE = void *
| Skipping: __BLKSIZE_T_TYPE = __SLONGWORD_TYPE
| Skipping: __FSID_T_TYPE = struct { int __val[2]; }
| Skipping: __SYSCALL_SLONG_TYPE = __SLONGWORD_TYPE
| Skipping: __SYSCALL_ULONG_TYPE = __ULONGWORD_TYPE
| Skipping: __CPU_MASK_TYPE = __ULONGWORD_TYPE
| Warning - could not find file stddef.h
| Skipping: CLOCKS_PER_SEC = ((clock_t) 1000000)
| Skipping: CLK_TCK = ((__clock_t) __sysconf (2))
| Skipping: CLK_TCK = CLOCKS_PER_SEC
| Skipping: _SIGSET_NWORDS = (1024 / (8 * sizeof (unsigned long int)))
| Skipping: _EXTERN_INLINE = __extern_inline
| Skipping: def __sigword(sig): return (((sig) - 1) / (8 * sizeof (unsigned long int)))
|
| Skipping: __NFDBITS = (8 * (int) sizeof (__fd_mask))
| Skipping: def __FD_MASK(d): return ((__fd_mask) (1UL << ((d) % __NFDBITS)))
|
| Skipping: def __FDS_BITS(set): return ((set)->fds_bits)
|
| Skipping: def __FDS_BITS(set): return ((set)->__fds_bits)
|
| Skipping: NFDBITS = __NFDBITS
| /home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1/build
| arm-rdk-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -fno-omit-frame-pointer -fno-optimize-sibling-calls --sysroot=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder -c -fno-strict-aliasing -fp-model strict -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -I. -IInclude -I../Python-2.7.12/Include -fPIC -DPy_BUILD_CORE -o Modules/python.o ../Python-2.7.12/Modules/python.c
| arm-rdk-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -fno-omit-frame-pointer -fno-optimize-sibling-calls --sysroot=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder -c -fno-strict-aliasing -fp-model strict -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -I. -IInclude -I../Python-2.7.12/Include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o ../Python-2.7.12/Parser/acceler.c
| arm-rdk-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -fno-omit-frame-pointer -fno-optimize-sibling-calls --sysroot=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder -c -fno-strict-aliasing -fp-model strict -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -I. -IInclude -I../Python-2.7.12/Include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o ../Python-2.7.12/Parser/grammar1.c
| arm-rdk-linux-gnueabi-gcc: error: strict: No such file or directory
| arm-rdk-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -fno-omit-frame-pointer -fno-optimize-sibling-calls --sysroot=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder -c -fno-strict-aliasing -fp-model strict -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -I. -IInclude -I../Python-2.7.12/Include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o ../Python-2.7.12/Parser/listnode.c
| arm-rdk-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -fno-omit-frame-pointer -fno-optimize-sibling-calls --sysroot=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder -c -fno-strict-aliasing -fp-model strict -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -I. -IInclude -I../Python-2.7.12/Include -fPIC -DPy_BUILD_CORE -o Parser/node.o ../Python-2.7.12/Parser/node.c
| arm-rdk-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -fno-omit-frame-pointer -fno-optimize-sibling-calls --sysroot=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder -c -fno-strict-aliasing -fp-model strict -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -I. -IInclude -I../Python-2.7.12/Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o ../Python-2.7.12/Parser/parser.c
| arm-rdk-linux-gnueabi-gcc: error: strict: No such file or directory
| arm-rdk-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -fno-omit-frame-pointer -fno-optimize-sibling-calls --sysroot=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder -c -fno-strict-aliasing -fp-model strict -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -I. -IInclude -I../Python-2.7.12/Include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o ../Python-2.7.12/Parser/parsetok.c
| arm-rdk-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -fno-omit-frame-pointer -fno-optimize-sibling-calls --sysroot=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder -c -fno-strict-aliasing -fp-model strict -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1=/usr/src/debug/python/2.7.12-r1 -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/sysroots/raspberrypi-rdk-hybrid-thunder= -I. -IInclude -I../Python-2.7.12/Include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o ../Python-2.7.12/Parser/bitset.c
| ERROR: oe_runmake failed
| arm-rdk-linux-gnueabi-gcc: error: strict: No such file or directory
| arm-rdk-linux-gnueabi-gcc: error: strict: No such file or directory
| arm-rdk-linux-gnueabi-gcc: error: strict: No such file or directory
| arm-rdk-linux-gnueabi-gcc: error: unrecognized command line option '-fp-model'
| arm-rdk-linux-gnueabi-gcc: error: strict: No such file or directory
| arm-rdk-linux-gnueabi-gcc: error: unrecognized command line option '-fp-model'
| arm-rdk-linux-gnueabi-gcc: error: strict: No such file or directory
| arm-rdk-linux-gnueabi-gcc: error: strict: No such file or directory
| arm-rdk-linux-gnueabi-gcc: error: unrecognized command line option '-fp-model'
| Makefile:1385: recipe for target 'Parser/parser.o' failed
| make: *** [Parser/parser.o] Error 1
| make: *** Waiting for unfinished jobs....
| arm-rdk-linux-gnueabi-gcc: error: unrecognized command line option '-fp-model'
| arm-rdk-linux-gnueabi-gcc: error: unrecognized command line option '-fp-model'
| arm-rdk-linux-gnueabi-gcc: error: unrecognized command line option '-fp-model'
| arm-rdk-linux-gnueabi-gcc: error: unrecognized command line option '-fp-model'
| Makefile:695: recipe for target 'Modules/python.o' failed
| make: *** [Modules/python.o] Error 1
| Makefile:1385: recipe for target 'Parser/grammar1.o' failed
| make: *** [Parser/grammar1.o] Error 1
| Makefile:1385: recipe for target 'Parser/listnode.o' failed
| make: *** [Parser/listnode.o] Error 1
| Makefile:1385: recipe for target 'Parser/node.o' failed
| make: *** [Parser/node.o] Error 1
| Makefile:1385: recipe for target 'Parser/parsetok.o' failed
| make: *** [Parser/parsetok.o] Error 1
| Makefile:1385: recipe for target 'Parser/bitset.o' failed
| make: *** [Parser/bitset.o] Error 1
| arm-rdk-linux-gnueabi-gcc: error: unrecognized command line option '-fp-model'
| Makefile:1385: recipe for target 'Parser/acceler.o' failed
| make: *** [Parser/acceler.o] Error 1
| ERROR: Function failed: do_compile (log file is located at /home/riccardo/netcom_workspace/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/python/2.7.12-r1/temp/log.do_compile.30589)
ERROR: Task (/home/riccardo/netcom_workspace/openembedded-core/meta/recipes-devtools/python/python_2.7.12.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 543 tasks of which 540 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory

Summary: 1 task failed:
/home/riccardo/netcom_workspace/openembedded-core/meta/recipes-devtools/python/python_2.7.12.bb:do_compile
Summary: There were 7 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.