From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: RTM instruction compile failure for XABORT when AVX is active Date: Wed, 1 Jul 2015 08:53:00 -0700 Message-ID: References: <1A87AD2E-38CD-4C61-A9FD-C52608FF9DAC@mhcomputing.net> <39879033.dIVnPGkh8l@xps13> <386858255.20150629121137@intel.com> <2576181.dRfjlrHRWI@xps13> <20150701111005.GA2480@bricha3-MOBL3> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id 2207B2716 for ; Wed, 1 Jul 2015 17:53:06 +0200 (CEST) In-Reply-To: <20150701111005.GA2480@bricha3-MOBL3> 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" Previously, with the -msse4.2 flag removed, the build failed for a = different reason. I can retry without it and see if it's the case in the new DPDK. On Jul 1, 2015, at 4:10 AM, Bruce Richardson = wrote: > On Tue, Jun 30, 2015 at 10:49:26PM -0700, Matthew Hall wrote: >> With those two items commented out, and these CFLAGS: >>=20 >> "-g -O0 -fPIC -msse4.2" >>=20 >=20 > The recommended way of specifying a particular instruction set is via = the > RTE_MACHINE setting in your build time config. Can you perhaps = reproduce the > issue using a setting there? >=20 > /Bruce