We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello guys,
How to modify the cpp-tutorial and its projects to be cross-compiled for aarch64 CPU?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
You need to configure a toolchain for the aarch64 CPU. Then you can build the cpp-tutorial target for aarch64.
Reference for toolchain setup: https://docs.bazel.build/versions/master/tutorial/cc-toolchain-config.html https://docs.bazel.build/versions/master/cc-toolchain-config-reference.html https://github.com/d-asnaghi/bazel-arm-none-eabi
Sorry, something went wrong.
No branches or pull requests
Hello guys,
How to modify the cpp-tutorial and its projects to be cross-compiled for aarch64 CPU?
Thank you.
The text was updated successfully, but these errors were encountered: