Lines Matching refs:to
5 to your cross compiler.
11 export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf-
17 export CROSS_COMPILE=<path-to-aarch32-gcc>/bin/arm-none-eabi-
19 It is possible to build TF-A using Clang or Arm Compiler 6. To do so
20 ``CC`` needs to point to the clang or armclang binary, which will
22 when the base name of the path assigned to ``CC`` matches the string
32 export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf-
33 make CC=<path-to-armclang>/bin/armclang PLAT=<platform> all
36 default instead of GNU utilities (LLVM linker (LLD) 14.0.0 is known to
40 Clang will be selected when the base name of the path assigned to ``CC``
41 contains the string 'clang'. This is to allow both clang and clang-X.Y
42 to work.
48 make CC=<path-to-clang>/bin/clang PLAT=<platform> all
50 - Change to the root directory of the TF-A source tree and build.
73 corresponds to the BL32 image. A minimal ``AARCH32_SP``, sp_min, is
74 provided by TF-A to demonstrate how PSCI Library can be integrated with
77 to integrate PSCI library with AArch32 EL3 Runtime Software can be found
80 - (AArch64 only) The TSP (Test Secure Payload), corresponding to the BL32
81 image, is not compiled in by default. Refer to the
86 debug version instead, refer to the "Debugging options" section below.