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 0C05EA04B7; Wed, 14 Oct 2020 13:38:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CEF0F1DB2A; Wed, 14 Oct 2020 13:38:02 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 567171D9C8 for ; Wed, 14 Oct 2020 13:38:00 +0200 (CEST) IronPort-SDR: +Lb9GoIEZcGcHmYOiwVc6sPXNXipCmzfXjQKquccxujjgS2M+ePQKeV3S/V7xXniMk2Dak19gS agH4nGoYbHLw== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="145949755" X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="145949755" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 04:37:58 -0700 IronPort-SDR: sCFXCsu/ShOxoq/SmiBoeuH6e4z1ZD701VLQxrQD8oR5+QeOUH62xBkZXHTxQ656DlSYV8gYSk ss0v2rXH0WDA== X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="463851474" Received: from bricha3-mobl.ger.corp.intel.com ([10.254.145.91]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 14 Oct 2020 04:37:55 -0700 Date: Wed, 14 Oct 2020 12:37:50 +0100 From: Bruce Richardson To: Gagandeep Singh Cc: Thomas Monjalon , "dev@dpdk.org" , Nipun Gupta , Hemant Agrawal Message-ID: <20201014113750.GF1513@bricha3-MOBL.ger.corp.intel.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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. Regards, /Bruce