Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/scripts/
H 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)
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dsgidefs.h16 #error Use a Linux compiler or give up.
/rk3399_rockchip-uboot/board/freescale/mx6ullevk/
H A DREADME4 - First make sure you have installed the dtc package (device tree compiler):
6 $ sudo apt-get install device-tree-compiler
/rk3399_rockchip-uboot/doc/
H A DREADME.marvell11 # sudo apt-get install device-tree-compiler
14 2. Set the cross compiler:
H 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
H A DREADME.blackfin38 the Blackfin processor. You can obtain such a cross-compiler here:
H A DREADME.rmobile21 Because there was no compiler which is supporting armv7a not much before.
H A DREADME.fdt-control24 compiler checks the text file and converts it to a compact binary
61 To use this feature you will need to get the device tree compiler here:
72 Then run the compiler (your version will vary):
H A DREADME.m54418twr110 3.1 To create U-Boot the gcc-4.x compiler set (ColdFire ELF version)
244 version - print monitor, compiler and linker version
H A DREADME.standalone19 so the compiler can perform type checks on these assignments.
H A DREADME.uniphier24 favorite compiler.
H A DREADME.mxs87 U-Boot for any other ARM device. For cross-compiler setup, please refer to
121 compiler instances that'll run in parallel.
H A DREADME.m68k165 To create U-Boot the gcc-2.95.3 compiler set (m68k-elf-20030314) from uClinux.org was used.
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-coreboot/
H A Dsysinfo.h40 char *compiler; member
/rk3399_rockchip-uboot/test/overlay/
H A DKconfig10 Be warned that it requires an out-of-tree dtc compiler with patches
/rk3399_rockchip-uboot/board/freescale/m5253evbe/
H A DREADME99 compiler set (freescale-coldfire-4.1-elf) from www.codesourcery.com was used.
102 compiler that you used - for example, codesourcery_elf requires -MQ in rules.mk, old M68K 2.95.3 ju…
/rk3399_rockchip-uboot/board/hisilicon/hikey/
H A Dbuild-tf.mak22 echo "ERROR: cross-compiler $(CROSS_COMPILE)gcc not in PATH=$$PATH!" ; \
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/
H A DREADME18 export CROSS_COMPILE=your-cross-compiler-prefix-
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler-gcc.h129 # error Sorry, your compiler is too old - please upgrade it.
/rk3399_rockchip-uboot/board/qualcomm/dragonboard410c/
H A Dreadme.txt11 2) Setup CROSS_COMPILE to aarch64 compiler
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/
H A DREADME59 export CROSS_COMPILE=your-cross-compiler-prefix-
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/
H A Dtables.c185 cb_parse_string(ptr, &info->compiler); in cb_parse_header()
/rk3399_rockchip-uboot/tools/env/
H A DREADME6 make CROSS_COMPILE=<your cross-compiler prefix> envtools
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/
H A DREADME61 export CROSS_COMPILE=your-cross-compiler-prefix-
/rk3399_rockchip-uboot/tools/
H A DMakefile250 HOST_EXTRACFLAGS += -include $(srctree)/include/compiler.h \

12