STT-tensorflow/third_party/toolchains/embedded/arm-linux
Terry Heo ff99778343 Build pip_package with Bazel
Added new script build_pip_package_with_bazel.sh.
This scirpt can be used with ci_build.sh of TF for cross building.

ex) Build armhf Python3 based PIP
$ CI_DOCKER_EXTRA_PARAMS="-e CI_BUILD_PYTHON=python3 -e CROSSTOOL_PYTHON_INCLUDE_PATH=/usr/include/python3.5" \
  tensorflow/tools/ci_build/ci_build.sh PI-PYTHON3 \
  tensorflow/lite/tools/pip_package/build_pip_package_with_bazel.sh armhf

PiperOrigin-RevId: 312420603
Change-Id: I5504fb22248e6a9d29560fa9216113a8705b7399
2020-05-19 22:19:00 -07:00
..
aarch64-linux-toolchain.BUILD
arm_linux_toolchain_configure.bzl Build pip_package with Bazel 2020-05-19 22:19:00 -07:00
armhf-linux-toolchain.BUILD
BUILD
cc_config.bzl.tpl Build pip_package with Bazel 2020-05-19 22:19:00 -07:00
README.md

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