aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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