From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3105C07E95 for ; Sat, 10 Jul 2021 20:11:49 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D0FFC6128D for ; Sat, 10 Jul 2021 20:11:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D0FFC6128D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 29A00832DF; Sat, 10 Jul 2021 22:11:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="G6wUPB83"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9248C832DF; Sat, 10 Jul 2021 22:11:45 +0200 (CEST) Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C0D5E82A01 for ; Sat, 10 Jul 2021 22:11:42 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-wm1-x333.google.com with SMTP id n33so8445836wms.1 for ; Sat, 10 Jul 2021 13:11:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=jEvS+pOn8EQGqwcMItM4Rcd/3XreJMm1O0cEiauul7I=; b=G6wUPB83du6T9nFbqWavwiDxMt9POk9YbJYQ/4ENnHJmNGwWN+5r50da8QImftQxwq 3suMYW+3G1iOF4+M5VxlZxIDAPIg5acB5iMt6g37sm5eUoJLQr1Wnm3fbwdhfdWH+Tce o46SOZR+HzhIacD9r12sKBvwQClxzeodZmqmY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=jEvS+pOn8EQGqwcMItM4Rcd/3XreJMm1O0cEiauul7I=; b=sIqi0SrZcNVbJ7xzbUnznscnQgtHHMYbszwKDudhwKpjNRsSMvigrti0A1chYTYoq5 UUfPyc82RUYeRCl70LKG3fd8QaEHHMFbRoXXNrwl11YAGNk+1QBurV54Uic+ZzWq/5QN 9qVH4CNIPogqSp8BEOk3t5/zKFqLQOhb76xt+OP+wH9c/GdGkoDNATJur4RoP8RMGwz5 sw0nTK4NwY8iYk+ytQVfmTdScNXGUd75xZdhXMvo60MuPV4HDdtwb4kabn6Pq2m5YYLF Luuw9SHZwgO2DXZrTIhcnNsXcFepJhcV6uxVK1ZusbL39rniqg6flIyE/WIMh/AP2+Fa 7BFA== X-Gm-Message-State: AOAM530Yj/RWMMXtx5ZKPnMPNowWYxMFQpK8O+PdxRbRIlgHtPAXwbJK rKwgwUH0foacvrn29/BD8OZSQUHEAP73sm7GFXSbe/vkECg4weHO X-Google-Smtp-Source: ABdhPJy3RZfV9xCQ3pkr3TTYFrPMsPrcVy94fTCVZgA+iKXK0HeOijutlI65m7spLimws1vBAuRc4nh9v/hTiZAfkZc= X-Received: by 2002:a1c:4e0c:: with SMTP id g12mr5822371wmh.120.1625947901613; Sat, 10 Jul 2021 13:11:41 -0700 (PDT) MIME-Version: 1.0 From: Simon Glass Date: Sat, 10 Jul 2021 14:11:30 -0600 Message-ID: Subject: Broken arc toolchain To: U-Boot Mailing List Cc: Alexey Brodkin , Eugeniy Paltsev , Tom Rini Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Hi, I see this: $ buildman --fetch-arch arc Downloading toolchain for arch 'arc' Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/ Downloading: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc-9.2.0-nolibc-arc-linux.tar.xz Unpacking to: /home/sglass/.buildman-toolchains Testing - looking in '/home/sglass/.buildman-toolchains/gcc-9.2.0-nolibc/arc-linux/.' - looking in '/home/sglass/.buildman-toolchains/gcc-9.2.0-nolibc/arc-linux/bin' - found '/home/sglass/.buildman-toolchains/gcc-9.2.0-nolibc/arc-linux/bin/arc-linux-gcc' - looking in '/home/sglass/.buildman-toolchains/gcc-9.2.0-nolibc/arc-linux/usr/bin' Tool chain test: OK, arch='arc', priority 5 $ buildman -A hsdk_4xd /home/sglass/.buildman-toolchains/gcc-9.2.0-nolibc/arc-linux/bin/arc-linux- $ buildman hsdk_4xd ... arc-linux-gcc: error: unrecognized argument in option '-mcpu=hs4x_rel31 Do you have any thoughts on what is wrong, please? Regards, Simon