summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
authorAyaan Masood <Ayaan.Masood@arm.com>2021-12-09 17:22:22 +0000
committerAyaan Masood <Ayaan.Masood@arm.com>2021-12-09 17:22:22 +0000
commit233cec0af9435f5352985dfeb8c27550e7bb2abb (patch)
treec1925de1153a7677d974101bbe27b90ab2b755ad /docs/sections/building.md
parenta4615cef4842e21a9e31d8d00272e118625c2707 (diff)
downloadml-embedded-evaluation-kit-233cec0af9435f5352985dfeb8c27550e7bb2abb.tar.gz
MLECO-2082 Fixes and improvements from OOB21.11
-Fixed noise_reduction CMake bug cause inference to fail when non-default mac_units passed to build script -Inference complete message added to noise_reduction LCD -Doc update clarfiy vela.ini config file for compiling to non-default memory modes -QOL improvement by adding a note on how to make path variables permenant when configuring Arm compilers Change-Id: Id798b25638260721d8e48468b7a5942bd802d63b
Diffstat (limited to 'docs/sections/building.md')
-rw-r--r--docs/sections/building.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index 6cbabd9..2739320 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -57,8 +57,8 @@ Before proceeding, it is *essential* to ensure that the following prerequisites
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```
-> **Note:** If required, add the compiler to the path:
->
+> **Note:** If required, add the compiler to the path (can be added to ~/.bashrc to be set permanently):
+>
> `export PATH=/path/to/armclang/bin:$PATH` OR `export PATH=/path/to/gcc-arm-none-eabi-toolchain/bin:$PATH`
- If you are using the proprietary Arm Compiler, ensure that the compiler license has been correctly configured.