From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qv1-f49.google.com (mail-qv1-f49.google.com [209.85.219.49]) by mx.groups.io with SMTP id smtpd.web09.6975.1632413417135150925 for ; Thu, 23 Sep 2021 09:10:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20210112.gappssmtp.com header.s=20210112 header.b=oRy18QkU; spf=pass (domain: nuviainc.com, ip: 209.85.219.49, mailfrom: rebecca@nuviainc.com) Received: by mail-qv1-f49.google.com with SMTP id 11so4415479qvd.11 for ; Thu, 23 Sep 2021 09:10:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/NME9lB/6ZCyxKjMZaFLcSNOa2crBabtc2HiQebOqZ8=; b=oRy18QkUp1E13BogLf4YsbB4U1odZO1eB31BG5q6RIpIDfMvq9FW0PvHctzKbbCIKC x6Oul9+4wS7hEFtu2evCuWPlSdTFXolTYtvaQHUjwGcCrGd0Jgtf4A5SWkp4yVupABT1 ALjrKxLPPNjOf3tBp/u91xMbuZz74W1vCU7nqCxKRZWgDUjRWe+lG4fwsSQbUtatwvqr pLxbgXTObMlN0rQOZXluB39a/Q9I+ARfiqCEsR9ggSH7ra+SGrh1fCVPOREdSQzUXN2B uGo4qAG0JexkiBSGCDZW8klfSub3RnUBxUhnSeVzggxS6GPqE4XYRpGkxILDT9knt9Vg A2SQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/NME9lB/6ZCyxKjMZaFLcSNOa2crBabtc2HiQebOqZ8=; b=rDjS4750LbkB4E9gFXbRIFQLJrvT3yAMV3h0XhRt134uSnct0wO8XclnrgKwaLWjOR PAqT+5QTdn2TNET9ONZfJ5I4iwipqCdKnCccLh8IBtHl37LUhKiqdDuG8mZh4jNjvYaA c0l+HFdQDR2DTJQvmsW+xP00RWZ4mC//50mJ/Jdo2Rh3XbCs1AZg+4CKyTdNVvBydp8U qQaK7I7Ti4f8PW01deCCnYzDY27KPTp3AJVp+3SAhJgkdgowaZ2R7J3hoY7wo2oND4dM 56jvTk0BS/MYELhZ/AhDY7SBOWi7LVsWbkggECWuGjraghaa43+AqUqo9Csroppp7+zW pIdA== X-Gm-Message-State: AOAM531PPmdjqADQLgPnFHP8D1KKmrQYUcFbvCyJCh1MGORFagwBp/QI CUggSOlLZKHyHMYiDeAkLoWv9Z05wI8yprtOgeJzvAUkMM9LcJEPcTFuC5JaKkSEGUgmcGybuoV chhRJkuwF1bcEM6KD1d5wpy6Vs7/l3sEKf5cbBO3Pq3WTnmWFMTv8yJf1b4JLUZLydmuGCPzO X-Google-Smtp-Source: ABdhPJxWFk13Mr/AzfDn/HUaDntx2WKDj14Mb7YZ/D3h6b60vf6s9wMVdanOonyi/sTNGoOk+GzHaw== X-Received: by 2002:a05:6214:153:: with SMTP id x19mr4897609qvs.18.1632413414126; Thu, 23 Sep 2021 09:10:14 -0700 (PDT) Return-Path: Received: from linbox.int.bluestop.org (c-174-52-16-57.hsd1.ut.comcast.net. [174.52.16.57]) by smtp.gmail.com with ESMTPSA id q9sm4749725qkj.39.2021.09.23.09.10.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Sep 2021 09:10:13 -0700 (PDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Bob Feng , Liming Gao , Yuwei Chen , Sean Brogan , Sami Mujawar , Leif Lindholm , Ard Biesheuvel Cc: Rebecca Cran Subject: [PATCH v3 2/2] BaseTools: Switch to downloading the AARCH64 compiler from Arm's site Date: Thu, 23 Sep 2021 10:09:57 -0600 Message-Id: <20210923160957.19800-3-rebecca@nuviainc.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210923160957.19800-1-rebecca@nuviainc.com> References: <20210923160957.19800-1-rebecca@nuviainc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Linaro no longer do gcc releases - they're done by Arm now. Update gcc_aarch64_linux_ext_dep.yaml to fetch the latest AARCH64 gcc release (10.3-2021.07) from their site. Signed-off-by: Rebecca Cran --- BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml | 10 +++++----- BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml b/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml index e81223fd9ad1..de7682b5521f 100644 --- a/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml +++ b/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml @@ -1,5 +1,5 @@ ## @file -# Download GCC AARCH64 compiler from Linaro's release site +# Download GCC AARCH64 compiler from Arm's release site # Set shell variable GCC5_AARCH64_INSTALL to this folder # # This is only downloaded when a build activates scope gcc_aarch64_linux @@ -11,11 +11,11 @@ "scope": "gcc_aarch64_linux", "type": "web", "name": "gcc_aarch64_linux", - "source": "http://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz", - "version": "7.4.1", - "sha256": "27f1dc2c491ed61ae8f0d4b0c11de59cd2f7dd9c94761ee7153006fcac1bf9ab", + "source": "https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.xz", + "version": "10.3-2021.07", + "sha256": "1e33d53dea59c8de823bbdfe0798280bdcd138636c7060da9d77a97ded095a84", "compression_type": "tar", - "internal_path": "/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/", + "internal_path": "/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/", "flags": ["set_shell_var", ], "var_name": "GCC5_AARCH64_INSTALL" } diff --git a/BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py b/BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py index a695fc328565..f0685d804029 100644 --- a/BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py +++ b/BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py @@ -80,7 +80,7 @@ class LinuxGcc5ToolChain(IUefiBuildPlugin): return 0 # make GCC5_AARCH64_PREFIX to align with tools_def.txt - prefix = os.path.join(install_path, "bin", "aarch64-linux-gnu-") + prefix = os.path.join(install_path, "bin", "aarch64-none-linux-gnu-") shell_environment.GetEnvironment().set_shell_var("GCC5_AARCH64_PREFIX", prefix) # now confirm it exists -- 2.31.1