aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-11-14 15:34:14 +0000
committerLes Bell <les.bell@arm.com>2018-11-15 08:58:12 +0000
commitf8254d19833d384c469486aaf970e0c7761c7a26 (patch)
tree350c0471337fd5d23e0fd95312275df435b5b93e
parentc25411cdf2908609d3bce37ef4da9cfef1e21c9b (diff)
downloadarmnn-f8254d19833d384c469486aaf970e0c7761c7a26.tar.gz
Fixed minor typos in BuildGuideCrossCompilation.md
Change-Id: I4d02a6cca8e99d70a389ca3b0ce47fb7f15ed21f
-rw-r--r--BuildGuideCrossCompilation.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md
index df015a08f4..c94a193ec3 100644
--- a/BuildGuideCrossCompilation.md
+++ b/BuildGuideCrossCompilation.md
@@ -75,7 +75,7 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu
* Setup environment:
```bash
export PATH=$HOME/armnn-devenv/google/x86_64_pb_install/bin/:$PATH
- export LD_LIBRARY_PATH=$HOME/armnn-devenv/google/x86_64_pb_install/lib/:LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH=$HOME/armnn-devenv/google/x86_64_pb_install/lib/:$LD_LIBRARY_PATH
```
* Compilation with Make:
```bash
@@ -93,7 +93,7 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu
```
#### <a name="installBaarch">Build Boost library for arm64</a>
* Build Boost library for arm64
- Download Boost version 1.64 from http://www.boost.org/doc/libs/1_64_0/more/getting_started/unix-variants.html
+ Download Boost version 1.64 from http://www.boost.org/doc/libs/1_64_0/more/getting_started/unix-variants.html
Version 1.66 is not supported.
```bash
tar -zxvf boost_1_64_0.tar.gz
@@ -248,9 +248,9 @@ https://askubuntu.com/questions/430705/how-to-use-apt-get-to-download-multi-arch
```
libarmnnCaffeParser.so: undefined reference to `google::protobuf:*
```
-* Missing or out of date protobuf compilation libraries.
- Use the command 'protoc --version' to check which version of protobuf is available (version 3.5.1 is required).
- Follow the instructions above to install protobuf 3.5.1
+* Missing or out of date protobuf compilation libraries.
+ Use the command 'protoc --version' to check which version of protobuf is available (version 3.5.1 is required).
+ Follow the instructions above to install protobuf 3.5.1
Note this will require you to recompile Caffe for x86_64
##
@@ -262,4 +262,4 @@ https://askubuntu.com/questions/430705/how-to-use-apt-get-to-download-multi-arch
* Add Werror=0 to the scons command:
```
scons arch=arm64-v8a neon=1 opencl=1 embed_kernels=1 extra_cxx_flags="-fPIC" -j8 internal_only=0 Werror=0
- ``` \ No newline at end of file
+ ```