Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp5755992pxj; Wed, 23 Jun 2021 08:18:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzZPr9MSW/TgtZ2LDmHCKsPBla7H2ZufemgZ2+cpdE0T7SPWcyeWpOaIMl6F9rG5vD5i9A8 X-Received: by 2002:a92:d9d2:: with SMTP id n18mr3300558ilq.118.1624461521825; Wed, 23 Jun 2021 08:18:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624461521; cv=none; d=google.com; s=arc-20160816; b=pWxfK2URGO7BZxEJXsFZidzVYGu39+pz6FZ7MIUAZ/2tlz5DibCyb4NXr6wTbziSGd 9p6CwY5gFv5jmonfVEF7zoLES//Pkb/ILNME/p4ctA9sm5bK1RiAQlNar2n0+HDxZWtf ZX5oTmHfkrjDqY8YbdbnSeXYJdLtfJTOT1378kTBbPuPR0mCHs7EGbgZO2ppDie0QI16 wyZJi0OVcOEsyLveiOm3mJuD267cHaJubw5YaZ1eKrdzdp5N5/uiISJGY/K3GQwlEgnz fc4bNBHGGIPD9ZpQ8pNbwU6MTHB16Y84jUhlBAdUjorPAOQ1HFgq2GkoH8NuwP0pcO3J bqvQ== 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=DsKJsoWPBQKC+JtZPt9z1qgBet3oOS4TY7mn7AViZdU=; b=F53PogctxePhq08L3iT494ue+NjxMzXkBJ0TrYeGkDbHoWPoiRqgis1tr9WQOZ6d1c JA+CTzUYiiIIAshlHHxFjVWMyyXbllXfIVXA8hBlY/diAo6C+aElnyfG0AULjn6SE5A7 yC2k5Iyu3gKR2UrtputrggJVcvrYFy/LhVSiT+Wmu0WH/3Pvr2ks9Hd1FNOfQPf+x7DR oT02YTss0HMVRbYpJ06j4Qkn48Wm5qwJ4K0ex9k++n2y8uSBZav0WuGq6DDlDLeyX5p9 NLiBu8/iRHQ44zHN649WEB2fJQa8tcAqyoTC3AuIensnZPGiyr81wJtyZHyIIwwboAKi tBjA== 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 r8si21520778ill.83.2021.06.23.08.18.29; Wed, 23 Jun 2021 08:18:41 -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 S231350AbhFWPUG (ORCPT + 99 others); Wed, 23 Jun 2021 11:20:06 -0400 Received: from verein.lst.de ([213.95.11.211]:51205 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229523AbhFWPUF (ORCPT ); Wed, 23 Jun 2021 11:20:05 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 5790067373; Wed, 23 Jun 2021 17:17:46 +0200 (CEST) Date: Wed, 23 Jun 2021 17:17:46 +0200 From: 'Christoph Hellwig' To: Brian Cain Cc: 'Arnd Bergmann' , 'Christoph Hellwig' , 'Sid Manning' , "'open list:QUALCOMM HEXAGON...'" , 'Linux Kernel Mailing List' Subject: Re: how can we test the hexagon port in mainline Message-ID: <20210623151746.GA4247@lst.de> References: <20210623141854.GA32155@lst.de> <08df01d7683d$8f5b7b70$ae127250$@codeaurora.org> <08e101d76842$94f78a60$bee69f20$@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <08e101d76842$94f78a60$bee69f20$@codeaurora.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It seem like it still isn't complete enought for a kernel build, though: $ export CROSS_COMPILE=/opt/clang+llvm-12.0.0-cross-hexagon-unknown-linux-musl/x86_64-linux-gnu/bin/hexagon-unknown-linux-musl- $ make ARCH=hexagon LLVM=1 oldconfig ... scripts/Kconfig.include:40: linker 'ld.lld' not found make[1]: *** [scripts/kconfig/Makefile:77: oldconfig] Error 1 make: *** [Makefile:614: oldconfig] Error 2