From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olga Shern Subject: Re: Compilation error on Power8 with RC3 Date: Sun, 13 Dec 2015 15:02:14 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Return-path: Received: from emea01-db3-obe.outbound.protection.outlook.com (mail-db3on0083.outbound.protection.outlook.com [157.55.234.83]) by dpdk.org (Postfix) with ESMTP id D56768D93 for ; Sun, 13 Dec 2015 16:02:15 +0100 (CET) In-Reply-To: Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Pablo,=20 Thanks, looks that this is fixed indeed with latest code. Best Regards, Olga -----Original Message----- From: De Lara Guarch, Pablo [mailto:pablo.de.lara.guarch@intel.com]=20 Sent: Thursday, December 10, 2015 11:36 AM To: Olga Shern ; dev@dpdk.org Subject: RE: Compilation error on Power8 with RC3 Hi Olga, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olga Shern > Sent: Thursday, December 10, 2015 9:08 AM > To: dev@dpdk.org > Subject: [dpdk-dev] Compilation error on Power8 with RC3 >=20 > Hi, >=20 > We see the following compilation error on Power8, Ubuntu15.04 with > DPDK2.2 RC3: >=20 >=20 > In file included from /download/dpdk/app/test/test_hash_scaling.c:35:0: > /download/dpdk/ppc_64-power8-linuxapp-gcc/include/rte_hash.h:70:70: > error: unknown type name 'size_t' > typedef int (*rte_hash_cmp_eq_t)(const void *key1, const void *key2,=20 > size_t key_len); > =20 > ^ > /download/dpdk/ppc_64-power8-linuxapp-gcc/include/rte_hash.h:120:48: > error: unknown type name 'rte_hash_cmp_eq_t' > void rte_hash_set_cmp_func(struct rte_hash *h, rte_hash_cmp_eq_t=20 > func); > ^ > /download/dpdk/mk/internal/rte.compile-pre.mk:126: recipe for target=20 > 'test_hash_scaling.o' failed > make[5]: *** [test_hash_scaling.o] Error 1 > /download/dpdk/mk/rte.subdir.mk:61: recipe for target 'test' failed > make[4]: *** [test] Error 2 > /download/dpdk/mk/rte.sdkbuild.mk:77: recipe for target 'app' failed > make[3]: *** [app] Error 2 > /download/dpdk/mk/rte.sdkroot.mk:123: recipe for target 'all' failed > make[2]: *** [all] Error 2 > /download/dpdk/mk/rte.sdkinstall.mk:84: recipe for target 'pre_install' > failed > make[1]: *** [pre_install] Error 2 > /download/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'install'=20 > failed > make: *** [install] Error 2 >=20 > Best Regards, > Olga >=20 >=20 I thought this was fixed in http://dpdk.org/dev/patchwork/patch/9422/. Thanks, Pablo