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

Build error for ARM Compute library on Apple silicon

Hi,

I tried to build latest ARM compute library release version 21.11 on Apple silicon under mac os 11.1 and clang 12.0.0 by using command line from ACL document.

scons Werror=1 -j8 neon=1 opencl=0 os=macos arch=arm64-v8a build=native

But I got following build error:

src/cpu/CpuContext.cpp:31:10: fatal error: 'malloc.h' file not found
 #include <malloc.h>
 ^~~~~~~~~~

Is ACL code stable in Apple silicon?