Searched +full:arm +full:- +full:linux +full:- +full:gnueabihf (Results 1 – 25 of 182) sorted by relevance
12345678
| /external/tensorflow/tensorflow/lite/tools/cmake/ |
| D | download_toolchains.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 23 mkdir -p ${TOOLCHAINS_DIR} 27 if [[ ! -d "${TOOLCHAINS_DIR}/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf" ]]; then 28 …-LO https://storage.googleapis.com/mirror.tensorflow.org/developer.arm.com/media/Files/downloads/g… 29 tar xvf gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -C ${TOOLCHAINS_DIR} >&2 31 ARMCC_ROOT=${TOOLCHAINS_DIR}/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf 32 echo "ARMCC_FLAGS=\"-march=armv7-a -mfpu=neon-vfpv4 -funsafe-math-optimizations \ 33 -isystem ${ARMCC_ROOT}/lib/gcc/arm-linux-gnueabihf/8.3.0/include \ 34 -isystem ${ARMCC_ROOT}/lib/gcc/arm-linux-gnueabihf/8.3.0/include-fixed \ [all …]
|
| /external/tensorflow/tensorflow/tools/toolchains/embedded/arm-linux/ |
| D | armhf-linux-toolchain.BUILD | 6 "bin/arm-linux-gnueabihf-gcc", 13 "bin/arm-linux-gnueabihf-ar", 20 "bin/arm-linux-gnueabihf-ld", 27 "bin/arm-linux-gnueabihf-nm", 34 "bin/arm-linux-gnueabihf-objcopy", 41 "bin/arm-linux-gnueabihf-objdump", 48 "bin/arm-linux-gnueabihf-strip", 55 "bin/arm-linux-gnueabihf-as", 62 "arm-linux-gnueabihf/**", 64 "lib/gcc/arm-linux-gnueabihf/**",
|
| D | cc_config.bzl.tpl | 20 toolchain_identifier = "aarch64-linux-gnu" 28 toolchain_identifier = "armhf-linux-gnueabihf" 122 flags = ["--sysroot=%{sysroot}"], 151 "-Wno-builtin-macro-redefined", 152 "-D__DATE__=\"redacted\"", 153 "-D__TIMESTAMP__=\"redacted\"", 154 "-D__TIME__=\"redacted\"", 155 "-no-canonical-prefixes", 156 "-fno-canonical-system-headers", 187 "-fstack-protector", # TODO: needed? [all …]
|
| /external/crosvm/tools/ |
| D | install-armhf-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 7 sudo apt-get install --yes --no-install-recommends \ 8 gcc-arm-linux-gnueabihf \ 9 libavcodec-dev:armhf \ 10 libavutil-dev:armhf \ 11 libc-dev:armhf \ 12 libcap-dev:armhf \ 13 libdbus-1-dev:armhf \ 14 libdrm-dev:armhf \ [all …]
|
| /external/XNNPACK/cmake/ |
| D | armhf.toolchain | 3 # This source code is licensed under the BSD-style license found in the 6 SET(CMAKE_SYSTEM_NAME Linux) 10 SET(CMAKE_C_COMPILER "arm-linux-gnueabihf-gcc") 11 SET(CMAKE_ASM_COMPILER "arm-linux-gnueabihf-gcc") 12 SET(CMAKE_CXX_COMPILER "arm-linux-gnueabihf-g++") 14 SET(CMAKE_FIND_ROOT_PATH "/usr/arm-linux-gnueabihf") 15 SET(CMAKE_INCLUDE_PATH "/usr/include/arm-linux-gnueabihf") 16 SET(CMAKE_LIBRARY_PATH "/usr/lib/arm-linux-gnueabihf") 17 SET(CMAKE_PROGRAM_PATH "/usr/bin/arm-linux-gnueabihf") 24 SET(CMAKE_CROSSCOMPILING_EMULATOR "qemu-arm;-L;/usr/arm-linux-gnueabihf")
|
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | configure.yml | 4 ci-configure: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu GCC 12 os: ubuntu-latest 14 configure-args: --warn 16 - name: Ubuntu 18.04 GCC 17 os: ubuntu-18.04 19 configure-args: --warn 21 - name: Ubuntu GCC OSB [all …]
|
| D | pkgcheck.yml | 4 ci-pkgcheck: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu GCC 12 os: ubuntu-latest 14 cxx-compiler: g++ 16 - name: Ubuntu GCC -m32 17 os: ubuntu-latest 19 cxx-compiler: g++ 20 packages: gcc-multilib g++-multilib [all …]
|
| /external/clang/unittests/Driver/ |
| D | ToolChainTest.cpp | 1 //===- unittests/Driver/ToolChainTest.cpp --- ToolChain tests -------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 36 Driver TheDriver("/bin/clang", "arm-linux-gnueabihf", Diags, in TEST() 42 "/usr/lib/gcc/arm-linux-gnueabi/4.6.1/crtbegin.o", in TEST() 43 "/usr/lib/gcc/arm-linux-gnueabi/4.6.1/crtend.o", in TEST() 44 "/usr/lib/gcc/arm-linux-gnueabihf/4.6.3/crtbegin.o", in TEST() 45 "/usr/lib/gcc/arm-linux-gnueabihf/4.6.3/crtend.o", in TEST() 46 "/usr/lib/arm-linux-gnueabi/crt1.o", in TEST() 47 "/usr/lib/arm-linux-gnueabi/crti.o", in TEST() [all …]
|
| /external/clang/test/Frontend/ |
| D | gnu-mcount.c | 1 // RUN: %clang -target armv7-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-pref… 2 …%clang -target armv7-unknown-none-eabi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %s -check-… 3 // RUN: %clang -target aarch64-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-pr… 4 …lang -target aarch64-unknown-none-eabi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %s -check-… 5 // RUN: %clang -target armv7-unknown-linux-gnueabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-… 6 …lang -target armv7-unknown-linux-gnueabi -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -chec… 7 …/ RUN: %clang -target aarch64-unknown-linux-gnueabi -pg -S -emit-llvm -o - %s | FileCheck %s -chec… 8 …ng -target aarch64-unknown-linux-gnueabi -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -chec… 9 // RUN: %clang -target armv7-unknown-linux-gnueabihf -pg -S -emit-llvm -o - %s | FileCheck %s -chec… 10 …ang -target armv7-unknown-linux-gnueabihf -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -che… [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/guide/ |
| D | build_cmake_arm.md | 3 This page describes how to build the TensorFlow Lite library for various ARM 6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64) 21 and Mendel Linux 4.0. Depending on your target glibc version and CPU 28 ldd --version 31 <pre class="tfo-notebook-code-cell-output"> 32 ldd (Debian GLIBC 2.28-10) 2.28 41 If your target is ARM 32-bit, there are two ABI available depending on VFP 54 <pre class="tfo-notebook-code-cell-output"> 69 [Coral Mendel Linux 4.0](https://coral.ai/), Raspberry Pi (with 70 [Ubuntu Server 20.04.01 LTS 64-bit](https://ubuntu.com/download/raspberry-pi) [all …]
|
| /external/llvm/docs/ |
| D | HowToCrossCompileLLVM.rst | 2 How To Cross-Compile Clang/LLVM using Clang/LLVM 11 For more information on how to use Clang as a cross-compiler, 16 Cross-Compiling from x86_64 to ARM 19 In this use case, we'll be using CMake and Ninja, on a Debian-based Linux 20 system, cross-compiling from an x86_64 host (most Intel and AMD chips 21 nowadays) to a hard-float ARM target (most ARM targets nowadays). 26 * ``ninja-build`` (from backports in Ubuntu) 27 * ``gcc-4.7-arm-linux-gnueabihf`` 28 * ``gcc-4.7-multilib-arm-linux-gnueabihf`` 29 * ``binutils-arm-linux-gnueabihf`` [all …]
|
| /external/clang/test/Driver/ |
| D | arm-compiler-rt.c | 1 // RUN: %clang -target arm-linux-gnueabi -rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-pref… 2 // ARM-GNUEABI: "{{.*[/\\]}}libclang_rt.builtins-arm.a" 4 // RUN: %clang -target arm-linux-gnueabi -rtlib=compiler-rt -mfloat-abi=hard -### %s 2>&1 | FileChe… 5 // ARM-GNUEABI-ABI: "{{.*[/\\]}}libclang_rt.builtins-armhf.a" 7 // RUN: %clang -target arm-linux-gnueabihf -rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-pr… 8 // ARM-GNUEABIHF: "{{.*[/\\]}}libclang_rt.builtins-armhf.a" 10 // RUN: %clang -target arm-linux-gnueabihf -rtlib=compiler-rt -mfloat-abi=soft -### %s 2>&1 | FileC… 11 // ARM-GNUEABIHF-ABI: "{{.*[/\\]}}libclang_rt.builtins-arm.a" 13 // RUN: %clang -target arm-windows-itanium -rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-pr… 14 // ARM-WINDOWS: "{{.*[/\\]}}clang_rt.builtins-arm.lib" [all …]
|
| D | arm-multilibs.c | 1 … %clang -target armv7-linux-gnueabi --sysroot=%S/Inputs/multilib_arm_linux_tree -### -c %s -o /dev… 2 …%clang -target thumbv7-linux-gnueabi --sysroot=%S/Inputs/multilib_arm_linux_tree -### -c %s -o /de… 4 … %clang -target armv7-linux-gnueabihf --sysroot=%S/Inputs/multilib_armhf_linux_tree -### -c %s -o … 5 …%clang -target thumbv7-linux-gnueabihf --sysroot=%S/Inputs/multilib_armhf_linux_tree -### -c %s -o… 7 … %clang -target armv7eb-linux-gnueabi --sysroot=%S/Inputs/multilib_armeb_linux_tree -### -c %s -o … 8 …%clang -target thumbv7eb-linux-gnueabi --sysroot=%S/Inputs/multilib_armeb_linux_tree -### -c %s -o… 10 …clang -target armv7eb-linux-gnueabihf --sysroot=%S/Inputs/multilib_armebhf_linux_tree -### -c %s -… 11 …lang -target thumbv7eb-linux-gnueabihf --sysroot=%S/Inputs/multilib_armebhf_linux_tree -### -c %s … 13 // CHECK-ARM: "-internal-externc-isystem" "{{.*}}/usr/include/arm-linux-gnueabi" 14 // CHECK-ARMHF: "-internal-externc-isystem" "{{.*}}/usr/include/arm-linux-gnueabihf" [all …]
|
| /external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/ |
| D | README.md | 1 MS-IoT fTPM 3 ## Trusted firmware for Windows based AArch32 (32-bit) ARM SoC's 4 Please see the [build-firmware document](https://github.com/ms-iot/imx-iotcore/blob/develop/Documen… 14 --- 18 The secure firmware utilizes the OP-TEE implementation of the Global Platform specifications. The O… 19 …this repository but is obtained directly from the public release. The build of OP-TEE is based on a 20 native Linux build, however the following installation steps allow OP-TEE to be built under Windows… 21 repository is relevant for trusted firmware use - the optee_client & optee_linuxdriver repositories… 22 components for Linux and can serve as a reference for the Windows equivalent components. Note that … 27 See the [optee_os documentation](https://github.com/OP-TEE/optee_os/blob/master/documentation/build… [all …]
|
| /external/tensorflow/tensorflow/tools/toolchains/cpus/arm/ |
| D | cc_config.bzl.tpl | 20 toolchain_identifier = "arm-linux-gnueabihf" 22 toolchain_identifier = "aarch64-linux-gnu" 176 flags = ["--sysroot=%{sysroot}"], 205 "-Wno-builtin-macro-redefined", 206 "-D__DATE__=\"redacted\"", 207 "-D__TIMESTAMP__=\"redacted\"", 208 "-D__TIME__=\"redacted\"", 209 "-no-canonical-prefixes", 210 "-fno-canonical-system-headers", 238 "-no-canonical-prefixes", [all …]
|
| /external/angle/build/ |
| D | install-build-deps.py | 4 # Use of this source code is governed by a BSD-style license that can be 9 # See https://chromium.googlesource.com/chromium/src/+/main/docs/linux/build_instructions.md 23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode() 31 def package_exists(package_name: str) -> bool: 38 parser.add_argument("--syms", 42 "--no-syms", 48 "--lib32", 50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot", 53 "--android", 58 "--no-android", [all …]
|
| /external/clang/test/CodeGen/ |
| D | arm-target-features.c | 1 // REQUIRES: arm-registered-target 3 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabihf -target-cpu cortex-a8 -emit-llvm -o - %s | FileC… 4 // CHECK-VFP3: "target-features"="+dsp,+neon,+vfp3" 7 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabi -target-cpu cortex-a9 -emit-llvm -o - %s | FileChe… 8 // CHECK-VFP3-FP16: "target-features"="+dsp,+fp16,+neon,+vfp3" 11 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabihf -target-cpu cortex-a5 -emit-llvm -o - %s | FileC… 12 // CHECK-VFP4: "target-features"="+dsp,+neon,+vfp4" 15 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabihf -target-cpu cortex-a7 -emit-llvm -o - %s | FileC… 16 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabi -target-cpu cortex-a12 -emit-llvm -o - %s | FileCh… 17 // RUN: %clang_cc1 -triple armv7-linux-gnueabihf -target-cpu cortex-a15 -emit-llvm -o - %s | FileCh… [all …]
|
| /external/cronet/build/ |
| D | install-build-deps.sh | 1 #!/bin/bash -e 4 # Use of this source code is governed by a BSD-style license that can be 9 # See https://chromium.googlesource.com/chromium/src/+/main/docs/linux/build_instructions.md 13 echo "Usage: $0 [--options]" 15 echo "--[no-]syms: enable or disable installation of debugging symbols" 16 echo "--lib32: enable installation of 32-bit libraries, e.g. for V8 snapshot" 17 echo "--[no-]android: enable or disable installation of android dependencies" 18 echo "--[no-]arm: enable or disable installation of arm cross toolchain" 19 echo "--[no-]chromeos-fonts: enable or disable installation of Chrome OS"\ 21 echo "--[no-]nacl: enable or disable installation of prerequisites for"\ [all …]
|
| /external/cpu_features/scripts/ |
| D | test_integration.sh | 3 # Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems 4 function set_aarch64-linux-gnu() { 5 export TARGET=aarch64-linux-gnu 8 # Toolchains for little-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems 9 function set_arm-linux-gnueabihf() { 10 export TARGET=arm-linux-gnueabihf 13 # Toolchains for little-endian, 32-bit ARMv8 for GNU/Linux systems 14 function set_armv8l-linux-gnueabihf() { 15 export TARGET=armv8l-linux-gnueabihf 18 # Toolchains for little-endian, soft-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems [all …]
|
| /external/toolchain-utils/go/chromeos/ |
| D | build_go | 2 set -e -o pipefail 8 # It assumes that the "x86_64-cros-linux-gnu" toolchain is already installed. 9 # It assumes that the "armv7a-cros-linux-gnueabihf" toolchain is 11 # It assumes that the "aarch64-cros-linux-gnu" toolchain is already installed. 13 if [[ ! -e "make.bash" && -e "src/make.bash" ]] 19 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \ 20 CC_FOR_TARGET="x86_64-cros-linux-gnu-clang" \ 21 CXX_FOR_TARGET="x86_64-cros-linux-gnu-clang++" \ 22 ./make.bash --no-clean 23 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \ [all …]
|
| /external/libwebsockets/contrib/ |
| D | cross-arm-linux-gnueabihf.cmake | 2 # CMake Toolchain file for crosscompiling on ARM. 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 9 set(CROSS_PATH /opt/gcc-linaro-arm-linux-gnueabihf-4.7-2013.02-01-20130221_linux) 12 set(CMAKE_SYSTEM_NAME Linux) 15 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/arm-linux-gnueabihf-gcc") 16 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/arm-linux-gnueabihf-g++") 20 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 22 # our desire for cross-build release optimization policy for code built to run 26 # sane value for cross-build here. Notice some gcc versions enable broken 27 # optimizations with -O3. [all …]
|
| /external/igt-gpu-tools/ |
| D | meson-cross-armhf.txt | 2 c = '/usr/bin/arm-linux-gnueabihf-gcc' 3 ar = '/usr/bin/arm-linux-gnueabihf-gcc-ar' 4 strip = '/usr/bin/arm-linux-gnueabihf-strip' 5 pkgconfig = 'pkg-config' 6 exe_wrapper = 'qemu-arm' 9 system = 'linux' 10 cpu_family = 'arm'
|
| /external/cpu_features/.github/workflows/ |
| D | arm_linux.yml | 1 name: arm Linux 8 - cron: '0 0 7,22 * *' 12 arm: 13 runs-on: ubuntu-latest 17 [arm-linux-gnueabihf], 18 [armv8l-linux-gnueabihf], 19 [arm-linux-gnueabi], 20 [armeb-linux-gnueabihf], 21 [armeb-linux-gnueabi] 23 fail-fast: false [all …]
|
| /external/skia/infra/bots/assets/armhf_sysroot/ |
| D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 24 print("Installing some cross-compiling packages. You may be asked for your sudo password") 26 "sudo","apt-get","install", 27 "libstdc++-10-dev-armhf-cross", 28 "libgcc-10-dev-armhf-cross", 29 "binutils-arm-linux-gnueabihf" 34 shutil.copytree('/usr/arm-linux-gnueabihf', target_dir) 35 shutil.copytree('/usr/lib/gcc-cross/arm-linux-gnueabihf/10', 36 os.path.join(target_dir, 'gcc-cross')) 38 # Libs needed to link. These were found by trial-and-error. [all …]
|
| /external/crosvm/.cargo/ |
| D | config.debian.toml | 2 [target.armv7-unknown-linux-gnueabihf] 3 linker = "arm-linux-gnueabihf-gcc" 4 runner = "qemu-arm-static" 5 [target.aarch64-unknown-linux-gnu] 6 linker = "aarch64-linux-gnu-gcc" 7 runner = "qemu-aarch64-static" 8 [target.x86_64-pc-windows-gnu] 11 # Provide path to the pkg-config wrapper for each supported platform 13 PKG_CONFIG_x86_64-unknown-linux-gnu = "x86_64-linux-gnu-pkg-config" 14 PKG_CONFIG_aarch64-unknown-linux-gnu = "aarch64-linux-gnu-pkg-config" [all …]
|
12345678