Fixed minor typos in BuildGuideCrossCompilation.md
authorMatteo Martincigh <matteo.martincigh@arm.com>
Wed, 14 Nov 2018 15:34:14 +0000 (15:34 +0000)
committerLes Bell <les.bell@arm.com>
Thu, 15 Nov 2018 08:58:12 +0000 (08:58 +0000)
Change-Id: I4d02a6cca8e99d70a389ca3b0ce47fb7f15ed21f

BuildGuideCrossCompilation.md

index df015a08f446b6b05b64162736f86799cce9eef0..c94a193ec323afa7c9a5b41ffe733b4f77896a5d 100644 (file)
@@ -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
+    ```