Update README.md

gcc seems to have changed its path to executables
This commit is contained in:
David Harris 2023-02-07 16:35:44 -08:00 committed by GitHub
parent 00a8644b23
commit f41a8f9e62

View File

@ -125,7 +125,7 @@ Note: make --jobs will reduce compile time by compiling in parallel. However, a
We also need the elf2hex utility to convert executable files into hexadecimal files for Verilog simulation. Install with:
$ cd $RISCV
$ export PATH=$RISCV/riscv-gnu-toolchain/bin:$PATH
$ export PATH=$RISCV/bin:$PATH
$ git clone https://github.com/sifive/elf2hex.git
$ cd elf2hex
$ autoreconf -i