STT-tensorflow/third_party/toolchains/embedded/arm-linux/README.md
Terry Heo 4961f18733 Add embedded toolchains for cross-compiling
Added Bazel toolchain configuration for ARM's GNU toolchain.
- https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain
- GCC 8.3-2019.03

This configuration handles following CPU and build config_settings.
- armhf: linux_armhf
- aarch64: linux_aarch64

PiperOrigin-RevId: 306351085
Change-Id: I479d52e2243be9f75888ea81c7250e9072825da5
2020-04-13 18:27:07 -07:00

308 B

ARM GCC toolchains

This repository contains Bazel C++ toolchain configurations for ARM GCC. The following toolchains are configured:

source: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads

  • gcc 8.3
  • glibc 2.28

target cpu: aarch64, armhf