From 3aebe0db7f08f0aeed154be9c78ea872c66fb1ec Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sat, 29 Apr 2017 15:07:47 -0700 Subject: README.md: Explicitly list the requirement of a separate build directory. h/t Karsten Merker --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 -- cgit v1.1