summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce7edff..0bd35c6 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,9 @@ The custom compuler can be built using the following steps:
```bash
git clone https://github.com/meklort/llvm-project.git -b meklort-7.0.1
cd llvm-project
+cd llvm/tools
+ln -s ../../clang clang
+cd ../../
mkdir build
cd build
cmake ../llvm -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/llvm-bcm5719
@@ -111,4 +114,4 @@ The APE firmware can be tested by loading it into ram using the following sequen
```base
cd build
sudo ./utils/bcmregtool/bcmregtool --apeboot=ape/ape.bin
-``` \ No newline at end of file
+```
OpenPOWER on IntegriCloud