Advertisement
Guest User

Untitled

a guest
Sep 19th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.47 KB | None | 0 0
  1. http://patchwork.ozlabs.org/patch/275580/
  2. OS: Xubuntu 12.04
  3.  
  4. $ arm-linux-gnueabi-gcc --version
  5. arm-linux-gnueabi-gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  6. Copyright (C) 2011 Free Software Foundation, Inc.
  7. This is free software; see the source for copying conditions. There is NO
  8. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9.  
  10. nmenon@kahuna:~/Src/opensource/u-boot$ git clean -xdf
  11. Removing .boards.depend
  12. Removing a.patch
  13. Removing arch/arm/cpu/armv7/omap4/asm-offsets.s
  14. Removing arch/arm/include/asm/arch
  15. Removing arch/arm/include/asm/proc
  16. Removing examples/api/.depend
  17. Removing examples/standalone/.depend
  18. Removing examples/standalone/.depend.hello_world
  19. Removing examples/standalone/.depend.stubs
  20. Removing include/asm
  21. Removing include/autoconf.mk
  22. Removing include/autoconf.mk.dep
  23. Removing include/config.h
  24. Removing include/config.mk
  25. Removing include/generated/
  26. Removing include/spl-autoconf.mk
  27. Removing include/tpl-autoconf.mk
  28. Removing lib/asm-offsets.s
  29. Removing tools/.depend
  30. nmenon@kahuna:~/Src/opensource/u-boot$ git describe
  31. v2013.10-rc3-1-g8519f6c
  32.  
  33. $ make -j1 CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm omap4_panda
  34. Configuring for omap4_panda board...
  35. make
  36. make[1]: Entering directory `/home/nmenon/Src/opensource/u-boot'
  37. Generating include/autoconf.mk
  38. Generating include/autoconf.mk.dep
  39. make[1]: Leaving directory `/home/nmenon/Src/opensource/u-boot'
  40. make[1]: Entering directory `/home/nmenon/Src/opensource/u-boot'
  41. Generating include/spl-autoconf.mk
  42. Generating include/tpl-autoconf.mk
  43. arm-linux-gnueabi-gcc -DDO_DEPS_ONLY \
  44. -g -Os -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80E80000 -I/home/nmenon/Src/opensource/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage \
  45. -o lib/asm-offsets.s lib/asm-offsets.c -c -S
  46. Generating include/generated/generic-asm-offsets.h
  47. tools/scripts/make-asm-offsets lib/asm-offsets.s include/generated/generic-asm-offsets.h
  48. if [ -f arch/arm/cpu/armv7/omap4/asm-offsets.c ];then \
  49. arm-linux-gnueabi-gcc -DDO_DEPS_ONLY \
  50. -g -Os -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80E80000 -I/home/nmenon/Src/opensource/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage \
  51. -o arch/arm/cpu/armv7/omap4/asm-offsets.s arch/arm/cpu/armv7/omap4/asm-offsets.c -c -S; \
  52. else \
  53. touch arch/arm/cpu/armv7/omap4/asm-offsets.s; \
  54. fi
  55. Generating include/generated/asm-offsets.h
  56. tools/scripts/make-asm-offsets arch/arm/cpu/armv7/omap4/asm-offsets.s include/generated/asm-offsets.h
  57. for dir in tools examples/standalone examples/api arch/arm/cpu/armv7 ; do \
  58. make -C $dir _depend ; done
  59. make[2]: Entering directory `/home/nmenon/Src/opensource/u-boot/tools'
  60. cat /dev/null >.depend
  61. make[2]: Leaving directory `/home/nmenon/Src/opensource/u-boot/tools'
  62. make[2]: Entering directory `/home/nmenon/Src/opensource/u-boot/tools'
  63. make[2]: Nothing to be done for `_depend'.
  64. make[2]: Leaving directory `/home/nmenon/Src/opensource/u-boot/tools'
  65. make[2]: Entering directory `/home/nmenon/Src/opensource/u-boot/examples/standalone'
  66. arm-linux-gnueabi-gcc -M -g -Os -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80E80000 -I/home/nmenon/Src/opensource/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -I.. -MQ hello_world.o hello_world.c >.depend.hello_world
  67. arm-linux-gnueabi-gcc -M -g -Os -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80E80000 -I/home/nmenon/Src/opensource/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -I.. -MQ stubs.o stubs.c >.depend.stubs
  68. cat /dev/null .depend.hello_world .depend.stubs >.depend
  69. make[2]: Leaving directory `/home/nmenon/Src/opensource/u-boot/examples/standalone'
  70. make[2]: Entering directory `/home/nmenon/Src/opensource/u-boot/examples/standalone'
  71. make[2]: Nothing to be done for `_depend'.
  72. make[2]: Leaving directory `/home/nmenon/Src/opensource/u-boot/examples/standalone'
  73. make[2]: Entering directory `/home/nmenon/Src/opensource/u-boot/examples/api'
  74. cat /dev/null >.depend
  75. make[2]: Leaving directory `/home/nmenon/Src/opensource/u-boot/examples/api'
  76.  
  77. $ make -j6 CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm omap4_panda
  78. Configuring for omap4_panda board...
  79. make
  80. make[1]: Entering directory `/home/nmenon/Src/opensource/u-boot'
  81. Generating include/autoconf.mk
  82. Generating include/autoconf.mk.dep
  83. make[1]: Leaving directory `/home/nmenon/Src/opensource/u-boot'
  84. make[1]: Entering directory `/home/nmenon/Src/opensource/u-boot'
  85. Generating include/spl-autoconf.mk
  86. Generating include/tpl-autoconf.mk
  87. arm-linux-gnueabi-gcc -DDO_DEPS_ONLY \
  88. -g -Os -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80E80000 -I/home/nmenon/Src/opensource/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage \
  89. -o lib/asm-offsets.s lib/asm-offsets.c -c -S
  90. if [ -f arch/arm/cpu/armv7/omap4/asm-offsets.c ];then \
  91. arm-linux-gnueabi-gcc -DDO_DEPS_ONLY \
  92. -g -Os -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80E80000 -I/home/nmenon/Src/opensource/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage \
  93. -o arch/arm/cpu/armv7/omap4/asm-offsets.s arch/arm/cpu/armv7/omap4/asm-offsets.c -c -S; \
  94. else \
  95. touch arch/arm/cpu/armv7/omap4/asm-offsets.s; \
  96. fi
  97. Generating include/generated/asm-offsets.h
  98. tools/scripts/make-asm-offsets arch/arm/cpu/armv7/omap4/asm-offsets.s include/generated/asm-offsets.h
  99. Generating include/generated/generic-asm-offsets.h
  100. tools/scripts/make-asm-offsets lib/asm-offsets.s include/generated/generic-asm-offsets.h
  101. for dir in tools examples/standalone examples/api arch/arm/cpu/armv7 ; do \
  102. make -C $dir _depend ; done
  103. make[2]: Entering directory `/home/nmenon/Src/opensource/u-boot/tools'
  104. cat /dev/null >.depend
  105. make[2]: Leaving directory `/home/nmenon/Src/opensource/u-boot/tools'
  106. make[2]: Entering directory `/home/nmenon/Src/opensource/u-boot/tools'
  107. make[2]: Nothing to be done for `_depend'.
  108. make[2]: Leaving directory `/home/nmenon/Src/opensource/u-boot/tools'
  109. make[2]: Entering directory `/home/nmenon/Src/opensource/u-boot/examples/standalone'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement