aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2020-08-21 14:50:33 +0100
committerTeresa Charlin <teresa.charlinreyes@arm.com>2020-08-24 08:16:05 +0100
commit44f652f3b5081733f2d3e21dfdfdac731a594af3 (patch)
treeb501176eb080da7df4da32c7d843b9dec7e8f03f
parent7e45ef9b8ea71efbad57967ba33e8c5e0d37af13 (diff)
downloadandroid-nn-driver-44f652f3b5081733f2d3e21dfdfdac731a594af3.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: