How to use boost_build for clang cross-compile for aarch64 version #858
Unanswered
tron32213021
asked this question in
Q&A
Replies: 0 comments
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,
I have tried boost_build to build a boost from source codes, and it worked very well. But when I tried to build it as aarch64 libraries, it failed to do so. The output of libraries still stay x86_64 version.
It seems like the rule failed to use my bazel cc_toolchain. My cc_toolchain is built upon clang and can specifically use --cpu x86_64 and --cpu aarch64 to bazel. All is perfect when i use cmake rules and make rules.
Does anyone have idea about this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions