aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2020-08-21 14:50:33 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2020-08-21 15:52:52 +0000
commitb218ebe8f43be4edf1891412c71c436c0105c10c (patch)
treeb501176eb080da7df4da32c7d843b9dec7e8f03f
parent7cc2bc5be7763f21fd6067d4bfed1fc052e1ecec (diff)
downloadandroid-nn-driver-b218ebe8f43be4edf1891412c71c436c0105c10c.tar.gz
Update FAQ in android-nn-driver
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I95ceab4e545f760e1425b92e17d52a2248379d3c
-rw-r--r--docs/FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index ffc8acf9..660b1ede 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -25,7 +25,7 @@ Some users have encountered difficulties when attempting to build copies of the
'error: vendor/arm/android-nn-driver/Android.bp:892:1: module "libboost_program_options" variant "android_arm_variant": module source path "vendor/arm/android-nn-driver/boost_1_64_0" does not exist'
'error: vendor/arm/android-nn-driver/Android.bp:45:1: variant "android_arm64_armv7": module "armnn-arm_compute" "module source path "vendor/arm/android-nn-driver/clframework/build/android-arm64v8a/src/core/CL" does not exist'
-These errors are due to missing dependencies or incompatiblities between the android-nn-driver and armnn or clframework versions. The android-nn-driver requires boost_1_40_0 to build. The versions of android-nn-driver, armnn and clframework will have to match for them to work together. For example, the 19.08 version of android-nn-driver, clframework and armnn will work together but none of them will work with earlier or later versions of the others.
+These errors are due to missing dependencies or incompatiblities between the android-nn-driver and armnn or clframework versions. The android-nn-driver requires boost_1_64_0 to build. The versions of android-nn-driver, armnn and clframework will have to match for them to work together. For example, the 19.08 version of android-nn-driver, clframework and armnn will work together but none of them will work with earlier or later versions of the others.
In order to ensure that the correct versions of boost, armnn and the clframework are obtained you can do the following: