Advertisement
tthtlc

How I compiled u-boot for my Ocotea PPC 440GX Eval Board

Nov 15th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.11 KB | None | 0 0
  1. Configuring for ocotea board...
  2. Generating include/autoconf.mk
  3. Generating include/autoconf.mk.dep
  4. for dir in tools examples/standalone examples/api ; do make -C $dir _depend ; done
  5. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/tools'
  6. make[1]: Nothing to be done for `_depend'.
  7. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/tools'
  8. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/examples/standalone'
  9. make[1]: Nothing to be done for `_depend'.
  10. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/examples/standalone'
  11. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/examples/api'
  12. make[1]: Nothing to be done for `_depend'.
  13. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/examples/api'
  14. make -C tools all
  15. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/tools'
  16. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -o envcrc.o envcrc.c -c
  17. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o crc32.o /mnt/sda3/root/download/qemu/u-boot-2009.08/lib_generic/crc32.c
  18. gcc -g -Wall -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o env_embedded.o /mnt/sda3/root/download/qemu/u-boot-2009.08/common/env_embedded.c
  19. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o sha1.o /mnt/sda3/root/download/qemu/u-boot-2009.08/lib_generic/sha1.c
  20. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -o envcrc envcrc.o crc32.o env_embedded.o sha1.o
  21. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -o gen_eth_addr.o gen_eth_addr.c -c
  22. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -o gen_eth_addr gen_eth_addr.o
  23. strip gen_eth_addr
  24. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -o img2srec.o img2srec.c -c
  25. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -o img2srec img2srec.o
  26. strip img2srec
  27. gcc -g -Wall -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o mkimage.o /mnt/sda3/root/download/qemu/u-boot-2009.08/tools/mkimage.c
  28. gcc -g -Wall -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o image.o /mnt/sda3/root/download/qemu/u-boot-2009.08/common/image.c
  29. gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o md5.o /mnt/sda3/root/download/qemu/u-boot-2009.08/lib_generic/md5.c
  30. gcc -g -Wall -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o fdt.o /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt/fdt.c
  31. gcc -g -Wall -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o fdt_ro.o /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt/fdt_ro.c
  32. gcc -g -Wall -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o fdt_rw.o /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt/fdt_rw.c
  33. gcc -g -Wall -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o fdt_strerror.o /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt/fdt_strerror.c
  34. gcc -g -Wall -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o fdt_wip.o /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt/fdt_wip.c
  35. gcc -g -Wall -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o os_support.o /mnt/sda3/root/download/qemu/u-boot-2009.08/tools/os_support.c
  36. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -o mkimage mkimage.o crc32.o image.o md5.o sha1.o fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_wip.o os_support.o
  37. strip mkimage
  38. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -o ncb.o ncb.c -c
  39. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include2 -idirafter /mnt/sda3/root/download/qemu/u-boot-2009.08/include -I /mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt -I /mnt/sda3/root/download/qemu/u-boot-2009.08/tools -DTEXT_BASE=0xFFFC0000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -o ncb ncb.o
  40. strip ncb
  41. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/tools'
  42. make -C examples/standalone all
  43. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/examples/standalone'
  44. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o hello_world.o hello_world.c -c
  45. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o sched.o sched.c -c
  46. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o ppc_longjmp.o ppc_longjmp.S -c
  47. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o ppc_setjmp.o ppc_setjmp.S -c
  48. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o stubs.o stubs.c -c
  49. powerpc-linux-ar crv libstubs.a ppc_longjmp.o ppc_setjmp.o stubs.o
  50. a - ppc_longjmp.o
  51. a - ppc_setjmp.o
  52. a - stubs.o
  53. powerpc-linux-ld -g -Ttext 0x40000 \
  54. -o hello_world -e hello_world hello_world.o libstubs.a \
  55. -L/opt/eldk-5.2.1/powerpc-4xx/sysroots/ppc440e-linux/usr/lib/powerpc-linux/4.6.4 -lgcc
  56. powerpc-linux-objcopy -O srec hello_world hello_world.srec 2>/dev/null
  57. powerpc-linux-ld -g -Ttext 0x40000 \
  58. -o sched -e sched sched.o libstubs.a \
  59. -L/opt/eldk-5.2.1/powerpc-4xx/sysroots/ppc440e-linux/usr/lib/powerpc-linux/4.6.4 -lgcc
  60. powerpc-linux-objcopy -O srec sched sched.srec 2>/dev/null
  61. powerpc-linux-objcopy -O binary hello_world hello_world.bin 2>/dev/null
  62. powerpc-linux-objcopy -O binary sched sched.bin 2>/dev/null
  63. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/examples/standalone'
  64. make -C examples/api all
  65. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/examples/api'
  66. make[1]: Nothing to be done for `all'.
  67. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/examples/api'
  68. make -C cpu/ppc4xx start.o
  69. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/cpu/ppc4xx'
  70. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o start.o start.S -c
  71. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/cpu/ppc4xx'
  72. make -C cpu/ppc4xx resetvec.o
  73. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/cpu/ppc4xx'
  74. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o resetvec.o resetvec.S -c
  75. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/cpu/ppc4xx'
  76. make -C lib_generic/
  77. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/lib_generic'
  78. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o crc16.o crc16.c -c
  79. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o crc32.o crc32.c -c
  80. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o ctype.o ctype.c -c
  81. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o display_options.o display_options.c -c
  82. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o div64.o div64.c -c
  83. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o gunzip.o gunzip.c -c
  84. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o lmb.o lmb.c -c
  85. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o ldiv.o ldiv.c -c
  86. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o sha1.o sha1.c -c
  87. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o string.o string.c -c
  88. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o strmhz.o strmhz.c -c
  89. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o vsprintf.o vsprintf.c -c
  90. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o zlib.o zlib.c -c
  91. powerpc-linux-ar crv libgeneric.a crc16.o crc32.o ctype.o display_options.o div64.o gunzip.o lmb.o ldiv.o sha1.o string.o strmhz.o vsprintf.o zlib.o
  92. a - crc16.o
  93. a - crc32.o
  94. a - ctype.o
  95. a - display_options.o
  96. a - div64.o
  97. a - gunzip.o
  98. a - lmb.o
  99. a - ldiv.o
  100. a - sha1.o
  101. a - string.o
  102. a - strmhz.o
  103. a - vsprintf.o
  104. a - zlib.o
  105. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/lib_generic'
  106. make -C lib_generic/lzma/
  107. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/lib_generic/lzma'
  108. powerpc-linux-ar crv liblzma.a
  109. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/lib_generic/lzma'
  110. make -C lib_generic/lzo/
  111. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/lib_generic/lzo'
  112. powerpc-linux-ar crv liblzo.a
  113. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/lib_generic/lzo'
  114. make -C cpu/ppc4xx/
  115. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/cpu/ppc4xx'
  116. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o cache.o cache.S -c
  117. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o dcr.o dcr.S -c
  118. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o kgdb.o kgdb.S -c
  119. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o 40x_spd_sdram.o 40x_spd_sdram.c -c
  120. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o 44x_spd_ddr.o 44x_spd_ddr.c -c
  121. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o 44x_spd_ddr2.o 44x_spd_ddr2.c -c
  122. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o 4xx_pci.o 4xx_pci.c -c
  123. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o 4xx_pcie.o 4xx_pcie.c -c
  124. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o bedbug_405.o bedbug_405.c -c
  125. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o commproc.o commproc.c -c
  126. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cpu.o cpu.c -c
  127. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cpu_init.o cpu_init.c -c
  128. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o denali_data_eye.o denali_data_eye.c -c
  129. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o denali_spd_ddr2.o denali_spd_ddr2.c -c
  130. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o ecc.o ecc.c -c
  131. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o fdt.o fdt.c -c
  132. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o i2c.o i2c.c -c
  133. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o interrupts.o interrupts.c -c
  134. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o iop480_uart.o iop480_uart.c -c
  135. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o sdram.o sdram.c -c
  136. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o speed.o speed.c -c
  137. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o tlb.o tlb.c -c
  138. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o traps.o traps.c -c
  139. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o usb.o usb.c -c
  140. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o usb_ohci.o usb_ohci.c -c
  141. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o usbdev.o usbdev.c -c
  142. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o 4xx_uart.o 4xx_uart.c -c
  143. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o gpio.o gpio.c -c
  144. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o miiphy.o miiphy.c -c
  145. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o uic.o uic.c -c
  146. powerpc-linux-ar crv libppc4xx.a cache.o dcr.o kgdb.o 40x_spd_sdram.o 44x_spd_ddr.o 44x_spd_ddr2.o 4xx_pci.o 4xx_pcie.o bedbug_405.o commproc.o cpu.o cpu_init.o denali_data_eye.o denali_spd_ddr2.o ecc.o fdt.o i2c.o interrupts.o iop480_uart.o sdram.o speed.o tlb.o traps.o usb.o usb_ohci.o usbdev.o 4xx_uart.o gpio.o miiphy.o uic.o
  147. a - cache.o
  148. a - dcr.o
  149. a - kgdb.o
  150. a - 40x_spd_sdram.o
  151. a - 44x_spd_ddr.o
  152. a - 44x_spd_ddr2.o
  153. a - 4xx_pci.o
  154. a - 4xx_pcie.o
  155. a - bedbug_405.o
  156. a - commproc.o
  157. a - cpu.o
  158. a - cpu_init.o
  159. a - denali_data_eye.o
  160. a - denali_spd_ddr2.o
  161. a - ecc.o
  162. a - fdt.o
  163. a - i2c.o
  164. a - interrupts.o
  165. a - iop480_uart.o
  166. a - sdram.o
  167. a - speed.o
  168. a - tlb.o
  169. a - traps.o
  170. a - usb.o
  171. a - usb_ohci.o
  172. a - usbdev.o
  173. a - 4xx_uart.o
  174. a - gpio.o
  175. a - miiphy.o
  176. a - uic.o
  177. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/cpu/ppc4xx'
  178. make -C lib_ppc/
  179. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/lib_ppc'
  180. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o ppccache.o ppccache.S -c
  181. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o ppcstring.o ppcstring.S -c
  182. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o ticks.o ticks.S -c
  183. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o bat_rw.o bat_rw.c -c
  184. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o board.o board.c -c
  185. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o bootm.o bootm.c -c
  186. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cache.o cache.c -c
  187. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o extable.o extable.c -c
  188. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o interrupts.o interrupts.c -c
  189. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o kgdb.o kgdb.c -c
  190. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o time.o time.c -c
  191. powerpc-linux-ar crv libppc.a ppccache.o ppcstring.o ticks.o bat_rw.o board.o bootm.o cache.o extable.o interrupts.o kgdb.o time.o
  192. a - ppccache.o
  193. a - ppcstring.o
  194. a - ticks.o
  195. a - bat_rw.o
  196. a - board.o
  197. a - bootm.o
  198. a - cache.o
  199. a - extable.o
  200. a - interrupts.o
  201. a - kgdb.o
  202. a - time.o
  203. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/lib_ppc'
  204. make -C fs/cramfs/
  205. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/cramfs'
  206. powerpc-linux-ar crv libcramfs.a
  207. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/cramfs'
  208. make -C fs/fat/
  209. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/fat'
  210. powerpc-linux-ar crv libfat.a
  211. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/fat'
  212. make -C fs/fdos/
  213. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/fdos'
  214. powerpc-linux-ar crv libfdos.a
  215. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/fdos'
  216. make -C fs/jffs2/
  217. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/jffs2'
  218. powerpc-linux-ar crv libjffs2.a
  219. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/jffs2'
  220. make -C fs/reiserfs/
  221. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/reiserfs'
  222. powerpc-linux-ar crv libreiserfs.a
  223. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/reiserfs'
  224. make -C fs/ext2/
  225. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/ext2'
  226. powerpc-linux-ar crv libext2fs.a
  227. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/ext2'
  228. make -C fs/yaffs2/
  229. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/yaffs2'
  230. powerpc-linux-ar crv libyaffs2.a
  231. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/yaffs2'
  232. make -C fs/ubifs/
  233. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/ubifs'
  234. powerpc-linux-ar crv libubifs.a
  235. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/fs/ubifs'
  236. make -C net/
  237. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/net'
  238. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o bootp.o bootp.c -c
  239. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o eth.o eth.c -c
  240. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o net.o net.c -c
  241. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o nfs.o nfs.c -c
  242. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o rarp.o rarp.c -c
  243. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o sntp.o sntp.c -c
  244. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o tftp.o tftp.c -c
  245. powerpc-linux-ar crv libnet.a bootp.o eth.o net.o nfs.o rarp.o sntp.o tftp.o
  246. a - bootp.o
  247. a - eth.o
  248. a - net.o
  249. a - nfs.o
  250. a - rarp.o
  251. a - sntp.o
  252. a - tftp.o
  253. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/net'
  254. make -C disk/
  255. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/disk'
  256. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o part.o part.c -c
  257. powerpc-linux-ar crv libdisk.a part.o
  258. a - part.o
  259. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/disk'
  260. make -C drivers/bios_emulator/
  261. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/bios_emulator'
  262. powerpc-linux-ar crv libatibiosemu.a
  263. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/bios_emulator'
  264. make -C drivers/block/
  265. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/block'
  266. powerpc-linux-ar crv libblock.a
  267. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/block'
  268. make -C drivers/dma/
  269. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/dma'
  270. powerpc-linux-ar crv libdma.a
  271. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/dma'
  272. make -C drivers/fpga/
  273. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/fpga'
  274. powerpc-linux-ar crv libfpga.a
  275. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/fpga'
  276. make -C drivers/gpio/
  277. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/gpio'
  278. powerpc-linux-ar crv libgpio.a
  279. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/gpio'
  280. make -C drivers/hwmon/
  281. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/hwmon'
  282. powerpc-linux-ar crv libhwmon.a
  283. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/hwmon'
  284. make -C drivers/i2c/
  285. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/i2c'
  286. powerpc-linux-ar crv libi2c.a
  287. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/i2c'
  288. make -C drivers/input/
  289. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/input'
  290. powerpc-linux-ar crv libinput.a
  291. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/input'
  292. make -C drivers/misc/
  293. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/misc'
  294. powerpc-linux-ar crv libmisc.a
  295. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/misc'
  296. make -C drivers/mmc/
  297. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mmc'
  298. powerpc-linux-ar crv libmmc.a
  299. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mmc'
  300. make -C drivers/mtd/
  301. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mtd'
  302. powerpc-linux-ar crv libmtd.a
  303. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mtd'
  304. make -C drivers/mtd/nand/
  305. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mtd/nand'
  306. powerpc-linux-ar crv libnand.a
  307. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mtd/nand'
  308. make -C drivers/mtd/onenand/
  309. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mtd/onenand'
  310. powerpc-linux-ar crv libonenand.a
  311. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mtd/onenand'
  312. make -C drivers/mtd/ubi/
  313. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mtd/ubi'
  314. powerpc-linux-ar crv libubi.a
  315. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mtd/ubi'
  316. make -C drivers/mtd/spi/
  317. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mtd/spi'
  318. powerpc-linux-ar crv libspi_flash.a
  319. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/mtd/spi'
  320. make -C drivers/net/
  321. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/net'
  322. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o 4xx_enet.o 4xx_enet.c -c
  323. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o netconsole.o netconsole.c -c
  324. powerpc-linux-ar crv libnet.a 4xx_enet.o netconsole.o
  325. a - 4xx_enet.o
  326. a - netconsole.o
  327. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/net'
  328. make -C drivers/net/phy/
  329. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/net/phy'
  330. powerpc-linux-ar crv libphy.a
  331. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/net/phy'
  332. make -C drivers/net/sk98lin/
  333. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/net/sk98lin'
  334. powerpc-linux-ar crv libsk98lin.a
  335. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/net/sk98lin'
  336. make -C drivers/pci/
  337. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/pci'
  338. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o pci.o pci.c -c
  339. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o pci_auto.o pci_auto.c -c
  340. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o pci_indirect.o pci_indirect.c -c
  341. powerpc-linux-ar crv libpci.a pci.o pci_auto.o pci_indirect.o
  342. a - pci.o
  343. a - pci_auto.o
  344. a - pci_indirect.o
  345. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/pci'
  346. make -C drivers/pcmcia/
  347. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/pcmcia'
  348. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o rpx_pcmcia.o rpx_pcmcia.c -c
  349. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o tqm8xx_pcmcia.o tqm8xx_pcmcia.c -c
  350. powerpc-linux-ar crv libpcmcia.a rpx_pcmcia.o tqm8xx_pcmcia.o
  351. a - rpx_pcmcia.o
  352. a - tqm8xx_pcmcia.o
  353. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/pcmcia'
  354. make -C drivers/power/
  355. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/power'
  356. powerpc-linux-ar crv libpower.a
  357. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/power'
  358. make -C drivers/spi/
  359. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/spi'
  360. powerpc-linux-ar crv libspi.a
  361. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/spi'
  362. make -C drivers/rtc/
  363. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/rtc'
  364. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o date.o date.c -c
  365. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o ds174x.o ds174x.c -c
  366. powerpc-linux-ar crv librtc.a date.o ds174x.o
  367. a - date.o
  368. a - ds174x.o
  369. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/rtc'
  370. make -C drivers/serial/
  371. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/serial'
  372. powerpc-linux-ar crv libserial.a
  373. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/serial'
  374. make -C drivers/twserial/
  375. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/twserial'
  376. powerpc-linux-ar crv libtws.a
  377. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/twserial'
  378. make -C drivers/usb/gadget/
  379. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/usb/gadget'
  380. powerpc-linux-ar crv libusb_gadget.a
  381. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/usb/gadget'
  382. make -C drivers/usb/host/
  383. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/usb/host'
  384. powerpc-linux-ar crv libusb_host.a
  385. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/usb/host'
  386. make -C drivers/usb/musb/
  387. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/usb/musb'
  388. powerpc-linux-ar crv libusb_musb.a
  389. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/usb/musb'
  390. make -C drivers/video/
  391. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/video'
  392. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o videomodes.o videomodes.c -c
  393. powerpc-linux-ar crv libvideo.a videomodes.o
  394. a - videomodes.o
  395. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/video'
  396. make -C drivers/watchdog/
  397. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/watchdog'
  398. powerpc-linux-ar crv libwatchdog.a
  399. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/drivers/watchdog'
  400. make -C common/
  401. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/common'
  402. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o circbuf.o circbuf.c -c
  403. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_bdinfo.o cmd_bdinfo.c -c
  404. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_boot.o cmd_boot.c -c
  405. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_bootm.o cmd_bootm.c -c
  406. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_cache.o cmd_cache.c -c
  407. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_console.o cmd_console.c -c
  408. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_date.o cmd_date.c -c
  409. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_dcr.o cmd_dcr.c -c
  410. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_eeprom.o cmd_eeprom.c -c
  411. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_elf.o cmd_elf.c -c
  412. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_fdt.o cmd_fdt.c -c
  413. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_flash.o cmd_flash.c -c
  414. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_i2c.o cmd_i2c.c -c
  415. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_irq.o cmd_irq.c -c
  416. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_itest.o cmd_itest.c -c
  417. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_load.o cmd_load.c -c
  418. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_mem.o cmd_mem.c -c
  419. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_mii.o cmd_mii.c -c
  420. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_misc.o cmd_misc.c -c
  421. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_nand.o cmd_nand.c -c
  422. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_net.o cmd_net.c -c
  423. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_nvedit.o cmd_nvedit.c -c
  424. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_pci.o cmd_pci.c -c
  425. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_pcmcia.o cmd_pcmcia.c -c
  426. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_reginfo.o cmd_reginfo.c -c
  427. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_source.o cmd_source.c -c
  428. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o cmd_ximg.o cmd_ximg.c -c
  429. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o command.o command.c -c
  430. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o console.o console.c -c
  431. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o dlmalloc.o dlmalloc.c -c
  432. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o env_common.o env_common.c -c
  433. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wa,--no-warn \
  434. -DENV_CRC=0 \
  435. -c -o env_embedded.o env_embedded.c
  436. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o env_flash.o env_flash.c -c
  437. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o exports.o exports.c -c
  438. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o fdt_support.o fdt_support.c -c
  439. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o flash.o flash.c -c
  440. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o hush.o hush.c -c
  441. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o image.o image.c -c
  442. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o main.o main.c -c
  443. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o memsize.o memsize.c -c
  444. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o miiphyutil.o miiphyutil.c -c
  445. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o s_record.o s_record.c -c
  446. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o serial.o serial.c -c
  447. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o stdio.o stdio.c -c
  448. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o xyzModem.o xyzModem.c -c
  449. powerpc-linux-ar crv libcommon.a circbuf.o cmd_bdinfo.o cmd_boot.o cmd_bootm.o cmd_cache.o cmd_console.o cmd_date.o cmd_dcr.o cmd_eeprom.o cmd_elf.o cmd_fdt.o cmd_flash.o cmd_i2c.o cmd_irq.o cmd_itest.o cmd_load.o cmd_mem.o cmd_mii.o cmd_misc.o cmd_nand.o cmd_net.o cmd_nvedit.o cmd_pci.o cmd_pcmcia.o cmd_reginfo.o cmd_source.o cmd_ximg.o command.o console.o dlmalloc.o env_common.o env_embedded.o env_flash.o exports.o fdt_support.o flash.o hush.o image.o main.o memsize.o miiphyutil.o s_record.o serial.o stdio.o xyzModem.o
  450. a - circbuf.o
  451. a - cmd_bdinfo.o
  452. a - cmd_boot.o
  453. a - cmd_bootm.o
  454. a - cmd_cache.o
  455. a - cmd_console.o
  456. a - cmd_date.o
  457. a - cmd_dcr.o
  458. a - cmd_eeprom.o
  459. a - cmd_elf.o
  460. a - cmd_fdt.o
  461. a - cmd_flash.o
  462. a - cmd_i2c.o
  463. a - cmd_irq.o
  464. a - cmd_itest.o
  465. a - cmd_load.o
  466. a - cmd_mem.o
  467. a - cmd_mii.o
  468. a - cmd_misc.o
  469. a - cmd_nand.o
  470. a - cmd_net.o
  471. a - cmd_nvedit.o
  472. a - cmd_pci.o
  473. a - cmd_pcmcia.o
  474. a - cmd_reginfo.o
  475. a - cmd_source.o
  476. a - cmd_ximg.o
  477. a - command.o
  478. a - console.o
  479. a - dlmalloc.o
  480. a - env_common.o
  481. a - env_embedded.o
  482. a - env_flash.o
  483. a - exports.o
  484. a - fdt_support.o
  485. a - flash.o
  486. a - hush.o
  487. a - image.o
  488. a - main.o
  489. a - memsize.o
  490. a - miiphyutil.o
  491. a - s_record.o
  492. a - serial.o
  493. a - stdio.o
  494. a - xyzModem.o
  495. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/common'
  496. make -C libfdt/
  497. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt'
  498. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o fdt.o fdt.c -c
  499. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o fdt_ro.o fdt_ro.c -c
  500. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o fdt_rw.o fdt_rw.c -c
  501. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o fdt_strerror.o fdt_strerror.c -c
  502. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o fdt_sw.o fdt_sw.c -c
  503. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o fdt_wip.o fdt_wip.c -c
  504. powerpc-linux-ar crv libfdt.a fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o
  505. a - fdt.o
  506. a - fdt_ro.o
  507. a - fdt_rw.o
  508. a - fdt_strerror.o
  509. a - fdt_sw.o
  510. a - fdt_wip.o
  511. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/libfdt'
  512. make -C api/
  513. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/api'
  514. powerpc-linux-ar crv libapi.a
  515. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/api'
  516. make -C post/
  517. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/post'
  518. (echo create libpost.a; for lib in ; \
  519. do echo addlib $lib; done; echo save) \
  520. | powerpc-linux-ar -M
  521. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/post'
  522. make -C board/amcc/ocotea/
  523. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/board/amcc/ocotea'
  524. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o ocotea.o ocotea.c -c
  525. powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -Wall -Wstrict-prototypes -fno-stack-protector -o flash.o flash.c -c
  526. powerpc-linux-gcc -D__ASSEMBLY__ -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -o init.o init.S -c
  527. powerpc-linux-ar crv libocotea.a ocotea.o flash.o
  528. a - ocotea.o
  529. a - flash.o
  530. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/board/amcc/ocotea'
  531. make -C /mnt/sda3/root/download/qemu/u-boot-2009.08/board/amcc/ocotea/ u-boot.lds
  532. make[1]: Entering directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/board/amcc/ocotea'
  533. make[1]: Nothing to be done for `u-boot.lds'.
  534. make[1]: Leaving directory `/mnt/sda3/root/download/qemu/u-boot-2009.08/board/amcc/ocotea'
  535. powerpc-linux-gcc -E -g -Os -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/mnt/sda3/root/download/qemu/u-boot-2009.08/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.2.1/powerpc-4xx/sysroots/i686-eldk-linux/usr/lib/ppc440e-linux/gcc/powerpc-linux/4.6.4/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float -Wa,-m440 -mcpu=440 -DCONFIG_440=1 -include /mnt/sda3/root/download/qemu/u-boot-2009.08/include/u-boot/u-boot.lds.h -ansi -D__ASSEMBLY__ -P - </mnt/sda3/root/download/qemu/u-boot-2009.08/board/amcc/ocotea/u-boot.lds >u-boot.lds
  536. UNDEF_SYM=`powerpc-linux-objdump -x board/amcc/ocotea/libocotea.a lib_generic/libgeneric.a lib_generic/lzma/liblzma.a lib_generic/lzo/liblzo.a cpu/ppc4xx/libppc4xx.a lib_ppc/libppc.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a fs/yaffs2/libyaffs2.a fs/ubifs/libubifs.a net/libnet.a disk/libdisk.a drivers/bios_emulator/libatibiosemu.a drivers/block/libblock.a drivers/dma/libdma.a drivers/fpga/libfpga.a drivers/gpio/libgpio.a drivers/hwmon/libhwmon.a drivers/i2c/libi2c.a drivers/input/libinput.a drivers/misc/libmisc.a drivers/mmc/libmmc.a drivers/mtd/libmtd.a drivers/mtd/nand/libnand.a drivers/mtd/onenand/libonenand.a drivers/mtd/ubi/libubi.a drivers/mtd/spi/libspi_flash.a drivers/net/libnet.a drivers/net/phy/libphy.a drivers/net/sk98lin/libsk98lin.a drivers/pci/libpci.a drivers/pcmcia/libpcmcia.a drivers/power/libpower.a drivers/spi/libspi.a drivers/rtc/librtc.a drivers/serial/libserial.a drivers/twserial/libtws.a drivers/usb/gadget/libusb_gadget.a drivers/usb/host/libusb_host.a drivers/usb/musb/libusb_musb.a drivers/video/libvideo.a drivers/watchdog/libwatchdog.a common/libcommon.a libfdt/libfdt.a api/libapi.a post/libpost.a | sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`; cd /mnt/sda3/root/download/qemu/u-boot-2009.08 && powerpc-linux-ld -Bstatic -T u-boot.lds -n -Ttext 0xFFFC0000 $UNDEF_SYM cpu/ppc4xx/start.o cpu/ppc4xx/resetvec.o --start-group lib_generic/libgeneric.a lib_generic/lzma/liblzma.a lib_generic/lzo/liblzo.a cpu/ppc4xx/libppc4xx.a lib_ppc/libppc.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a fs/yaffs2/libyaffs2.a fs/ubifs/libubifs.a net/libnet.a disk/libdisk.a drivers/bios_emulator/libatibiosemu.a drivers/block/libblock.a drivers/dma/libdma.a drivers/fpga/libfpga.a drivers/gpio/libgpio.a drivers/hwmon/libhwmon.a drivers/i2c/libi2c.a drivers/input/libinput.a drivers/misc/libmisc.a drivers/mmc/libmmc.a drivers/mtd/libmtd.a drivers/mtd/nand/libnand.a drivers/mtd/onenand/libonenand.a drivers/mtd/ubi/libubi.a drivers/mtd/spi/libspi_flash.a drivers/net/libnet.a drivers/net/phy/libphy.a drivers/net/sk98lin/libsk98lin.a drivers/pci/libpci.a drivers/pcmcia/libpcmcia.a drivers/power/libpower.a drivers/spi/libspi.a drivers/rtc/librtc.a drivers/serial/libserial.a drivers/twserial/libtws.a drivers/usb/gadget/libusb_gadget.a drivers/usb/host/libusb_host.a drivers/usb/musb/libusb_musb.a drivers/video/libvideo.a drivers/watchdog/libwatchdog.a common/libcommon.a libfdt/libfdt.a api/libapi.a post/libpost.a board/amcc/ocotea/libocotea.a --end-group -L /opt/eldk-5.2.1/powerpc-4xx/sysroots/ppc440e-linux/usr/lib/powerpc-linux/4.6.4 -lgcc -Map u-boot.map -o u-boot
  537. powerpc-linux-objcopy -O srec u-boot u-boot.srec
  538. powerpc-linux-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement