examples
examples copied to clipboard
cross-compile c++ project for ARM64
Hello guys,
How to modify the cpp-tutorial and its projects to be cross-compiled for aarch64 CPU?
Thank you.
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