aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideCrossCompilation.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-08 15:56:47 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2021-11-08 17:15:49 +0000
commitf8fb46df602c72d62defe82e3283b33f9eeccdd3 (patch)
tree744517a7e88cf6d120ec9fa9377b0224db661978 /BuildGuideCrossCompilation.md
parentc837f1e0c4b000d8ebb710cdc1a4ddb12cf8af12 (diff)
downloadarmnn-f8fb46df602c72d62defe82e3283b33f9eeccdd3.tar.gz
Update .md files to reflect Ubuntu version change used for testing
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I9b5407a2d6fc27df2c448a4f6a6b862d2175022c
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 72f7f02f62..d70f1ca4f1 100644
--- a/BuildGuideCrossCompilation.md
+++ b/BuildGuideCrossCompilation.md
@@ -15,7 +15,7 @@
## Introduction
-These are the step by step instructions on Cross-Compiling Arm NN under an x86_64 system to target an Arm64 system. This build flow has been tested with Ubuntu 16.04 and it depends on the same version of Ubuntu or Debian being installed on both the build host and target machines. The instructions assume you are using a bash shell and show how to build the Arm NN core library, Protobuf, Tflite, Flatbuffer and Compute Libraries.
+These are the step by step instructions on Cross-Compiling Arm NN under an x86_64 system to target an Arm64 system. This build flow has been tested with Ubuntu 18.04 and it depends on the same version of Ubuntu or Debian being installed on both the build host and target machines. The instructions assume you are using a bash shell and show how to build the Arm NN core library, Protobuf, Tflite, Flatbuffer and Compute Libraries.
Start by creating a directory to contain all components:
'''