From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 909C7A04B7;
	Wed, 14 Oct 2020 14:43:37 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 6FB821DD49;
	Wed, 14 Oct 2020 14:43:36 +0200 (CEST)
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 843DA1DB2E
 for <dev@dpdk.org>; Wed, 14 Oct 2020 14:43:34 +0200 (CEST)
IronPort-SDR: nZPiltjL39mE1Kvt9KPJxgJTcEKaoFEvCLmbvpXpqxXIugZpo6SggmwfKm1gyTM42eC6Becp3M
 tnlCJyz6XQ5A==
X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="153037245"
X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="153037245"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 14 Oct 2020 05:43:32 -0700
IronPort-SDR: 0VAnO/yh366kaPe2zsZY97JK6QCVqjcEWko51MiQCwQZqIdCaoGh0hnQWbdiTAqjZ/+Y8ntAun
 ya99GEe6Mx+g==
X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="345644449"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.2.249])
 ([10.252.2.249])
 by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 14 Oct 2020 05:43:31 -0700
To: Bruce Richardson <bruce.richardson@intel.com>,
 Gagandeep Singh <G.Singh@nxp.com>
Cc: Thomas Monjalon <thomas@monjalon.net>, "dev@dpdk.org" <dev@dpdk.org>,
 Nipun Gupta <nipun.gupta@nxp.com>, Hemant Agrawal <hemant.agrawal@nxp.com>
References: <1599470764-30569-1-git-send-email-g.singh@nxp.com>
 <1599470764-30569-2-git-send-email-g.singh@nxp.com>
 <2039278.1NDBPqZrhJ@thomas>
 <VI1PR04MB696004A7B65D1758366A01B4E1050@VI1PR04MB6960.eurprd04.prod.outlook.com>
 <20201014113750.GF1513@bricha3-MOBL.ger.corp.intel.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <d25bd433-ea7f-e096-2dcc-852cc7aa1c9d@intel.com>
Date: Wed, 14 Oct 2020 13:43:29 +0100
MIME-Version: 1.0
In-Reply-To: <20201014113750.GF1513@bricha3-MOBL.ger.corp.intel.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH 1/7] raw/dpaa2_qdma: change DPAA2 QDMA APIs
 to rawdev ops
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On 10/14/2020 12:37 PM, Bruce Richardson wrote:
> On Wed, Oct 14, 2020 at 10:27:48AM +0000, Gagandeep Singh wrote:
>> Hi Bruce,
>>
>> May I know the correct way of 32bit compilation on 64bit X86 machine. I tried the "-m32" c_args, but it returns the below error:
>>
> When I build, I also always set -m32 in 'c_link_args' and set
> PKG_CONFIG_LIBDIR in the environment to point to the 32-bit pkg-config
> directory e.g. /usr/lib/i386-linux-gnu/pkgconfig on debian/ubuntu systems.
> 

And "PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig" is working for me with Fedora