Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 56) sorted by relevance

123

/u-boot/scripts/
A Dgcc-version.sh17 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 DKconfig.include22 # Return y if the compiler supports <flag>, n otherwise
/u-boot/board/synopsys/nsim/
A DKconfig13 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 Dcompiler_types.h239 #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 Dcompiler-gcc.h14 # error Sorry, your compiler is too old - please upgrade it.
/u-boot/doc/build/
A Dgcc.rst7 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 DREADME.asn110 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 DREADME.unaligned-memory-access.txt77 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 DREADME.marvell11 # sudo apt-get install device-tree-compiler
14 2. Set the cross compiler:
A DREADME.fdt-control22 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 Dsgidefs.h15 #error Use a Linux compiler or give up.
/u-boot/doc/board/freescale/
A Dmx6ullevk.rst9 - 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 Dsysinfo.h39 char *compiler; member
/u-boot/test/
A DKconfig25 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 Dbuild-tf.mak22 echo "ERROR: cross-compiler $(CROSS_COMPILE)gcc not in PATH=$$PATH!" ; \
/u-boot/tools/binman/test/
A DMakefile15 machine is $(HOSTARCH). Set CROSS_COMPILE to a suitable cross compiler)
/u-boot/doc/usage/
A Dfdt_overlays.rst11 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 DREADME19 1. Setup cross compiler, e.g. export CROSS_COMPILE=arm-none-eabi-
/u-boot/board/freescale/mpc8323erdb/
A DREADME18 export CROSS_COMPILE=your-cross-compiler-prefix-
/u-boot/board/qualcomm/dragonboard410c/
A Dreadme.txt9 2) Setup CROSS_COMPILE to aarch64 compiler
/u-boot/board/freescale/mpc8315erdb/
A DREADME59 export CROSS_COMPILE=your-cross-compiler-prefix-
/u-boot/doc/api/
A Dlinker_lists.rst128 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 DREADME6 make CROSS_COMPILE=<your cross-compiler prefix> envtools
/u-boot/arch/x86/cpu/coreboot/
A Dtables.c193 cb_parse_string(ptr, &info->compiler); in cb_parse_header()
/u-boot/board/freescale/mpc8313erdb/
A DREADME61 export CROSS_COMPILE=your-cross-compiler-prefix-

Completed in 16 milliseconds

123