Advertisement
Guest User

Untitled

a guest
Sep 12th, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 124.43 KB | None | 0 0
  1. root@vincent-P5E-VM-HDMI:~/Downloads/beagleboard-xm/LCDPREF/u-boot# make ARCH=arm CROSS_COMPILE=/opt/arm-new/bin/arm-none-linux-gnueabi- mrproper
  2. root@vincent-P5E-VM-HDMI:~/Downloads/beagleboard-xm/LCDPREF/u-boot# make ARCH=arm CROSS_COMPILE=/opt/arm-new/bin/arm-none-linux-gnueabi- omap3_beagle_config
  3. awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend
  4. Configuring for omap3_beagle board...
  5. root@vincent-P5E-VM-HDMI:~/Downloads/beagleboard-xm/LCDPREF/u-boot# make ARCH=arm CROSS_COMPILE=/opt/arm-new/bin/arm-none-linux-gnueabi- >> log.txt
  6. Generating include/autoconf.mk
  7. Generating include/autoconf.mk.dep
  8. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -DDO_DEPS_ONLY \
  9. -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security \
  10. -o lib/asm-offsets.s lib/asm-offsets.c -c -S
  11. Generating include/generated/generic-asm-offsets.h
  12. tools/scripts/make-asm-offsets lib/asm-offsets.s include/generated/generic-asm-offsets.h
  13. if [ -f arch/arm/cpu/armv7/omap3/asm-offsets.c ];then \
  14. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -DDO_DEPS_ONLY \
  15. -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security \
  16. -o arch/arm/cpu/armv7/omap3/asm-offsets.s arch/arm/cpu/armv7/omap3/asm-offsets.c -c -S; \
  17. else \
  18. touch arch/arm/cpu/armv7/omap3/asm-offsets.s; \
  19. fi
  20. Generating include/generated/asm-offsets.h
  21. tools/scripts/make-asm-offsets arch/arm/cpu/armv7/omap3/asm-offsets.s include/generated/asm-offsets.h
  22. for dir in tools examples/standalone examples/api arch/arm/cpu/armv7 /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/ ; do \
  23. make -C $dir _depend ; done
  24. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools'
  25. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools'
  26. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools'
  27. make[1]: Nothing to be done for `_depend'.
  28. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools'
  29. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/standalone'
  30. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/standalone'
  31. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/standalone'
  32. make[1]: Nothing to be done for `_depend'.
  33. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/standalone'
  34. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/api'
  35. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/api'
  36. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/api'
  37. make[1]: Nothing to be done for `_depend'.
  38. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/api'
  39. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  40. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  41. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  42. make[1]: Nothing to be done for `_depend'.
  43. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  44. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  45. make[1]: Nothing to be done for `_depend'.
  46. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  47. make -C tools all
  48. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools'
  49. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o crc32.o /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/crc32.c
  50. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o env_embedded.o /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/common/env_embedded.c
  51. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o envcrc.o envcrc.c -c
  52. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o sha1.o /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/sha1.c
  53. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o envcrc crc32.o env_embedded.o envcrc.o sha1.o
  54. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o gen_eth_addr.o gen_eth_addr.c -c
  55. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o gen_eth_addr gen_eth_addr.o
  56. strip gen_eth_addr
  57. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o img2srec.o img2srec.c -c
  58. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o img2srec img2srec.o
  59. strip img2srec
  60. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o default_image.o default_image.c -c
  61. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o fit_image.o fit_image.c -c
  62. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o image.o /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/common/image.c
  63. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o imximage.o imximage.c -c
  64. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o kwbimage.o kwbimage.c -c
  65. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o md5.o /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/md5.c
  66. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o mkimage.o mkimage.c -c
  67. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o os_support.o os_support.c -c
  68. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o omapimage.o omapimage.c -c
  69. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o ublimage.o ublimage.c -c
  70. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt.o /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt/fdt.c
  71. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_ro.o /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt/fdt_ro.c
  72. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_rw.o /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt/fdt_rw.c
  73. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_strerror.o /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt/fdt_strerror.c
  74. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_wip.o /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt/fdt_wip.c
  75. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include2 -idirafter /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt -I /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o mkimage crc32.o default_image.o fit_image.o image.o imximage.o kwbimage.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
  76. strip mkimage
  77. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/tools'
  78. make -C examples/standalone all
  79. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/standalone'
  80. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder -o hello_world.o hello_world.c -c
  81. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder -o stubs.o stubs.c -c
  82. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libstubs.o stubs.o
  83. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -g -Ttext 0x80300000 \
  84. -o hello_world -e hello_world hello_world.o libstubs.o \
  85. -L/opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2 -lgcc
  86. /opt/arm-new/bin/arm-none-linux-gnueabi-objcopy -O srec hello_world hello_world.srec 2>/dev/null
  87. /opt/arm-new/bin/arm-none-linux-gnueabi-objcopy -O binary hello_world hello_world.bin 2>/dev/null
  88. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/standalone'
  89. make -C examples/api all
  90. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/api'
  91. make[1]: Nothing to be done for `all'.
  92. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/examples/api'
  93. make -C arch/arm/cpu/armv7 start.o
  94. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  95. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -o start.o start.S -c
  96. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  97. make -C api/
  98. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/api'
  99. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/api'
  100. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/api'
  101. rm -f libapi.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libapi.o
  102. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/api'
  103. make -C arch/arm/cpu/armv7/
  104. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  105. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cache_v7.o cache_v7.c -c
  106. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cpu.o cpu.c -c
  107. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o syslib.o syslib.c -c
  108. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libarmv7.o cache_v7.o cpu.o syslib.o
  109. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  110. make -C arch/arm/cpu/armv7/omap-common/
  111. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/omap-common'
  112. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/omap-common'
  113. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/omap-common'
  114. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -o reset.o reset.S -c
  115. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o timer.o timer.c -c
  116. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o utils.o utils.c -c
  117. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o gpio.o gpio.c -c
  118. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libomap-common.o reset.o timer.o utils.o gpio.o
  119. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/omap-common'
  120. make -C arch/arm/cpu/armv7/omap3/
  121. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/omap3'
  122. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/omap3'
  123. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/omap3'
  124. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o board.o board.c -c
  125. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o clock.o clock.c -c
  126. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o mem.o mem.c -c
  127. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o sys_info.o sys_info.c -c
  128. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o sdrc.o sdrc.c -c
  129. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -o lowlevel_init.o lowlevel_init.S -c
  130. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libomap3.o board.o clock.o mem.o sys_info.o sdrc.o lowlevel_init.o
  131. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/omap3'
  132. make -C arch/arm/lib/
  133. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/lib'
  134. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/lib'
  135. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/lib'
  136. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o board.o board.c -c
  137. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o bootm.o bootm.c -c
  138. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cache.o cache.c -c
  139. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cache-cp15.o cache-cp15.c -c
  140. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o interrupts.o interrupts.c -c
  141. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o reset.o reset.c -c
  142. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libarm.o board.o bootm.o cache.o cache-cp15.o interrupts.o reset.o
  143. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o eabi_compat.o eabi_compat.c -c
  144. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/lib'
  145. make -C common/
  146. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/common'
  147. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/common'
  148. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/common'
  149. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_bdinfo.o cmd_bdinfo.c -c
  150. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_boot.o cmd_boot.c -c
  151. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_bootm.o cmd_bootm.c -c
  152. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_cache.o cmd_cache.c -c
  153. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_console.o cmd_console.c -c
  154. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_echo.o cmd_echo.c -c
  155. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_exit.o cmd_exit.c -c
  156. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_ext2.o cmd_ext2.c -c
  157. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_fat.o cmd_fat.c -c
  158. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_fdt.o cmd_fdt.c -c
  159. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_help.o cmd_help.c -c
  160. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_i2c.o cmd_i2c.c -c
  161. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_itest.o cmd_itest.c -c
  162. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_jffs2.o cmd_jffs2.c -c
  163. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_led.o cmd_led.c -c
  164. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_load.o cmd_load.c -c
  165. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_mem.o cmd_mem.c -c
  166. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_misc.o cmd_misc.c -c
  167. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_mmc.o cmd_mmc.c -c
  168. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_mtdparts.o cmd_mtdparts.c -c
  169. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_nand.o cmd_nand.c -c
  170. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_net.o cmd_net.c -c
  171. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_nvedit.o cmd_nvedit.c -c
  172. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_pcmcia.o cmd_pcmcia.c -c
  173. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_setexpr.o cmd_setexpr.c -c
  174. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_source.o cmd_source.c -c
  175. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_test.o cmd_test.c -c
  176. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_usb.o cmd_usb.c -c
  177. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_version.o cmd_version.c -c
  178. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_ximg.o cmd_ximg.c -c
  179. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o command.o command.c -c
  180. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o console.o console.c -c
  181. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o dlmalloc.o dlmalloc.c -c
  182. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o env_common.o env_common.c -c
  183. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o env_nand.o env_nand.c -c
  184. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o exports.o exports.c -c
  185. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o fdt_support.o fdt_support.c -c
  186. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o flash.o flash.c -c
  187. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o hush.o hush.c -c
  188. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o image.o image.c -c
  189. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o main.o main.c -c
  190. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o memsize.o memsize.c -c
  191. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o s_record.o s_record.c -c
  192. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o stdio.o stdio.c -c
  193. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o usb.o usb.c -c
  194. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o usb_storage.o usb_storage.c -c
  195. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o xyzModem.o xyzModem.c -c
  196. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libcommon.o cmd_bdinfo.o cmd_boot.o cmd_bootm.o cmd_cache.o cmd_console.o cmd_echo.o cmd_exit.o cmd_ext2.o cmd_fat.o cmd_fdt.o cmd_help.o cmd_i2c.o cmd_itest.o cmd_jffs2.o cmd_led.o cmd_load.o cmd_mem.o cmd_misc.o cmd_mmc.o cmd_mtdparts.o cmd_nand.o cmd_net.o cmd_nvedit.o cmd_pcmcia.o cmd_setexpr.o cmd_source.o cmd_test.o cmd_usb.o cmd_version.o cmd_ximg.o command.o console.o dlmalloc.o env_common.o env_nand.o exports.o fdt_support.o flash.o hush.o image.o main.o memsize.o s_record.o stdio.o usb.o usb_storage.o xyzModem.o
  197. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/common'
  198. make -C disk/
  199. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/disk'
  200. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/disk'
  201. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/disk'
  202. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o part.o part.c -c
  203. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o part_dos.o part_dos.c -c
  204. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libdisk.o part.o part_dos.o
  205. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/disk'
  206. make -C drivers/bios_emulator/
  207. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/bios_emulator'
  208. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/bios_emulator'
  209. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/bios_emulator'
  210. rm -f libatibiosemu.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libatibiosemu.o
  211. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/bios_emulator'
  212. make -C drivers/block/
  213. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/block'
  214. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/block'
  215. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/block'
  216. rm -f libblock.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libblock.o
  217. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/block'
  218. make -C drivers/dma/
  219. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/dma'
  220. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/dma'
  221. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/dma'
  222. rm -f libdma.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libdma.o
  223. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/dma'
  224. make -C drivers/fpga/
  225. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/fpga'
  226. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/fpga'
  227. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/fpga'
  228. rm -f libfpga.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libfpga.o
  229. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/fpga'
  230. make -C drivers/gpio/
  231. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/gpio'
  232. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/gpio'
  233. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/gpio'
  234. rm -f libgpio.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libgpio.o
  235. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/gpio'
  236. make -C drivers/hwmon/
  237. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/hwmon'
  238. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/hwmon'
  239. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/hwmon'
  240. rm -f libhwmon.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libhwmon.o
  241. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/hwmon'
  242. make -C drivers/i2c/
  243. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/i2c'
  244. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/i2c'
  245. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/i2c'
  246. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o omap24xx_i2c.o omap24xx_i2c.c -c
  247. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libi2c.o omap24xx_i2c.o
  248. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/i2c'
  249. make -C drivers/input/
  250. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/input'
  251. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/input'
  252. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/input'
  253. rm -f libinput.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libinput.o
  254. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/input'
  255. make -C drivers/misc/
  256. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/misc'
  257. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/misc'
  258. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/misc'
  259. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o status_led.o status_led.c -c
  260. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o twl4030_led.o twl4030_led.c -c
  261. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libmisc.o status_led.o twl4030_led.o
  262. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/misc'
  263. make -C drivers/mmc/
  264. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mmc'
  265. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mmc'
  266. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mmc'
  267. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o mmc.o mmc.c -c
  268. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o omap_hsmmc.o omap_hsmmc.c -c
  269. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libmmc.o mmc.o omap_hsmmc.o
  270. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mmc'
  271. make -C drivers/mtd/
  272. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd'
  273. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd'
  274. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd'
  275. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o mtdcore.o mtdcore.c -c
  276. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libmtd.o mtdcore.o
  277. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd'
  278. make -C drivers/mtd/nand/
  279. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/nand'
  280. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/nand'
  281. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/nand'
  282. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand.o nand.c -c
  283. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand_base.o nand_base.c -c
  284. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand_bbt.o nand_bbt.c -c
  285. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand_ecc.o nand_ecc.c -c
  286. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand_ids.o nand_ids.c -c
  287. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand_util.o nand_util.c -c
  288. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o omap_gpmc.o omap_gpmc.c -c
  289. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libnand.o nand.o nand_base.o nand_bbt.o nand_ecc.o nand_ids.o nand_util.o omap_gpmc.o
  290. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/nand'
  291. make -C drivers/mtd/onenand/
  292. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/onenand'
  293. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/onenand'
  294. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/onenand'
  295. rm -f libonenand.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libonenand.o
  296. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/onenand'
  297. make -C drivers/mtd/spi/
  298. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/spi'
  299. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/spi'
  300. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/spi'
  301. rm -f libspi_flash.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libspi_flash.o
  302. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/spi'
  303. make -C drivers/mtd/ubi/
  304. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/ubi'
  305. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/ubi'
  306. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/ubi'
  307. rm -f libubi.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libubi.o
  308. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/mtd/ubi'
  309. make -C drivers/net/
  310. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/net'
  311. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/net'
  312. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/net'
  313. rm -f libnet.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libnet.o
  314. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/net'
  315. make -C drivers/net/phy/
  316. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/net/phy'
  317. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/net/phy'
  318. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/net/phy'
  319. rm -f libphy.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libphy.o
  320. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/net/phy'
  321. make -C drivers/pci/
  322. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/pci'
  323. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/pci'
  324. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/pci'
  325. rm -f libpci.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libpci.o
  326. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/pci'
  327. make -C drivers/pcmcia/
  328. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/pcmcia'
  329. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/pcmcia'
  330. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/pcmcia'
  331. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o rpx_pcmcia.o rpx_pcmcia.c -c
  332. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o tqm8xx_pcmcia.o tqm8xx_pcmcia.c -c
  333. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libpcmcia.o rpx_pcmcia.o tqm8xx_pcmcia.o
  334. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/pcmcia'
  335. make -C drivers/power/
  336. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/power'
  337. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/power'
  338. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/power'
  339. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o twl4030.o twl4030.c -c
  340. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libpower.o twl4030.o
  341. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/power'
  342. make -C drivers/rtc/
  343. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/rtc'
  344. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/rtc'
  345. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/rtc'
  346. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o date.o date.c -c
  347. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o librtc.o date.o
  348. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/rtc'
  349. make -C drivers/serial/
  350. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/serial'
  351. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/serial'
  352. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/serial'
  353. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o ns16550.o ns16550.c -c
  354. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o serial.o serial.c -c
  355. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o usbtty.o usbtty.c -c
  356. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libserial.o ns16550.o serial.o usbtty.o
  357. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/serial'
  358. make -C drivers/spi/
  359. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/spi'
  360. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/spi'
  361. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/spi'
  362. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o omap3_spi.o omap3_spi.c -c
  363. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libspi.o omap3_spi.o
  364. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/spi'
  365. make -C drivers/twserial/
  366. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/twserial'
  367. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/twserial'
  368. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/twserial'
  369. rm -f libtws.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libtws.o
  370. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/twserial'
  371. make -C drivers/usb/eth/
  372. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/eth'
  373. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/eth'
  374. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/eth'
  375. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o usb_ether.o usb_ether.c -c
  376. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o asix.o asix.c -c
  377. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o smsc95xx.o smsc95xx.c -c
  378. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libusb_eth.o usb_ether.o asix.o smsc95xx.o
  379. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/eth'
  380. make -C drivers/usb/gadget/
  381. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/gadget'
  382. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/gadget'
  383. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/gadget'
  384. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o core.o core.c -c
  385. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o ep0.o ep0.c -c
  386. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libusb_gadget.o core.o ep0.o
  387. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/gadget'
  388. make -C drivers/usb/host/
  389. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/host'
  390. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/host'
  391. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/host'
  392. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o ehci-hcd.o ehci-hcd.c -c
  393. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libusb_host.o ehci-hcd.o
  394. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/host'
  395. make -C drivers/usb/musb/
  396. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/musb'
  397. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/musb'
  398. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/musb'
  399. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o musb_udc.o musb_udc.c -c
  400. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o musb_core.o musb_core.c -c
  401. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o omap3.o omap3.c -c
  402. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libusb_musb.o musb_udc.o musb_core.o omap3.o
  403. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/musb'
  404. make -C drivers/usb/phy/
  405. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/phy'
  406. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/phy'
  407. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/phy'
  408. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o twl4030.o twl4030.c -c
  409. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libusb_phy.o twl4030.o
  410. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/usb/phy'
  411. make -C drivers/video/
  412. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/video'
  413. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/video'
  414. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/video'
  415. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o omap3_dss.o omap3_dss.c -c
  416. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o videomodes.o videomodes.c -c
  417. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libvideo.o omap3_dss.o videomodes.o
  418. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/video'
  419. make -C drivers/watchdog/
  420. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/watchdog'
  421. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/watchdog'
  422. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/watchdog'
  423. rm -f libwatchdog.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libwatchdog.o
  424. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/drivers/watchdog'
  425. make -C fs/cramfs/
  426. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/cramfs'
  427. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/cramfs'
  428. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/cramfs'
  429. rm -f libcramfs.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libcramfs.o
  430. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/cramfs'
  431. make -C fs/ext2/
  432. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/ext2'
  433. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/ext2'
  434. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/ext2'
  435. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o ext2fs.o ext2fs.c -c
  436. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o dev.o dev.c -c
  437. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libext2fs.o ext2fs.o dev.o
  438. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/ext2'
  439. make -C fs/fat/
  440. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/fat'
  441. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/fat'
  442. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/fat'
  443. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o fat.o fat.c -c
  444. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o file.o file.c -c
  445. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libfat.o fat.o file.o
  446. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/fat'
  447. make -C fs/fdos/
  448. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/fdos'
  449. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/fdos'
  450. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/fdos'
  451. rm -f libfdos.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libfdos.o
  452. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/fdos'
  453. make -C fs/jffs2/
  454. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/jffs2'
  455. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/jffs2'
  456. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/jffs2'
  457. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o compr_rtime.o compr_rtime.c -c
  458. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o compr_rubin.o compr_rubin.c -c
  459. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o compr_zlib.o compr_zlib.c -c
  460. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o jffs2_1pass.o jffs2_1pass.c -c
  461. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o mini_inflate.o mini_inflate.c -c
  462. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libjffs2.o compr_rtime.o compr_rubin.o compr_zlib.o jffs2_1pass.o mini_inflate.o
  463. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/jffs2'
  464. make -C fs/reiserfs/
  465. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/reiserfs'
  466. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/reiserfs'
  467. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/reiserfs'
  468. rm -f libreiserfs.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libreiserfs.o
  469. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/reiserfs'
  470. make -C fs/ubifs/
  471. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/ubifs'
  472. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/ubifs'
  473. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/ubifs'
  474. rm -f libubifs.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libubifs.o
  475. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/ubifs'
  476. make -C fs/yaffs2/
  477. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/yaffs2'
  478. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/yaffs2'
  479. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/yaffs2'
  480. rm -f libyaffs2.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libyaffs2.o
  481. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/fs/yaffs2'
  482. make -C lib/libfdt/
  483. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt'
  484. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt'
  485. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt'
  486. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o fdt.o fdt.c -c
  487. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o fdt_ro.o fdt_ro.c -c
  488. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o fdt_rw.o fdt_rw.c -c
  489. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o fdt_strerror.o fdt_strerror.c -c
  490. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o fdt_sw.o fdt_sw.c -c
  491. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o fdt_wip.o fdt_wip.c -c
  492. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libfdt.o fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o
  493. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/libfdt'
  494. make -C lib/
  495. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib'
  496. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib'
  497. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib'
  498. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o circbuf.o circbuf.c -c
  499. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o crc7.o crc7.c -c
  500. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o crc16.o crc16.c -c
  501. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o crc32.o crc32.c -c
  502. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o display_options.o display_options.c -c
  503. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o errno.o errno.c -c
  504. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o gunzip.o gunzip.c -c
  505. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o hashtable.o hashtable.c -c
  506. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o lmb.o lmb.c -c
  507. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o ldiv.o ldiv.c -c
  508. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o net_utils.o net_utils.c -c
  509. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o qsort.o qsort.c -c
  510. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o strmhz.o strmhz.c -c
  511. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o ctype.o ctype.c -c
  512. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o div64.o div64.c -c
  513. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o string.o string.c -c
  514. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o time.o time.c -c
  515. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o vsprintf.o vsprintf.c -c
  516. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libgeneric.o circbuf.o crc7.o crc16.o crc32.o display_options.o errno.o gunzip.o hashtable.o lmb.o ldiv.o net_utils.o qsort.o strmhz.o ctype.o div64.o string.o time.o vsprintf.o
  517. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib'
  518. make -C lib/lzma/
  519. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/lzma'
  520. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/lzma'
  521. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/lzma'
  522. rm -f liblzma.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs liblzma.o
  523. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/lzma'
  524. make -C lib/lzo/
  525. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/lzo'
  526. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/lzo'
  527. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/lzo'
  528. rm -f liblzo.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs liblzo.o
  529. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/lzo'
  530. make -C lib/zlib/
  531. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/zlib'
  532. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/zlib'
  533. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/zlib'
  534. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o zlib.o zlib.c -c
  535. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libz.o zlib.o
  536. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/lib/zlib'
  537. make -C net/
  538. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/net'
  539. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/net'
  540. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/net'
  541. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o bootp.o bootp.c -c
  542. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o eth.o eth.c -c
  543. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o net.o net.c -c
  544. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nfs.o nfs.c -c
  545. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o tftp.o tftp.c -c
  546. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libnet.o bootp.o eth.o net.o nfs.o tftp.o
  547. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/net'
  548. make -C post/
  549. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/post'
  550. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/post'
  551. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/post'
  552. rm -f libpost.o; /opt/arm-new/bin/arm-none-linux-gnueabi-ar rcs libpost.o
  553. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/post'
  554. make -C board/ti/beagle/
  555. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/board/ti/beagle'
  556. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/board/ti/beagle'
  557. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/board/ti/beagle'
  558. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o beagle.o beagle.c -c
  559. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o led.o led.c -c
  560. /opt/arm-new/bin/arm-none-linux-gnueabi-ld -r -o libbeagle.o beagle.o led.o
  561. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/board/ti/beagle'
  562. make -C /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/ u-boot.lds
  563. make[1]: Entering directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  564. make[1]: Nothing to be done for `u-boot.lds'.
  565. make[1]: Leaving directory `/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7'
  566. /opt/arm-new/bin/arm-none-linux-gnueabi-gcc -E -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -include /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/include/u-boot/u-boot.lds.h -ansi -D__ASSEMBLY__ -P - </home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/cpu/armv7/u-boot.lds >u-boot.lds
  567. UNDEF_SYM=`/opt/arm-new/bin/arm-none-linux-gnueabi-objdump -x board/ti/beagle/libbeagle.o api/libapi.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/omap-common/libomap-common.o arch/arm/cpu/armv7/omap3/libomap3.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/libpower.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cramfs/libcramfs.o fs/ext2/libext2fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o | sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`; cd /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot && /opt/arm-new/bin/arm-none-linux-gnueabi-ld -pie -T u-boot.lds -Bstatic -Ttext 0x80008000 $UNDEF_SYM arch/arm/cpu/armv7/start.o --start-group api/libapi.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/omap-common/libomap-common.o arch/arm/cpu/armv7/omap3/libomap3.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/libpower.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cramfs/libcramfs.o fs/ext2/libext2fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o board/ti/beagle/libbeagle.o --end-group /home/vincent/Downloads/beagleboard-xm/LCDPREF/u-boot/arch/arm/lib/eabi_compat.o -L /opt/arm-new/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/armv4t -lgcc -Map u-boot.map -o u-boot
  568. make: *** [u-boot] Error 139
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement