From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 64087A04FA; Thu, 6 Feb 2020 04:18:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 019451C194; Thu, 6 Feb 2020 04:18:41 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 8B78D1C18F for ; Thu, 6 Feb 2020 04:18:38 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Feb 2020 19:18:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,408,1574150400"; d="scan'208,217";a="430373277" Received: from pkadam-mobl.amr.corp.intel.com (HELO [10.251.146.214]) ([10.251.146.214]) by fmsmga005.fm.intel.com with ESMTP; 05 Feb 2020 19:18:36 -0800 To: Thomas Monjalon Cc: Dmitry Kozlyuk , dev@dpdk.org, Harini.Ramakrishnan@microsoft.com, keith.wiles@intel.com, bruce.richardson@intel.com, david.marchand@redhat.com, jerinjacobk@gmail.com, ranjit.menon@intel.com, antara.ganesh.kolar@intel.com References: <20200131000307.10608-1-pallavi.kadam@intel.com> <63c486b2-b53a-ffe8-fcdf-4fd207132df2@intel.com> <50a4ad5d-d1f2-52a7-5265-e3f0c88114c5@intel.com> <2089407.3ZeAukHxDK@xps> From: Pallavi Kadam Message-ID: <527c499a-a12b-ac8f-47be-e82dfb6c608f@intel.com> Date: Wed, 5 Feb 2020 19:18:35 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <2089407.3ZeAukHxDK@xps> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v7 9/9] eal: add minimum viable code to support parsing 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/5/2020 6:11 PM, Thomas Monjalon wrote: > 06/02/2020 02:39, Pallavi Kadam: >> On 2/5/2020 4:39 PM, Pallavi Kadam wrote: >>> On 2/5/2020 11:54 AM, Dmitry Kozlyuk wrote: >>>> Crashes at argument parsing, WinDbg log attached. >>> This patch works fine with meson=0.49. >>> I was able to execute the 'helloworld' app. >>> >>> When I tried to build with meson=0.52 it failed with the error: >>> [9/25] Linking target lib/librte_kvargs-20.0.dll. >>> FAILED: lib/librte_kvargs-20.0.dll >>> clang @lib/librte_kvargs-20.0.dll.rsp >>> clang: error: no such file or directory: '/OPT:REF' >> Fixed this error with the patch you sent before. > Which patch? > Please ack the patch so I can merge it. The patch below fixes the meson error: clang: error: no such file or directory: '/OPT:REF' https://github.com/mesonbuild/meson/pull/6483 @Dmitry, Can you please confirm if you can still see the crash? > > >