This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM NN build failed when linking libarm_compute_core-static.a

Hi all,

I'm trying to use ARM NN SDK with Cortex-A53 and NEON.

So referenced this link and did whole things(clone repo, build with aarch64 toolchain)

(https://developer.arm.com/technologies/machine-learning-on-arm/developer-material/how-to-guides/configuring-the-arm-nn-sdk-build-environment-for-tensorflow)

But I faced an build error when ARM NN SDK build.

This  is my error log when did 'make' after cmake

This error comes from libarmnn.so file link time with libarm_compute_core-static.a from ARM ComputeLibrary.

I tried with pre-built ComputeLibrary(https://github.com/ARM-software/ComputeLibrary/releases/download/v18.05/arm_compute-v18.05-bin-linux.tar.gz)

but it brings same error too.

How could I build ARM NN SDK?

0