From 6b9fb3c40252a9065ac00ebe9b099955bbca4d5a Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Fri, 2 Jun 2023 14:43:12 -0700 Subject: docs/linux/qemu: fix the link to ARM64 toolchain --- docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux') diff --git a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md index b47d90ba2..238620409 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md @@ -44,7 +44,7 @@ If you're expreriencing a very slow sshd start up time with arm64 qemu running o You will require an ARM64 kernel with gcc plugin support. If not, obtain the ARM64 toolchain from Linaro. -Get `gcc-linaro-6.1.1-2016.08-x86_64_aarch64-linux-gnu.tar.xz` from [here](https://releases.linaro.org/components/toolchain/binaries/latest/aarch64-linux-gnu/). +Get `gcc-linaro-6.1.1-2016.08-x86_64_aarch64-linux-gnu.tar.xz` from [here](https://releases.linaro.org/components/toolchain/binaries/6.1-2016.08/aarch64-linux-gnu/). Extract and add its `bin/` to your `PATH`. If you have another ARM64 toolchain on your machine, ensure that this newly downloaded toolchain takes precedence. -- cgit mrf-deployment