aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorColm Donelan <Colm.Donelan@arm.com>2020-08-10 11:00:29 +0100
committerColm Donelan <colm.donelan@arm.com>2020-08-11 09:05:33 +0000
commit2044235de8bf87c695c7b39ddadd70aa1394d739 (patch)
treef1ab79915d3fb8d12a4567e754b8428841edd0f6 /docs
parent9cf7f88f5923dd1ba5d159ade85fcc20185c323f (diff)
downloadarmnn-2044235de8bf87c695c7b39ddadd70aa1394d739.tar.gz
IVGCVSW-5181 Updating to flatbuffers 1.12.0
* Modify BuildGuideCrossCompilation.md to download flatbuffers 1.12.0 * Add FAQ entry about Flat Buffers on Ubuntu 20.04. Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Change-Id: I489bdb11edb32cec28aabab48c8d5af8c929b25e
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index d1be0b03f6..ef394408c6 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -42,3 +42,7 @@ To validate that this issue is occurring inspect the boost build log looking for
warning: ranlib: warning for library: libboost_atomic.a the table of contents is empty (no object file members in the library define global symbols)
This problem has previously been reported to the boostorg GitHub project. The solution is to manually execute the correct ranlib on each static library. https://github.com/boostorg/build/issues/160
+
+ArmNN fails to build on Ubuntu 20.04
+---------------------------------------------------------
+The compiler version update on Ubuntu 20.04 resulted in build errors in Flat buffers 1.10.0. Update to Flatbuffers 1.12.0 to resolve this problem. In addition when building flatbuffers specify -fPIC CXX flag to allow the libraries to be used in our shared objects. Without this the the ArmNN build can fail with libflatbuffers.a(util.cpp.o): relocation R_X86_64_PC32 against symbol `_ZN11flatbuffers9DirExistsEPKc' can not be used when making a shared object; recompile with -fPIC