/u-boot/scripts/ |
A D | gcc-version.sh | 17 compiler="$*" 25 MAJOR=$(echo __GNUC__ | $compiler -E -xc - | tail -n 1) 26 MINOR=$(echo __GNUC_MINOR__ | $compiler -E -xc - | tail -n 1) 28 PATCHLEVEL=$(echo __GNUC_PATCHLEVEL__ | $compiler -E -xc - | tail -n 1)
|
A D | Kconfig.include | 22 # Return y if the compiler supports <flag>, n otherwise
|
/u-boot/board/synopsys/nsim/ |
A D | Kconfig | 13 string "board arc-specific compiler options" 15 For nSIM we allow to set custom arc-specific compiler options 19 This variable takes space separated compiler options list.
|
/u-boot/include/linux/ |
A D | compiler_types.h | 239 #define __diag_ignore(compiler, version, option, comment) \ argument 240 __diag_ ## compiler(version, ignore, option) 241 #define __diag_warn(compiler, version, option, comment) \ argument 242 __diag_ ## compiler(version, warn, option) 243 #define __diag_error(compiler, version, option, comment) \ argument 244 __diag_ ## compiler(version, error, option)
|
A D | compiler-gcc.h | 14 # error Sorry, your compiler is too old - please upgrade it.
|
/u-boot/doc/build/ |
A D | gcc.rst | 7 For building U-Boot you need a GCC compiler for your host platform. If you 8 are not building on the target platform you further need a GCC cross compiler. 13 On Debian based systems the cross compiler packages are named 16 You could install GCC and the GCC cross compiler for the ARMv8 architecture with 27 device-tree-compiler dfu-util efitools flex gdisk liblz4-tool \ 35 On suse based systems the cross compiler packages are named 38 You could install GCC and the GCC 10 cross compiler for the ARMv8 architecture 87 When cross compiling you will have to specify the prefix of the cross-compiler. 93 CROSS_COMPILE=<compiler-prefix> make
|
/u-boot/doc/ |
A D | README.asn1 | 10 A combination of ASN1 compiler and ASN1 decoder library function will 16 with ASN1 compiler (tools/asn1_compiler) 19 Usage of ASN1 compiler 38 As of writing this, ASN1 compiler and decoder are used to implement
|
A D | README.unaligned-memory-access.txt | 77 Fortunately things are not too complex, as in most cases, the compiler 94 Fortunately, the compiler understands the alignment constraints, so in the 96 Therefore, for standard structure types you can always rely on the compiler 100 Similarly, you can also rely on the compiler to align variables and function 120 For a natural alignment scheme, the compiler would only have to add a single 125 structure type. This GCC-specific attribute tells the compiler never to 131 architectural alignment requirements. However, again, the compiler is aware
|
A D | README.marvell | 11 # sudo apt-get install device-tree-compiler 14 2. Set the cross compiler:
|
A D | README.fdt-control | 22 compiler checks the text file and converts it to a compact binary 59 To use this feature you will need to get the device tree compiler. This is 61 (typically in the 'device-tree-compiler' package), it is currently not used. 74 Then run the compiler (your version will vary):
|
/u-boot/arch/mips/include/asm/ |
A D | sgidefs.h | 15 #error Use a Linux compiler or give up.
|
/u-boot/doc/board/freescale/ |
A D | mx6ullevk.rst | 9 - First make sure you have installed the dtc package (device tree compiler): 13 $ sudo apt-get install device-tree-compiler
|
/u-boot/arch/x86/include/asm/arch-coreboot/ |
A D | sysinfo.h | 39 char *compiler; member
|
/u-boot/test/ |
A D | Kconfig | 25 memcat(), memcyp(), memmove() and ASN1 compiler/decoder. 30 bool "Unit test for asn1 compiler and decoder function" 38 Enables a test which exercises asn1 compiler and decoder function
|
/u-boot/board/hisilicon/hikey/ |
A D | build-tf.mak | 22 echo "ERROR: cross-compiler $(CROSS_COMPILE)gcc not in PATH=$$PATH!" ; \
|
/u-boot/tools/binman/test/ |
A D | Makefile | 15 machine is $(HOSTARCH). Set CROSS_COMPILE to a suitable cross compiler)
|
/u-boot/doc/usage/ |
A D | fdt_overlays.rst | 11 device-trees. Please refer to dt-object-internal.txt in the device-tree compiler 21 switch of the device-tree compiler so that symbol information is included.
|
/u-boot/board/ste/stemmy/ |
A D | README | 19 1. Setup cross compiler, e.g. export CROSS_COMPILE=arm-none-eabi-
|
/u-boot/board/freescale/mpc8323erdb/ |
A D | README | 18 export CROSS_COMPILE=your-cross-compiler-prefix-
|
/u-boot/board/qualcomm/dragonboard410c/ |
A D | readme.txt | 9 2) Setup CROSS_COMPILE to aarch64 compiler
|
/u-boot/board/freescale/mpc8315erdb/ |
A D | README | 59 export CROSS_COMPILE=your-cross-compiler-prefix-
|
/u-boot/doc/api/ |
A D | linker_lists.rst | 128 the compiler cannot update the alignment of the linker_list item. 154 on the largest possible boundary that can be required by the compiler. This
|
/u-boot/tools/env/ |
A D | README | 6 make CROSS_COMPILE=<your cross-compiler prefix> envtools
|
/u-boot/arch/x86/cpu/coreboot/ |
A D | tables.c | 193 cb_parse_string(ptr, &info->compiler); in cb_parse_header()
|
/u-boot/board/freescale/mpc8313erdb/ |
A D | README | 61 export CROSS_COMPILE=your-cross-compiler-prefix-
|