Advertisement
Guest User

Untitled

a guest
Apr 9th, 2013
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.19 KB | None | 0 0
  1. arm-poky-linux-gnueabi-gcc -DDO_DEPS_ONLY \
  2.         -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/sol/Downloads/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/poky/1.3/sysroots/i686-pokysdk-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage   \
  3.         -o lib/asm-offsets.s lib/asm-offsets.c -c -S
  4. Generating include/generated/generic-asm-offsets.h
  5. tools/scripts/make-asm-offsets lib/asm-offsets.s include/generated/generic-asm-offsets.h
  6. if [ -f arch/arm/cpu/armv7/mx6/asm-offsets.c ];then \
  7.         arm-poky-linux-gnueabi-gcc -DDO_DEPS_ONLY \
  8.         -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/sol/Downloads/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/poky/1.3/sysroots/i686-pokysdk-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage   \
  9.             -o arch/arm/cpu/armv7/mx6/asm-offsets.s arch/arm/cpu/armv7/mx6/asm-offsets.c -c -S; \
  10.     else \
  11.         touch arch/arm/cpu/armv7/mx6/asm-offsets.s; \
  12.     fi
  13. Generating include/generated/asm-offsets.h
  14. tools/scripts/make-asm-offsets arch/arm/cpu/armv7/mx6/asm-offsets.s include/generated/asm-offsets.h
  15. for dir in tools examples/standalone examples/api arch/arm/cpu/armv7  ; do \
  16.             make -C $dir _depend ; done
  17. make[1]: Entering directory `/home/sol/Downloads/u-boot/tools'
  18. make[1]: Nothing to be done for `_depend'.
  19. make[1]: Leaving directory `/home/sol/Downloads/u-boot/tools'
  20. make[1]: Entering directory `/home/sol/Downloads/u-boot/examples/standalone'
  21. make[1]: Nothing to be done for `_depend'.
  22. make[1]: Leaving directory `/home/sol/Downloads/u-boot/examples/standalone'
  23. make[1]: Entering directory `/home/sol/Downloads/u-boot/examples/api'
  24. make[1]: Nothing to be done for `_depend'.
  25. make[1]: Leaving directory `/home/sol/Downloads/u-boot/examples/api'
  26. make[1]: Entering directory `/home/sol/Downloads/u-boot/arch/arm/cpu/armv7'
  27. make[1]: Nothing to be done for `_depend'.
  28. make[1]: Leaving directory `/home/sol/Downloads/u-boot/arch/arm/cpu/armv7'
  29. make -C tools all
  30. make[1]: Entering directory `/home/sol/Downloads/u-boot/tools'
  31. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic   -o gen_eth_addr.o gen_eth_addr.c -c
  32. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o gen_eth_addr gen_eth_addr.o
  33. strip gen_eth_addr
  34. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic   -o img2srec.o img2srec.c -c
  35. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o img2srec img2srec.o
  36. strip img2srec
  37. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o crc32.o /home/sol/Downloads/u-boot/lib/crc32.c
  38. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o mkenvimage.o mkenvimage.c -c
  39. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o os_support.o os_support.c -c
  40. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o mkenvimage crc32.o mkenvimage.o os_support.o
  41. strip mkenvimage
  42. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o aisimage.o aisimage.c -c
  43. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o default_image.o default_image.c -c
  44. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o fit_image.o fit_image.c -c
  45. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o image.o /home/sol/Downloads/u-boot/common/image.c
  46. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o imximage.o imximage.c -c
  47. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o kwbimage.o kwbimage.c -c
  48. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o pblimage.o pblimage.c -c
  49. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o md5.o /home/sol/Downloads/u-boot/lib/md5.c
  50. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o mkimage.o mkimage.c -c
  51. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o omapimage.o omapimage.c -c
  52. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o sha1.o /home/sol/Downloads/u-boot/lib/sha1.c
  53. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o ublimage.o ublimage.c -c
  54. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt.o /home/sol/Downloads/u-boot/lib/libfdt/fdt.c
  55. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_ro.o /home/sol/Downloads/u-boot/lib/libfdt/fdt_ro.c
  56. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_rw.o /home/sol/Downloads/u-boot/lib/libfdt/fdt_rw.c
  57. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_strerror.o /home/sol/Downloads/u-boot/lib/libfdt/fdt_strerror.c
  58. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_wip.o /home/sol/Downloads/u-boot/lib/libfdt/fdt_wip.c
  59. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/sol/Downloads/u-boot/include -idirafter /home/sol/Downloads/u-boot/include2 -idirafter /home/sol/Downloads/u-boot/include -I /home/sol/Downloads/u-boot/lib/libfdt -I /home/sol/Downloads/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o mkimage aisimage.o crc32.o default_image.o fit_image.o image.o imximage.o kwbimage.o pblimage.o md5.o mkimage.o os_support.o omapimage.o sha1.o ublimage.o fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_wip.o
  60. strip mkimage
  61. make[2]: Entering directory `/home/sol/Downloads/u-boot/tools/kernel-doc'
  62. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer  -pedantic  -o docproc docproc.c
  63. strip docproc
  64. make[2]: Leaving directory `/home/sol/Downloads/u-boot/tools/kernel-doc'
  65. make[1]: Leaving directory `/home/sol/Downloads/u-boot/tools'
  66. make -C arch/arm/cpu/armv7 start.o
  67. make[1]: Entering directory `/home/sol/Downloads/u-boot/arch/arm/cpu/armv7'
  68. arm-poky-linux-gnueabi-gcc   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/sol/Downloads/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/poky/1.3/sysroots/i686-pokysdk-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a   -o start.o start.S -c
  69. make[1]: Leaving directory `/home/sol/Downloads/u-boot/arch/arm/cpu/armv7'
  70. make -C api/
  71. make[1]: Entering directory `/home/sol/Downloads/u-boot/api'
  72. rm -f libapi.o; arm-poky-linux-gnueabi-ar rcs libapi.o
  73. make[1]: Leaving directory `/home/sol/Downloads/u-boot/api'
  74. make -C arch/arm/cpu/armv7/
  75. make[1]: Entering directory `/home/sol/Downloads/u-boot/arch/arm/cpu/armv7'
  76. arm-poky-linux-gnueabi-gcc  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/sol/Downloads/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/poky/1.3/sysroots/i686-pokysdk-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cache_v7.o cache_v7.c -c
  77. arm-poky-linux-gnueabi-gcc  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/sol/Downloads/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/poky/1.3/sysroots/i686-pokysdk-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cpu.o cpu.c -c
  78. arm-poky-linux-gnueabi-gcc  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/sol/Downloads/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/poky/1.3/sysroots/i686-pokysdk-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o syslib.o syslib.c -c
  79. arm-poky-linux-gnueabi-gcc   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/sol/Downloads/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/poky/1.3/sysroots/i686-pokysdk-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a   -o lowlevel_init.o lowlevel_init.S -c
  80. arm-poky-linux-gnueabi-ld.bfd -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -r -o libarmv7.o  cache_v7.o cpu.o syslib.o lowlevel_init.o
  81. make[1]: Leaving directory `/home/sol/Downloads/u-boot/arch/arm/cpu/armv7'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement