From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from emea01-db3-obe.outbound.protection.outlook.com (mail-db3on0088.outbound.protection.outlook.com [157.55.234.88]) by dpdk.org (Postfix) with ESMTP id 5C9998D88 for ; Thu, 10 Dec 2015 10:08:15 +0100 (CET) Received: from AM2PR05MB0995.eurprd05.prod.outlook.com (10.161.234.145) by AM2PR05MB0994.eurprd05.prod.outlook.com (10.161.234.144) with Microsoft SMTP Server (TLS) id 15.1.337.19; Thu, 10 Dec 2015 09:08:13 +0000 Received: from AM2PR05MB0995.eurprd05.prod.outlook.com ([10.161.234.145]) by AM2PR05MB0995.eurprd05.prod.outlook.com ([10.161.234.145]) with mapi id 15.01.0337.015; Thu, 10 Dec 2015 09:08:13 +0000 From: Olga Shern To: "dev@dpdk.org" Thread-Topic: Compilation error on Power8 with RC3 Thread-Index: AdEzKktNQGnNM6lgQwWHFFsMV8C41w== Date: Thu, 10 Dec 2015 09:08:13 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=olgas@mellanox.com; x-originating-ip: [193.47.165.251] x-microsoft-exchange-diagnostics: 1; AM2PR05MB0994; 5:kvYgNwNplC583wd7I9QIiLDIzVYKDlh77gt/48w29PbWSexzrD2RQAlM257Ix0H1EgZdja24CnQfOLPRh+zdorKaHEXBh1PfT87gD5WNGYXUN29P9TbshCHN+rWJo2SzlVbge3CFZtLrEp9hxmjwZQ==; 24:qdzJ3X6eQpAmv/GwhzKTznQT20/C3yoTDZU/5qGvJO60n8gttPp4C1exSDIV92bYtk8HhOokHePEPAovkt2rw8duuF+ZwVE1SSYWTtgXoAI= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:AM2PR05MB0994; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(2401047)(520078)(8121501046)(5005006)(10201501046)(3002001); SRVR:AM2PR05MB0994; BCL:0; PCL:0; RULEID:; SRVR:AM2PR05MB0994; x-forefront-prvs: 078693968A x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(6009001)(199003)(189002)(97736004)(107886002)(77096005)(87936001)(6116002)(105586002)(586003)(1220700001)(2501003)(1096002)(102836003)(5002640100001)(5004730100002)(50986999)(92566002)(229853001)(106356001)(76576001)(122556002)(5003600100002)(1730700001)(54356999)(189998001)(2351001)(2900100001)(66066001)(15975445007)(19580395003)(5008740100001)(10400500002)(11100500001)(40100003)(110136002)(101416001)(86362001)(74316001)(3846002)(5001960100002)(81156007)(33656002)(450100001); DIR:OUT; SFP:1101; SCL:1; SRVR:AM2PR05MB0994; H:AM2PR05MB0995.eurprd05.prod.outlook.com; FPR:; SPF:None; PTR:InfoNoRecords; A:1; MX:1; LANG:en; received-spf: None (protection.outlook.com: mellanox.com does not designate permitted sender hosts) spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM MIME-Version: 1.0 X-OriginatorOrg: Mellanox.com X-MS-Exchange-CrossTenant-originalarrivaltime: 10 Dec 2015 09:08:13.2817 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: a652971c-7d2e-4d9b-a6a4-d149256f461b X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM2PR05MB0994 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Compilation error on Power8 with RC3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2015 09:08:15 -0000 Hi, We see the following compilation error on Power8, Ubuntu15.04 with DPDK2.2= RC3: 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, size_t= key_len); ^ /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 func); ^ /download/dpdk/mk/internal/rte.compile-pre.mk:126: recipe for target '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' fai= led make[1]: *** [pre_install] Error 2 /download/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'install' failed make: *** [install] Error 2 Best Regards, Olga