aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan OShea <ryan.oshea3@arm.com>2022-11-18 11:58:21 +0000
committerTeresa Charlin <teresa.charlinreyes@arm.com>2022-11-18 14:42:28 +0000
commit758ff9f0ed3baeda3a5cd485d67e8369607e52ba (patch)
tree8322b978bc208d1bfec63b346377a9de72c37231
parentb85b291dede9c6994c4a1aa4a0b595e17fa3fa77 (diff)
downloadarmnn-758ff9f0ed3baeda3a5cd485d67e8369607e52ba.tar.gz
Update FAQ with GCC8.3 Tflite 2.10 Issue
* Inform users of potential gcc8.3 issue when linking against TfLite 2.10 Signed-off-by: Ryan OShea <ryan.oshea3@arm.com> Change-Id: Ie58b7f8a9c11f9d5088c531ecffd4cc06a4ab7ca
-rw-r--r--docs/FAQ.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 0e6fcf84b9..585204bcb8 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -56,3 +56,7 @@ make -j2
Arm NN UnitTests fails intermittently with segmentation fault on aarch64.
----------------------------------------------------------
The DefaultAsyncExeuteWithThreads test seems to be throwing intermittent segmentation fault while running Arm NN Unittest in aarch64 architecture. This test will pass if you run the Unittest again.
+
+Arm NN delegate build fails with "undefined reference to `absl::lts_20220623::raw_logging_internal::RawLog"
+----------------------------------------------------------
+This build failure occurs because Tensorflow 2.10 has been built with GCC version older than 9.3.1. The solution is to rebuild with 9.3.1 or later. \ No newline at end of file