From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dfwrgout.huawei.com (dfwrgout.huawei.com [206.16.17.72]) by dpdk.org (Postfix) with ESMTP id CA8B38D8B for ; Mon, 21 Sep 2015 22:27:58 +0200 (CEST) Received: from 172.18.9.243 (EHLO dfweml704-chm.china.huawei.com) ([172.18.9.243]) by dfwrg02-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id BIH61792; Mon, 21 Sep 2015 15:27:57 -0500 (CDT) Received: from SJCEML702-CHM.china.huawei.com (10.218.25.35) by dfweml704-chm.china.huawei.com (10.193.5.141) with Microsoft SMTP Server (TLS) id 14.3.235.1; Mon, 21 Sep 2015 13:27:56 -0700 Received: from SJCEML701-CHM.china.huawei.com ([169.254.3.220]) by SJCEML702-CHM.china.huawei.com ([169.254.4.95]) with mapi id 14.03.0235.001; Mon, 21 Sep 2015 13:27:54 -0700 From: "Robert Lasater (B)" To: Shaham Fridenberg Thread-Topic: compilataion of dpdk 2.1.0 fails Thread-Index: AdD0c+HxBtFil9w3Sq+SGCiEO8WVZgAN4G1A Date: Mon, 21 Sep 2015 20:27:53 +0000 Message-ID: References: <2E654B490240B7449C846A96A8D8FE0C9F54877C@ILMB1.corp.radware.com> In-Reply-To: <2E654B490240B7449C846A96A8D8FE0C9F54877C@ILMB1.corp.radware.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.193.35.52] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] compilataion of dpdk 2.1.0 fails 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: Mon, 21 Sep 2015 20:27:59 -0000 Hello Shaham: > I upgraded from dpdk 1.8.0 to 2.1.0 and my compilation now fails with the= following errors: I don't have an immediate solution, but may I suggest you check (and perhap= s post) what compiler you are using and what version. I am aware of Linux source code bundles that failed with gcc 4.4.x and requ= ired gcc 4.8.x to build successfully. Best wishes towards solving your problem. Regards, Robert L -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shaham Fridenberg Sent: Monday, September 21, 2015 6:51 AM To: dev@dpdk.org Subject: [dpdk-dev] compilataion of dpdk 2.1.0 fails Hey all, I upgraded from dpdk 1.8.0 to 2.1.0 and my compilation now fails with the f= ollowing errors: rte_memcpy.h:625:2: error: incompatible type for argument 2 of _mm_storeu_s= i128 emmintrin.h:701:1: note: expected __m128i but argument is of type int Did anyone bounced into this issue? Any idea how to overcome it? Thanks, Shaham