aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideCrossCompilation.md
diff options
context:
space:
mode:
authorFrancisMurtagh <francis.murtagh@arm.com>2018-11-20 14:42:46 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2018-11-20 15:06:09 +0000
commit07fefa5d487bbd47c7755a7bb88b05edbe1d8342 (patch)
tree96f87b31916cd5476c6be2889bd70290ff067a20 /BuildGuideCrossCompilation.md
parenta52809cc136a9854da5b66e989e24c5b6217e4ea (diff)
downloadarmnn-07fefa5d487bbd47c7755a7bb88b05edbe1d8342.tar.gz
IVGCVSW-2117 - BuildGuideCrossCompilation.md Documentation update
* Updated build guide to include instruction to copy libprotobuf.so.15 into the build folder before moving to arm64 machine. Change-Id: Ia20691edc79ff59fa4147eafbbfd3997b2531317
Diffstat (limited to 'BuildGuideCrossCompilation.md')
-rw-r--r--BuildGuideCrossCompilation.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md
index 63f9f2a496..ec85526dda 100644
--- a/BuildGuideCrossCompilation.md
+++ b/BuildGuideCrossCompilation.md
@@ -149,6 +149,10 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu
cd build/
export LD_LIBRARY_PATH=`pwd`
```
+* Create a symbolic link to libprotobuf.so.15.0.1:
+ ```
+ ln -s libprotobuf.so.15.0.1 ./libprotobuf.so.15
+ ```
* Run the UnitTests:
```
./UnitTests
@@ -202,7 +206,7 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu
/usr/lib/gcc-cross/aarch64-linux-gnu/5/../../../../aarch64-linux-gnu/bin/ld: warning: libz.so.1, needed by /home/<username>/armNN/usr/lib64/libprotobuf.so.15.0.0, not found (try using -rpath or -rpath-link)
```
-* Missing arm64 libraries for libz.so.1, these can be added by adding a second architecture to dpkg and explicitely installing them:
+* Missing arm64 libraries for libz.so.1, these can be added by adding a second architecture to dpkg and explicitly installing them:
```bash
sudo dpkg --add-architecture arm64
sudo apt-get install zlib1g:arm64