summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-05-05 19:51:36 -0600
committerEvan Lojewski <github@meklort.com>2019-05-05 19:51:36 -0600
commita644a841c32446e1c3346fc1166efbc18d60c3c6 (patch)
tree0a40c554a2cb3484542368f3d6ac6047977d544d /README.md
parent9df3f81b37713d9da13ae088e4c50764045bb3fe (diff)
downloadbcm5719-ortega-a644a841c32446e1c3346fc1166efbc18d60c3c6.tar.gz
bcm5719-ortega-a644a841c32446e1c3346fc1166efbc18d60c3c6.zip
README: Add steps for setting up the compiler.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab08cd1..15da55a 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,19 @@ This repository depends on a number of external tools
- Flexelint/PCLint+ (optional)
- IPXact generator (optional)
+### Required Compiler
+Due to limitations in the MIPS CPU, this firmware requires a custom compiler to function properly.
+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
+mkdir build
+cd build
+cmake ../llvm -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/llvm-bcm5719
+ninja
+ninja install
+```
+
## Status
- Libraries:
- MII Library: Done
OpenPOWER on IntegriCloud