aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-04-29 15:07:47 -0700
committerAndrew Waterman <andrew@sifive.com>2017-04-29 15:07:47 -0700
commit3aebe0db7f08f0aeed154be9c78ea872c66fb1ec (patch)
tree10d3566a3018943c00ac672bbf4aba6fb030abdb /README.md
parent5ca090ba6c467e1a4b3506fb16bd1406e835fcbc (diff)
downloadriscv-pk-3aebe0db7f08f0aeed154be9c78ea872c66fb1ec.zip
riscv-pk-3aebe0db7f08f0aeed154be9c78ea872c66fb1ec.tar.gz
riscv-pk-3aebe0db7f08f0aeed154be9c78ea872c66fb1ec.tar.bz2
README.md: Explicitly list the requirement of a separate build directory.
h/t Karsten Merker
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 754c296..799234a 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ Build Steps
We assume that the RISCV environment variable is set to the RISC-V tools
install path, and that the riscv-gnu-toolchain package is installed.
+Please note that building the binaries directly inside the source
+directory is not supported; you need to use a separate build directory.
$ mkdir build
$ cd build