Home
last modified time | relevance | path

Searched +full:build +full:- +full:cross (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/external/libwebsockets/READMEs/
DREADME.build.md8 ./bootstrap-vcpkg.sh
16 CMake is a multi-platform build tool that can generate build files for many
19 CMake also allows/recommends you to do "out of source"-builds, that is,
20 the build files are separated from your sources, so there is no need to
22 simply remove your build directory.
24 Libwebsockets has been tested to build successfully on the following platforms
27 - Windows (Visual Studio)
28 - Windows (MinGW)
29 - Linux (x86 and ARM)
30 - OSX
[all …]
DREADME.build-android.md3 If you have the ndk and prebuilt toolchains with that, you can simply build
16 `./contrib/cross-aarch64-android.cmake` toolchain file is shipped. You can
19 ## Fetching lws (needed first for cross toolchain file)
25 - /home/someone
26 - /home/someone/libwebsockets
27 - /home/someone/mbedtls
30 The reason is that building mbedtls need the cross toolchain file from
32 build it later.
43 $ mkdir build
44 $ cd build
[all …]
/external/tensorflow/tensorflow/lite/tools/pip_package/
DREADME.md8 To build a binary wheel run this script:
11 sudo apt install swig libjpeg-dev zlib1g-dev python3-dev python3-numpy
19 pip install --upgrade <wheel>
22 You can also build a wheel inside docker container using make tool. For example
23 the following command will cross-compile tflite-runtime package for python2.7
27 make BASE_IMAGE=debian:buster PYTHON=python TENSORFLOW_TARGET=rpi docker-build
28 make BASE_IMAGE=debian:buster PYTHON=python3 TENSORFLOW_TARGET=rpi docker-build
31 Another option is to cross-compile for python3.5 (from Debian Stretch) on ARM64
35 make BASE_IMAGE=debian:stretch PYTHON=python3 TENSORFLOW_TARGET=aarch64 docker-build
38 To build for python3.6 (from Ubuntu 18.04) on x86_64 (native to the docker
[all …]
/external/freetype/docs/
DINSTALL.CROSS1 This document contains instructions on how to cross-build the FreeType
4 file `INSTALL.UNIX' for required tools and the basic self-building
9 -----------------
11 For self-building the FreeType library on a Unix system, GNU Make
15 The GNU C compiler to cross-build the target system is required.
16 Currently, using a non-GNU cross compiler is untested. The cross
19 system is Linux/MIPS, the cross compiler should be installed with
20 the name `mips-ip22-linuxelf-gcc'.
22 A C compiler for a self-build is required also, to build a tool
23 (`apinames') that is executed during the build procedure. Non-GNU
[all …]
/external/ltp/.github/workflows/
Dci.yml11 runs-on: ubuntu-latest
14 fail-fast: false
17 # 32bit build
18 - container: "debian:stable"
23 # cross compilation builds
24 - container: "debian:stable"
27 CC: powerpc64le-linux-gnu-gcc
30 VARIANT: cross-compile
32 - container: "debian:stable"
35 CC: aarch64-linux-gnu-gcc
[all …]
/external/mesa3d/docs/
Dmeson.rst5 ---------------
10 **Mesa's Meson build system is generally considered stable and ready for
15 Mesa requires Meson >= 0.52.0 to build.
19 <https://mesonbuild.com/Getting-meson.html>`__ to install the
22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin,
25 Unix-like OSes
31 .. code-block:: console
33 sudo apt-get install meson # Ubuntu
37 .. code-block:: console
44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
[all …]
/external/rust/crates/aho-corasick/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
13 # For some builds, we use cross to test on 32-bit and big-endian
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
18 runs-on: ${{ matrix.os }}
21 build:
22 - pinned
23 - stable
24 - stable-32
25 - stable-mips
[all …]
/external/ltp/
Dbuild.sh2 # Copyright (c) 2017-2021 Petr Vorel <pvorel@suse.cz>
5 set -e
7 CFLAGS="${CFLAGS:--Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=re…
8 CC="${CC:-gcc}"
10 DEFAULT_PREFIX="$HOME/ltp-install"
14 CONFIGURE_OPTS_IN_TREE="--with-open-posix-testsuite --with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
15 # TODO: open posix testsuite is currently broken in out-tree-build. Enable it once it's fixed.
16 CONFIGURE_OPTS_OUT_TREE="--with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
19 BUILD_DIR="$SRC_DIR/../ltp-build"
21 MAKE_OPTS="-j$(getconf _NPROCESSORS_ONLN)"
[all …]
/external/clang/docs/
DCrossCompilation.rst2 Cross-compilation using Clang
9 for cross-compiling your code to a different architecture. It assumes you
14 build system or Makefiles, nor choosing the right CMake options, etc.
17 `instructions for cross-compiling LLVM itself
21 related to cross-compilation, and what main compiler options Clang provides
22 for performing cross-compilation.
24 Cross compilation issues
29 with all files in, unzip to a directory and point the build system to
33 On the other hand, Clang/LLVM is natively a cross-compiler, meaning that
34 one set of programs can compile to all targets by setting the ``-target``
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml4 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 …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
/external/toybox/mkroot/
Dmkroot.sh3 # ------------------------------ Part 1: Setup -------------------------------
6 [ -z "$NOCLEAR" ] && exec env -i NOCLEAR=1 HOME="$HOME" PATH="$PATH" \
7 LINUX="$LINUX" CROSS="$CROSS" CROSS_COMPILE="$CROSS_COMPILE" "$0" "$@"
9 ! [ -d mkroot ] && echo "Run mkroot/mkroot.sh from toybox source dir." && exit 1
13 [ "${i/=/}" != "$i" ] && export "$i" || { [ "$i" != -- ] && PKG="$PKG $i"; }
17 : ${TOP:=$PWD/root} ${BUILD:=$TOP/build} ${LOG:=$BUILD/log}
18 : ${AIRLOCK:=$BUILD/airlock} ${CCC:=$PWD/ccc} ${PKGDIR:=$PWD/mkroot/root}
20 announce() { printf "\033]2;$CROSS $*\007" >/dev/tty; printf "\n=== $*\n";}
23 # ----- Are we cross compiling (via CROSS_COMPILE= or CROSS=)
25 if [ -n "$CROSS_COMPILE" ]; then
[all …]
/external/ComputeLibrary/docs/user_guide/
Dhow_to_build_and_run_examples.dox2 /// Copyright (c) 2017-2023 Arm Limited.
4 /// SPDX-License-Identifier: MIT
26 /** @page how_to_build How to Build and Run Examples
30 @section S1_1_build_options Build options
32 scons 2.3 or above is required to build the library.
33 To see the build options available simply run ```scons -h```
37 @subsection S1_2_1_library How to build the library ?
41 - gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf
42 - gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
44 To cross-compile the library in debug mode, with Arm® Neon™ only support, for Linux 32bit:
[all …]
/external/rust/crates/byteorder/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
13 # For some builds, we use cross to test on 32-bit and big-endian
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
18 runs-on: ${{ matrix.os }}
21 build:
22 - pinned
23 - stable
24 - stable-32
25 - stable-mips
[all …]
/external/rust/crates/regex-automata/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
13 # For some builds, we use cross to test on 32-bit and big-endian
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
18 runs-on: ${{ matrix.os }}
21 build:
22 - pinned
23 - stable
24 - stable-32
25 - stable-mips
[all …]
/external/capstone/
Dmake.sh4 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015
6 # Note: to cross-compile "nix32" on Linux, package gcc-multilib is required.
9 [ ${MAKE_JOBS} -lt 1 ] && \
12 # build Android lib for only one supported architecture
14 if [ -z "$NDK" ]; then
19 HOSTOS=$(uname -s | tr 'LD' 'ld')
20 HOSTARCH=$(uname -m)
27 [ -n "$APILEVEL" ] || APILEVEL="android-14" # default to ICS
28 CROSS=arm-linux-androideabi
31 [ -n "$APILEVEL" ] || APILEVEL="android-21" # first with arm64
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_cmake.md1 # Build TensorFlow Lite with CMake
3 This page describes how to build and use the TensorFlow Lite library with
6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64)
18 sudo apt-get install cmake
33 ### Step 3. Create CMake build directory
42 #### Release build
44 It generates an optimized release binary by default. If you want to build for
51 #### Debug build
53 If you need to produce a debug build which has symbol information, you need to
54 provide `-DCMAKE_BUILD_TYPE=Debug` option.
[all …]
/external/llvm/docs/
DHowToCrossCompileLLVM.rst2 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/libwebsockets/contrib/
Dcross-w64.cmake5 # cd build/
6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w64.cmake
9 # the outermost path to your cross toolchain
12 # your cross root
13 set(CROSS_ROOT ${CROSS_PATH}/x86_64-w64-mingw32/sys-root/)
20 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-gcc")
21 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-g++")
22 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-windres")
23 set(CMAKE_C_FLAGS "-Wno-error")
26 # Different build system distros set release optimization level to different
[all …]
Dcross-w32.cmake5 # cd build/
6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w32.cmake -DLWS_WITH_SSL=0
9 # the outermost path to your cross toolchain
12 # your cross root
13 set(CROSS_ROOT ${CROSS_PATH}/i686-w64-mingw32/sys-root/)
19 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-gcc")
20 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-g++")
21 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-windres")
24 # Different build system distros set release optimization level to different
25 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
[all …]
/external/toybox/scripts/
Dmcm-buildall.sh3 # Script to build all cross and native compilers supported by musl-libc.
8 if [ ! -d litecross ]
10 echo Run this script in musl-cross-make directory to make "ccc" directory.
12 echo " "git clone https://github.com/richfelker/musl-cross-make
13 echo " "cd musl-cross-make
14 echo ' ~/toybox/scripts/mcm-buildall.sh'
18 # All toolchains after the first are themselves cross compiled (so they
21 BOOTSTRAP=i686-linux-musl
23 [ -z "$OUTPUT" ] && OUTPUT="$PWD/ccc"
27 rm -rf "$OUTPUT" host-* *.log
[all …]
Dhelp.txt1 toybox - Build toybox.
2 COMMANDNAME - Build individual toybox command as a standalone binary.
3 list - List COMMANDNAMEs you can build standalone.
4 list_example - List example commands (often used by the test suite)
5 list_pending - List unfinished COMMANDNAMEs out of toys/pending.
6 change - Build each command standalone under change/.
7 baseline - Create toybox_old for use by bloatcheck.
8 bloatcheck - Report size differences between old and current versions
9 test_COMMAND - Run tests for COMMAND (test_ps, test_cat, etc.)
10 tests - Run test suite against all compiled commands.
[all …]
/external/toybox/www/
Dfaq.html2 <!--#include file="header.html" -->
26 <!-- get binaries -->
28 <li><h2><a href="#cross">How do I cross compile toybox?</h2></li>
31 <li><h2><a href="#mkroot">How do I build a working Linux system with toybox?</a></h2></li>
38 and <a href=http://landley.net/notes-2006.html#28-09-2006>started over from
40 <a href=http://lists.busybox.net/pipermail/busybox/2006-September/058617.html>protracted licensing …
43 <a href=http://landley.net/notes-2011.html#13-11-2011>relaunched</a>
45 <a href=http://landley.net/aboriginal/about.html#selfhost>self-hosting</a>.
49 after a lot of thinking <a href=http://landley.net/talks/ohio-2013.txt>about
50 licenses</a> and <a href=http://landley.net/notes-2011.html#21-03-2011>the
[all …]
/external/toybox/
DREADME1 Toybox: all-in-one Linux command line.
3 --- Getting started
13 wget http://landley.net/toybox/bin/toybox-x86_64
14 chmod +x toybox-x86_64
15 ./toybox-x86_64 echo hello world
17 --- Building toybox
19 Type "make help" for build instructions.
30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox
34 that control the toybox build; if you export any of these variables into your
38 toybox to run on the current machine. Cross compiling requires an appropriately
[all …]
/external/mesa3d/.gitlab-ci/container/
Dandroid_build.sh3 set -ex
10 apt-get install -y --no-remove $EPHEMERAL
13 ndk=android-ndk-r21d
14 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip
15 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*"
19 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/
20 # Drop some large tools we won't use in this build.
21 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f
23 sh .gitlab-ci/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3"
25 sh .gitlab-ci/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64
[all …]

12345678910>>...45