From 98c4c43161ac10828a0acfa345f4b24190d343ab Mon Sep 17 00:00:00 2001 From: Emeric Poulin <46192993+epthales@users.noreply.github.com> Date: Mon, 26 Oct 2020 15:03:31 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 646ee0c8..18445ff8 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,14 @@ Next, you have to install all standard packages needed to build the toolchain de Before installing the tool chain, it is important to define the environment variable RISCV=”path where the tool chain will be installed”. Then, you have to set up the compiler by running the following command: ``` +$ export RISCV=/path/to/install/riscv/compilators $ ./configure --prefix=$RISCV --disable-linux --with-cmodel=medany --with-arch=rv32ima $ make newlib ``` When the installation is achieved, do not forget to add $RISCV/bin to your PATH. +``` +$ export PATH=/path/to/compilators/directory/bin +``` ## Questa tool Questa Prime **version 10.7** has been used for simulations. -- GitLab