| /rk3399_rockchip-uboot/scripts/ |
| H 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)
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | sgidefs.h | 16 #error Use a Linux compiler or give up.
|
| /rk3399_rockchip-uboot/board/freescale/mx6ullevk/ |
| H A D | README | 4 - 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 D | README.marvell | 11 # sudo apt-get install device-tree-compiler 14 2. Set the cross compiler:
|
| H 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
|
| H A D | README.blackfin | 38 the Blackfin processor. You can obtain such a cross-compiler here:
|
| H A D | README.rmobile | 21 Because there was no compiler which is supporting armv7a not much before.
|
| H A D | README.fdt-control | 24 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 D | README.m54418twr | 110 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 D | README.standalone | 19 so the compiler can perform type checks on these assignments.
|
| H A D | README.uniphier | 24 favorite compiler.
|
| H A D | README.mxs | 87 U-Boot for any other ARM device. For cross-compiler setup, please refer to 121 compiler instances that'll run in parallel.
|
| H A D | README.m68k | 165 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 D | sysinfo.h | 40 char *compiler; member
|
| /rk3399_rockchip-uboot/test/overlay/ |
| H A D | Kconfig | 10 Be warned that it requires an out-of-tree dtc compiler with patches
|
| /rk3399_rockchip-uboot/board/freescale/m5253evbe/ |
| H A D | README | 99 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 D | build-tf.mak | 22 echo "ERROR: cross-compiler $(CROSS_COMPILE)gcc not in PATH=$$PATH!" ; \
|
| /rk3399_rockchip-uboot/board/freescale/mpc8323erdb/ |
| H A D | README | 18 export CROSS_COMPILE=your-cross-compiler-prefix-
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compiler-gcc.h | 129 # error Sorry, your compiler is too old - please upgrade it.
|
| /rk3399_rockchip-uboot/board/qualcomm/dragonboard410c/ |
| H A D | readme.txt | 11 2) Setup CROSS_COMPILE to aarch64 compiler
|
| /rk3399_rockchip-uboot/board/freescale/mpc8315erdb/ |
| H A D | README | 59 export CROSS_COMPILE=your-cross-compiler-prefix-
|
| /rk3399_rockchip-uboot/arch/x86/cpu/coreboot/ |
| H A D | tables.c | 185 cb_parse_string(ptr, &info->compiler); in cb_parse_header()
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | README | 6 make CROSS_COMPILE=<your cross-compiler prefix> envtools
|
| /rk3399_rockchip-uboot/board/freescale/mpc8313erdb/ |
| H A D | README | 61 export CROSS_COMPILE=your-cross-compiler-prefix-
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | Makefile | 250 HOST_EXTRACFLAGS += -include $(srctree)/include/compiler.h \
|