Lines Matching full:build
19 Build and run instructions
24 To build & run TF-M:
28 :doc:`Build instructions </building/tfm_build_instruction>`
29 to compile and build the TF-M source.
40 Set up build environments
43 TF-M officially supports a limited set of build environments and setups. In
65 sudo apt-get install -y git curl wget build-essential libssl-dev python3 \
153 be available in the build environment. The currently supported compiler
226 …- Download IAR build tools from `here <https://www.iar.com/iar-embedded-workbench/build-tools-for-…
235 …- Download IAR build tools from `here <https://www.iar.com/iar-embedded-workbench/#!?architecture=…
243 Build AN521 regression sample
257 cmake --build cmake_build -- install
275 cmake --build cmake_build -- install
290 then you can reduce paths by moving the build directory closer to
291 the root, using the 'out of tree' build.
292 For example to build in ``C:\build`` folder you can:
297 …cmake -G"Unix Makefiles" -S . -B C:/build -DTFM_PLATFORM=arm/mps2/an521 -DTFM_TOOLCHAIN_FILE=toolc…
298 cmake --build C:/build -- install
403 To build the TF-M firmware the following tools are needed:
458 - Detailed :doc:`Build instructions </building/tfm_build_instruction>`.
459 - :doc:`IAR Build instructions </building/tfm_build_instruction_iar>`.