I build a centos image by compiling the source code on mac m1 aarch 64, but the cmake compilation fails #5488
|
ARG TRITON_VERSION=2.32.0dev
|
Replies: 2 comments
|
cmake-3.19.1 |
|
We don't officially support this architecture, so we can't provide much guidance. Also, the error likely isn't where you posted. The error should be higher up in the logs. If you're running |


We don't officially support this architecture, so we can't provide much guidance. Also, the error likely isn't where you posted. The error should be higher up in the logs. If you're running
makewith multiple threads, you may want to try doing it single-threaded (e.g. not-j16or other j flags/values).