From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 14D928E89 for ; Fri, 21 Aug 2015 12:54:37 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 21 Aug 2015 03:54:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,721,1432623600"; d="scan'208";a="773046780" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.62]) by fmsmga001.fm.intel.com with SMTP; 21 Aug 2015 03:54:33 -0700 Received: by (sSMTP sendmail emulation); Fri, 21 Aug 2015 11:54:32 +0025 Date: Fri, 21 Aug 2015 11:54:32 +0100 From: Bruce Richardson To: "Keith E. Fleming" Message-ID: <20150821105432.GA3240@bricha3-MOBL3> References: <2084044903.8110244.1440092110627.JavaMail.yahoo@mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2084044903.8110244.1440092110627.JavaMail.yahoo@mail.yahoo.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] DPDK 2.1.0 build error: inlining failed in call to always_inline 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: Fri, 21 Aug 2015 10:54:38 -0000 On Thu, Aug 20, 2015 at 05:35:10PM +0000, Keith E. Fleming wrote: > make config T=x86_64-native-linuxapp-gccsed -ri 's,(PMD_PCAP=).*,\1y,' build/.configmake > [root@neutron dpdk-2.1.0]# make 2>&1 | more > == Build lib > == Build lib/librte_compat > == Build lib/librte_eal > == Build lib/librte_eal/common > == Build lib/librte_eal/linuxapp > == Build lib/librte_eal/linuxapp/igb_uio > (cat /dev/null;   echo kernel//root/dpdk-2.1.0/build/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.ko;) > /root/dpdk-2.1.0/build/build > /lib/librte_eal/linuxapp/igb_uio/modules.order >   Building modules, stage 2. >   MODPOST 1 modules > == Build lib/librte_eal/linuxapp/eal >   CC eal_common_options.o > In file included from /usr/lib/gcc/x86_64-redhat-linux/4.9.2/include/x86intrin.h:37:0, >                  from /root/dpdk-2.1.0/build/include/rte_vect.h:67, >                  from /root/dpdk-2.1.0/build/include/rte_memcpy.h:46, >                  from /root/dpdk-2.1.0/lib/librte_eal/common/eal_common_options.c:48: > /root/dpdk-2.1.0/build/include/rte_memcpy.h: In function ‘rte_memcpy’: > /usr/lib/gcc/x86_64-redhat-linux/4.9.2/include/tmmintrin.h:185:1: error: inlining failed in call to always_inline ‘_mm_alignr_epi8’: t > arget specific option mismatch >  _mm_alignr_epi8(__m128i __X, __m128i __Y, const int __N) >  ^ > In file included from /root/dpdk-2.1.0/lib/librte_eal/common/eal_common_options.c:48:0: > /root/dpdk-2.1.0/build/include/rte_memcpy.h:425:9: error: called from here > > I can't even guess at what the problem is here. It's a total trainwreck. I assume this has compiled successfully for someone somewhere? Thanks What OS platform is this on - from the gcc path, it looks like gcc 4.9 on Redhat 7? Is that correct? /Bruce