Need to compile GGML for arm64 using cross compiler #1124
Closed
akapoor3518
started this conversation in
General
Replies: 1 comment
-
Since with this option atleast i am able to proceed, hence closing this for now, but i see the issue if this option getting overwritten i will reopen cmake -B build -DCUSTOM_HARDWARE=ON -DCMAKE_C_COMPILER="/proj/local/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-gcc" -DCMAKE_CXX_COMPILER="/proj/local/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-g++" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Currently ggml auto detect hardware machine, since i am compiling at x86 machine its compiling for x86 machine. I would like to use cross compiler and compile for arm64 at x86 machine. Any suggestion here will be highly appreciable.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions