From: Hemant Agrawal <hemant.agrawal@nxp.com> To: Bruce Richardson <bruce.richardson@intel.com> Cc: "dev@dpdk.org" <dev@dpdk.org> Subject: Re: [dpdk-dev] meson: wrong dependency in cross compilation on ARM Date: Mon, 21 Dec 2020 14:28:42 +0000 Message-ID: <AM6PR04MB4456C5EDAE0BE3749C01550789C00@AM6PR04MB4456.eurprd04.prod.outlook.com> (raw) In-Reply-To: <20201221140402.GB1753@bricha3-MOBL.ger.corp.intel.com> > -----Original Message----- > From: dev <dev-bounces@dpdk.org> On Behalf Of Bruce Richardson > > On Mon, Dec 21, 2020 at 12:19:17PM +0000, Hemant Agrawal wrote: > > Hi, > > I am trying to cross compile DPDK for arm64 on a ubuntu machine, > which has a zlib pre-installed for native env. > > > > I am encountering following build error in net_bnx2x as it has dependency > on zlib. It is trying to link with x86 arch based zlib. > > > > Cross compiling zlib and setting the PKG_CONFIG_PATH solve the issue. > But, Is their an easy way to disable these dependencies? > > > Can you try with setting PKG_CONFIG_LIBDIR rather than > PKG_CONFIG_PATH? > PKG_CONFIG_PATH simply extends the search locations, which means that > host-paths will still be searched, while PKG_CONFIG_LIBDIR replaces the > default path, eliminating the host-based search paths. [Hemant] I will try. Also, is there a way to disable certain drivers (e.g. bnx2x) and libraries (e.g. compress) in meson config file statically, so that they don't get build. Using disable_driver options is still not working as the dpdk-test has dependency on zlib. > > /Bruce
next prev parent reply other threads:[~2020-12-21 14:28 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-21 12:19 Hemant Agrawal 2020-12-21 14:04 ` Bruce Richardson 2020-12-21 14:28 ` Hemant Agrawal [this message] 2020-12-21 14:47 ` Bruce Richardson 2021-01-22 10:20 ` Juraj Linkeš 2021-01-15 18:40 ` Ferruh Yigit 2021-01-18 10:51 ` Bruce Richardson 2021-01-18 11:58 ` Ferruh Yigit 2021-01-18 12:05 ` Ferruh Yigit 2021-01-18 12:16 ` Ferruh Yigit 2021-01-18 13:29 ` Bruce Richardson 2021-01-22 12:47 ` Hemant Agrawal 2021-01-18 13:28 ` Bruce Richardson
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=AM6PR04MB4456C5EDAE0BE3749C01550789C00@AM6PR04MB4456.eurprd04.prod.outlook.com \ --to=hemant.agrawal@nxp.com \ --cc=bruce.richardson@intel.com \ --cc=dev@dpdk.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git