aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideCrossCompilation.md
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-08-27 09:30:58 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-08-27 09:36:56 +0000
commitf2b8dcefa3ced5502224029a8c537af381259da0 (patch)
treed96409de7033b7c394b51a069b9fd4ca4a61bb05 /BuildGuideCrossCompilation.md
parent146b2e15895aeedc58a8f5fcf50a7837ba9bf085 (diff)
downloadarmnn-f2b8dcefa3ced5502224029a8c537af381259da0.tar.gz
IVGCVSW-3656 Make the reference backend build optional
* Added ARMCOMPUTEREF option to the build guides, as the reference backend is not built by default Change-Id: I2cd8dab12ed72a795ff79fe1087ab8bf7606694e Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Diffstat (limited to 'BuildGuideCrossCompilation.md')
-rw-r--r--BuildGuideCrossCompilation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md
index 396c1fe766..ce0d360b14 100644
--- a/BuildGuideCrossCompilation.md
+++ b/BuildGuideCrossCompilation.md
@@ -128,7 +128,7 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu
-DARMCOMPUTE_ROOT=$HOME/armnn-devenv/ComputeLibrary \
-DARMCOMPUTE_BUILD_DIR=$HOME/armnn-devenv/ComputeLibrary/build/ \
-DBOOST_ROOT=$HOME/armnn-devenv/boost_arm64_install/ \
- -DARMCOMPUTENEON=1 -DARMCOMPUTECL=1 \
+ -DARMCOMPUTENEON=1 -DARMCOMPUTECL=1 -DARMCOMPUTEREF=1 \
-DCAFFE_GENERATED_SOURCES=$HOME/armnn-devenv/caffe/build/src \
-DBUILD_CAFFE_PARSER=1 \
-DPROTOBUF_ROOT=$HOME/armnn-devenv/google/x86_64_pb_install/ \