liam_sun
liam_sun
additional information: The abi is armv7a, instead of armv8
cmake version 3.23.2
Another test, I followed armnn/BuildGuideCrossCompilation.md to build delegate library using android NDK. 1. LDFLAGS="-llog" CXX=armv7a-linux-androideabi30-clang++ CC=armv7a-linux-androideabi30-clang cmake .. -DARMCOMPUTE_ROOT=/home2/liam/armnn-devenv/ComputeLibrary -DARMCOMPUTE_BUILD_DIR=/home2/liam/armnn-devenv/ComputeLibrary/build/ -DARMCOMPUTENEON=1 -DARMCOMPUTECL=1 -DARMNNREF=1 -DBUILD_TF_LITE_PARSER=1 -DTENSORFLOW_ROOT=/home2/liam/armnn-devenv/tensorflow -DTF_LITE_SCHEMA_INCLUDE_PATH=/home2/liam/armnn-devenv/tflite -DFLATBUFFERS_ROOT=/home2/liam/armnn-devenv/flatbuffers-arm32 -DFLATC_DIR=/home2/liam/armnn-devenv/flatbuffers-1.12.0/build -DPROTOBUF_ROOT=/home2/liam/armnn-devenv/google/x86_64_pb_install -DPROTOBUF_LIBRARY_DEBUG=/home2/liam/armnn-devenv/google/arm32_pb_install/lib/libprotobuf.so...
Hi @catcor01, Sorry to bother. I notice that you also provide prebuilt binaries, which indicates that you can successfully build tflite delegate libraries utilizing android NDK. I'm now getting errors...
Hi @catcor01, Thanks for your comment. It's pretty helpful. B.R Liam
Hi @catcor01, I keep trying building delegate library with android NDK and followings are my cases: 1. For pthread issue, I just simply commented out the lines in delegate/CMakeLists.txt if(NOT...
Hi @catcor01, Big thanks for your so detailed information and sharing your cases with me. I will try them out. My tests showed that some compile issues are really toolchain-specific....
Hi @catcor01, Got it, I will follow up and let you know in case of any questions. Thanks B.R Liam
Hi @catcor01, I followed the instructions and encountered some problems. 1. git clone https://review.mlplatform.org/ml/armnn fatal: unable to access 'https://review.mlplatform.org/ml/armnn/': server certificate verification failed. CAfile: none CRLfile: none I have to...
Hi @catcor01, Big thanks for your comment. The board on which I conduct my tests are supposed to have no mali gpu. It uses Imagination instead. a. Both cases (parser...