Searched full:build (Results 1 – 12 of 12) sorted by relevance
22 # Temporary pack build directory,23 # Default: ./build25 # PACK_BUILD=./build45 # Specify file names to be deleted from pack build directory80 # usage: preprocess <build>81 # <build> The build folder85 # before populating the pack build folder91 # usage: postprocess <build>92 # <build> The build folder
11 Tests/UnitTest/build-cortex-m*15 build
81 mkdir build82 cd build
26 BUILD=139 Helper script to setup, build and run CMSIS-NN unit tests46 …-b Disable CMake build. Only works with previously built targets. Designed to quickly rerun cpu t…47 …-r Disable running the unit tests. Designed to test build only or allow user to manually run indi…67 b) BUILD=0;;146 …cmake -S ./ -B build-${cpu}-${compiler} -DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE} -DTARGET_CPU=${cp…147 cmake --build build-${cpu}-${compiler}/149 echo "Built successfully into build-${cpu}-${compiler}"151 …cmake_command=$(cmake -S ./ -B build-${cpu}-${compiler} -DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE} -…152 make_command=$(cmake --build build-${cpu}-${compiler}/ 2>&1)[all …]
39 For flatc compiler clone this [repo](https://github.com/google/flatbuffers) and build:73 …uild_and_run_tests.sh script. This script will install required packages, build unit tests and run…81 …d in Tests/UnitTests/downloads. Test elfs can be found in Tests/UnitTests/build-($cpu) directories.83 Otherwise, you can build it manually:85 The build for unit tests differs from the build of CMSIS-NN as a [standalone library](https://githu…92 mkdir build93 cd build98 This will build all unit tests. You can also just build a specific unit test only, for example:
52 # Build the functions to be tested.137 # Build CMSIS startup dependencies based on TARGET_CPU.
2 build:
1 name: Build documentation and pack
23 workflows: ["Build documentation and pack"]57 name: Build and run projects on AVH
52 The macros below are defined in a build system based on feature flags for a chosen processor or arc…
81 // Build for non Arm Cortex-M processors is not tested or supported.
508 # Build related configuration options