aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideCrossCompilation.md
diff options
context:
space:
mode:
authorsurmeh01 <surabhi.mehta@arm.com>2018-11-23 14:10:54 +0000
committersurmeh01 <surabhi.mehta@arm.com>2018-11-23 14:10:54 +0000
commit4b19381b6ddaff97bec0e1e7225f8e95c43db42c (patch)
tree5d639e4930bffb4b054f2bed7963736b0f2dc275 /BuildGuideCrossCompilation.md
parent0e76ed0a6ab74be72a27121747ce78a516872c53 (diff)
downloadarmnn-4b19381b6ddaff97bec0e1e7225f8e95c43db42c.tar.gz
IVGCVSW-2141 BuildGuideCrossCompilation.md Documentation update
* Removed the usage of g++-5 as we can build it using later versions Change-Id: I073c84868c8619aeb5e4bd3006b87d10b7fec37e
Diffstat (limited to 'BuildGuideCrossCompilation.md')
-rw-r--r--BuildGuideCrossCompilation.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md
index 9f80bccaaf..ff6fd11a63 100644
--- a/BuildGuideCrossCompilation.md
+++ b/BuildGuideCrossCompilation.md
@@ -70,9 +70,6 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu
#Add hdf5 and protobuf include and library directories (Replace $HOME with explicit /home/username dir):
INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial/ $HOME/armnn-devenv/google/x86_64_pb_install/include/
LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib /usr/lib/x86_64-linux-gnu/hdf5/serial/ $HOME/armnn-devenv/google/x86_64_pb_install/lib/
-
- #g++ needs to be version 5:
- CUSTOM_CXX := g++-5
```
* Setup environment:
```bash