From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E13421B05 for ; Tue, 27 Feb 2018 19:15:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Feb 2018 10:15:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,401,1515484800"; d="scan'208";a="207495351" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.126]) ([10.237.221.126]) by fmsmga006.fm.intel.com with ESMTP; 27 Feb 2018 10:15:39 -0800 To: Marco Varlese , dev@dpdk.org References: <1519747716.3553.15.camel@suse.de> From: Ferruh Yigit Cc: Dave Hunt Message-ID: <3ef96d63-3457-7e8d-1e9e-f0d1d3458558@intel.com> Date: Tue, 27 Feb 2018 18:15:39 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1519747716.3553.15.camel@suse.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] Issue building for ppc64le X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 18:15:42 -0000 On 2/27/2018 4:08 PM, Marco Varlese wrote: > Hi, > > Is anybody else experiencing issues with building DPDK 17.11 for ppc64le? > Any help would be very much appreciated. I have not tested but PPC config disables the ixgbe and this sample uses ixgbe so build error is expected. This example is using PMD specific APIs and unfortunately it makes the sample application non portable for all architectures. > > I get the below error: > > == START == > [ 326s] gcc -Wp,-MD,./.power_manager.o.d.tmp -m64 -pthread -fPIC - > DRTE_MACHINE_CPUFLAG_PPC64 -DRTE_MACHINE_CPUFLAG_ALTIVEC > -DRTE_MACHINE_CPUFLAG_VSX -I/home/abuild/rpmbuild/BUILD/dpdk-17.11/ppc_64- > power8-linuxapp-gcc/examples/vm_power_manager/ppc_64-power8-linuxapp-gcc/include > -I/home/abuild/rpmbuild/BUILD/dpdk-17.11/ppc_64-power8-linuxapp-gcc/include > -include /home/abuild/rpmbuild/BUILD/dpdk-17.11/ppc_64-power8-linuxapp- > gcc/include/rte_config.h -O3 -I/home/abuild/rpmbuild/BUILD/dpdk- > 17.11/lib/librte_power/ -W -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align > -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef > -Wwrite-strings -Wimplicit-fallthrough=2 -Wno-format-truncation - > DVERSION="17.11" -o power_manager.o -c /home/abuild/rpmbuild/BUILD/dpdk- > 17.11/examples/vm_power_manager/power_manager.c > [ 327s] /home/abuild/rpmbuild/BUILD/dpdk- > 17.11/examples/vm_power_manager/main.c:61:10: fatal error: rte_pmd_ixgbe.h: No > such file or directory > [ 327s] #include > [ 327s] ^~~~~~~~~~~~~~~~~ > [ 327s] compilation terminated. > [ 327s] make[4]: *** [/home/abuild/rpmbuild/BUILD/dpdk- > 17.11/mk/internal/rte.compile-pre.mk:140: main.o] Error 1 > [ 327s] make[4]: *** Waiting for unfinished jobs.... > == END == > > Cheers, >