From e26f1e3c9c6bf4771b93339fe3de47316fdf1e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=C3=A9bastien=20jacq?= <57099003+sjthales@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:26:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aea0e1cb..646ee0c8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ And finally, do not forget to check all the details of the contest at [https://g The tool chain is available to this link: https://github.com/riscv/riscv-gnu-toolchain At first, you have to get the sources of the RISCV GNU toolchain: ``` -$ git clone --recursive https://github.com/riscv/riscv-gnu-toolchain +$ git clone --recursive https://github.com/riscv/riscv-gnu-toolchain +$ cd riscv-gnu-toolchain +$ git checkout ed53ae7a71dfc6df1940c2255aea5bf542a9c422 ``` Next, you have to install all standard packages needed to build the toolchain depending on your Linux distribution. Before installing the tool chain, it is important to define the environment variable RISCV=”path where the tool chain will be installed”. -- GitLab