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 B13E01B53 for ; Mon, 23 Jul 2018 10:24:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2018 01:24:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,392,1526367600"; d="scan'208";a="74662005" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.252.4.155]) ([10.252.4.155]) by fmsmga001.fm.intel.com with ESMTP; 23 Jul 2018 01:24:33 -0700 To: "De Lara Guarch, Pablo" , "Fu, Qiaobin" , "dev@dpdk.org" , Thomas Monjalon References: <6B8A90DE-8B36-4315-96EB-33A378D67943@bu.edu> From: "Burakov, Anatoly" Message-ID: <12fa2bcc-568b-933b-335d-ec775fbbbde3@intel.com> Date: Mon, 23 Jul 2018 09:24:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] Patch compilation failure 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: Mon, 23 Jul 2018 08:24:45 -0000 On 23-Jul-18 8:57 AM, De Lara Guarch, Pablo wrote: > Hi Qiaobin, > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fu, Qiaobin >> Sent: Saturday, July 21, 2018 7:58 PM >> To: dev@dpdk.org >> Cc: Fu, Qiaobin >> Subject: [dpdk-dev] Patch compilation failure >> >> Dear DPDK developers, >> >> When I submitted a DPDK patch (http://patchwork.dpdk.org/patch/43090/), >> however, there is a compilation issue (http://mails.dpdk.org/archives/test- >> report/2018-July/060307.html). >> >> When I tried to compile it in our local machine using the Target: x86_64-native- >> linuxapp-gcc-shared, it shows that >> >> make[1]: *** No rule to make target ‘~/dpdk/config/defconfig_x86_64-native- >> linuxapp-gcc-shared’ >> >> I checked the latest DPDK code, and it indeed doesn’t include the above target >> rule. I did some research online, however, I didn’t figure this out. Could you >> please help this? > > You should use target "x86_64-native-linuxapp-gcc", enabling > CONFIG_RTE_BUILD_SHARED_LIB in the config file. Should this information be something we include in the CI email? > > Pablo > >> >> Thanks, >> Qiaobin -- Thanks, Anatoly