-
I'm seeking guidance on cross-compiling for Working methods:
Attempted with Clang (not working):
I can successfully compile directly with Clang using:
Could someone kindly advise on the correct configuration for Clang cross-compilation to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
it will call if use xmake/xmake/toolchains/clang/load.lua Lines 67 to 88 in 8ed7230 |
Beta Was this translation helpful? Give feedback.
it will call
aarch64-linux-gnu-gcc
for gcc, unless you rename clang toaarch64-linux-gnu-clang
if use
-target
for cross-compilation, it's not supported for clang now. you can open a pr to improve it.xmake/xmake/toolchains/clang/load.lua
Lines 67 to 88 in 8ed7230