aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan OShea <ryan.oshea3@arm.com>2022-11-18 11:58:21 +0000
committerRyan OShea <ryan.oshea3@arm.com>2022-11-18 12:47:51 +0000
commit0d32194e99f34e4d49f11c63446d0382635ccf9c (patch)
treea928190ea7b42fd5c3368aa83a415fa0aa1567d6
parentc8d7a663dbcc0b92793c79d88685982e7ca908a5 (diff)
downloadarmnn-0d32194e99f34e4d49f11c63446d0382635ccf9c.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