From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH v6 2/5] build: use dependency() instead of find_library() Date: Wed, 13 Feb 2019 13:45:13 +0000 Message-ID: <1550065513.4818.18.camel@debian.org> References: <20190103175725.5836-1-bluca@debian.org> <3052011.MRUk6sNC2W@xps> <1550054983.4818.3.camel@debian.org> <2619121.HSPYQmsorr@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: Bruce Richardson , dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id DEF716904 for ; Wed, 13 Feb 2019 14:45:15 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id v16so2519458wrn.11 for ; Wed, 13 Feb 2019 05:45:15 -0800 (PST) In-Reply-To: <2619121.HSPYQmsorr@xps> 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, 2019-02-13 at 12:10 +0100, Thomas Monjalon wrote: > 13/02/2019 11:49, Luca Boccassi: > > On Tue, 2019-02-12 at 17:21 +0100, Thomas Monjalon wrote: > > > Luca, please could you test cross-compilation? > >=20 > > Hi, > >=20 > > I would, except downloading the toolchain from Linaro fails with > > 403 > > forbidden... > >=20 > > https://releases.linaro.org/components/toolchain/binaries/latest/aa > > rch64-linux-gnu/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux- > > gnu.tar.xz > >=20 > > I'll try with Debian's cross compiler >=20 > You can also test this one: https://toolchains.bootlin.com/ That one works - the pcap-config issue can be patched over by setting pcap-config =3D '' in the cross-build config files in config/arm/ - but the dependency finder needs to fallback to find_library. This series has seen enough revisions already and it's not a critical path, so I'll do it separately another time. --=20 Kind regards, Luca Boccassi