Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp135500pxv; Wed, 7 Jul 2021 22:29:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxEVtosre45HqR8ocKmh62SDYlQMLWRkUENEaSIa51DmypnmZEbBMmDl7BO5M0dAyGyjAmC X-Received: by 2002:a17:907:9491:: with SMTP id dm17mr25605447ejc.520.1625722163625; Wed, 07 Jul 2021 22:29:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625722163; cv=none; d=google.com; s=arc-20160816; b=J8IqFWSn1/txCxSjxiduLgCMNWdEkNqPwdp23NgTG6EvCMAOYEjL95WrjPZT4BU1l6 1zlk2Tt+AhvE6mMOPL4pc7JSxUt9/ZDfBZpI3CNTEFThCN36gB33ker9Sw8Rn3RmCG5g 7J0zzb5gGNvoWUz+3IfVlVKoR33jT+wgaDSwn2gARqoPjk4p+lVbvUtTdK2WiKs1WaPK gGC+UIvSvUI/SFTpPOHVCSPyGLblA+vwpFI7q10sb0a9RPyUORvtiV2GJ0g0tJcD5i4U rqSANkOihzH6+cpJXg27PSkKPwc1D43WMBKzPqWqfzrEioXovzYNl4q7Kgmw+Mg4y+27 8/JQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=jTo7FsfXT+tbK2ZNZzl9RdtGVwfekNig89g/SCO7bwI=; b=t328WH5nSUT0U3Dsk9oUcwYHvFPsRU90VdOf1LsWBQp/uV7HOZTJQYP8X1HepNske0 TzXNN1WPKOpgAMrUJ8NXfozw+Cvg4xRsHaC6P7lHtHMEdbqTYTIk0BWj31UnF+mcWRGw k4lVTBlXLmiWWLce8P8TEruDlI8eexi8stbdwyqk1KZAw/qGSR48cbFeP3lZ/ofFHXrE dBTKL8VqtBadsFK3fh7HFDYnOWP7GshzRDDbdb2Gu+aKiD0CRrFrczVK3piw7/zSY1ul pTL9YrqBtBawjgz6SvgJMwjJUXCGoxfneYRK1i2oGGrfk20A3IqPlLHsculmz72iUUii O7WA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id er22si1591339ejc.273.2021.07.07.22.28.58; Wed, 07 Jul 2021 22:29:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229606AbhGHFag (ORCPT + 99 others); Thu, 8 Jul 2021 01:30:36 -0400 Received: from verein.lst.de ([213.95.11.211]:39235 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229579AbhGHFag (ORCPT ); Thu, 8 Jul 2021 01:30:36 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id DB4DC68C4E; Thu, 8 Jul 2021 07:27:51 +0200 (CEST) Date: Thu, 8 Jul 2021 07:27:51 +0200 From: Christoph Hellwig To: Nathan Chancellor Cc: Christoph Hellwig , Brian Cain , Sid Manning , Arnd Bergmann , linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org, Nick Desaulniers , clang-built-linux@googlegroups.com Subject: Re: how can we test the hexagon port in mainline Message-ID: <20210708052751.GA18789@lst.de> References: <20210623141854.GA32155@lst.de> <08df01d7683d$8f5b7b70$ae127250$@codeaurora.org> <08e101d76842$94f78a60$bee69f20$@codeaurora.org> <20210623151746.GA4247@lst.de> <20210707141054.GA24828@lst.de> <1ee8fc44-3e8c-91c0-7909-a636757dbda4@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1ee8fc44-3e8c-91c0-7909-a636757dbda4@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 07, 2021 at 10:42:27AM -0700, Nathan Chancellor wrote: >> hch@brick:~/work/linux$ make -j4 ARCH=hexagon >> CROSS_COMPILE=hexagon-unknown-linux-musl LLVM=1 LLVM_IAS=1 defconfig all >> HOSTCC scripts/basic/fixdep >> clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory > > Hmmm, is that with libtinfo5 installed (or whatever the ncurses-compat > equivalent is on your distribution installed)? I had that problem on Debian > until I insta I did install libtinfo5, which just gets me to the next error: hch@brick:~/work/linux$ export PATH=/opt/clang+llvm-12.0.0-cross-hexagon-unknown-linux-musl/x86_64-linux-gnu/bin/:$PATH hch@brick:~/work/linux$ make -j4 ARCH=hexagon CROSS_COMPILE=hexagon-unknown-linux-musl LLVM=1 LLVM_IAS=1 defconfig all HOSTCC scripts/basic/fixdep clang: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory make[2]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 127 make[1]: *** [Makefile:543: scripts_basic] Error 2 make: *** [Makefile:346: __build_one_by_one] Error 2