Advertisement
Guest User

u-boot compilation ...

a guest
Feb 1st, 2011
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.86 KB | None | 0 0
  1. vaishali@ubuntu:~/u-boot$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
  2. fatal: No names found, cannot describe anything.
  3. for dir in tools examples/standalone examples/api ; do make -C $dir _depend ; done
  4. make[1]: Entering directory `/home/vaishali/u-boot/tools'
  5. make[1]: Nothing to be done for `_depend'.
  6. make[1]: Leaving directory `/home/vaishali/u-boot/tools'
  7. make[1]: Entering directory `/home/vaishali/u-boot/examples/standalone'
  8. make[1]: Nothing to be done for `_depend'.
  9. make[1]: Leaving directory `/home/vaishali/u-boot/examples/standalone'
  10. make[1]: Entering directory `/home/vaishali/u-boot/examples/api'
  11. make[1]: Nothing to be done for `_depend'.
  12. make[1]: Leaving directory `/home/vaishali/u-boot/examples/api'
  13. make -C tools all
  14. make[1]: Entering directory `/home/vaishali/u-boot/tools'
  15. make[1]: Leaving directory `/home/vaishali/u-boot/tools'
  16. make -C examples/standalone all
  17. make[1]: Entering directory `/home/vaishali/u-boot/examples/standalone'
  18. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o hello_world.o hello_world.c -c
  19. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o stubs.o stubs.c -c
  20. arm-none-linux-gnueabi-ar crv libstubs.a stubs.o
  21. a - stubs.o
  22. arm-none-linux-gnueabi-ld -g -Ttext 0xc100000 \
  23. -o hello_world -e hello_world hello_world.o libstubs.a \
  24. -L/home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1 -lgcc
  25. arm-none-linux-gnueabi-objcopy -O srec hello_world hello_world.srec 2>/dev/null
  26. arm-none-linux-gnueabi-objcopy -O binary hello_world hello_world.bin 2>/dev/null
  27. make[1]: Leaving directory `/home/vaishali/u-boot/examples/standalone'
  28. make -C examples/api all
  29. make[1]: Entering directory `/home/vaishali/u-boot/examples/api'
  30. make[1]: Nothing to be done for `all'.
  31. make[1]: Leaving directory `/home/vaishali/u-boot/examples/api'
  32. make -C cpu/arm926ejs start.o
  33. make[1]: Entering directory `/home/vaishali/u-boot/cpu/arm926ejs'
  34. make[1]: Leaving directory `/home/vaishali/u-boot/cpu/arm926ejs'
  35. make[1]: Entering directory `/home/vaishali/u-boot/cpu/arm926ejs'
  36. arm-none-linux-gnueabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -o start.o start.S -c
  37. make[1]: Leaving directory `/home/vaishali/u-boot/cpu/arm926ejs'
  38. make -C lib_generic/
  39. make[1]: Entering directory `/home/vaishali/u-boot/lib_generic'
  40. make[1]: Leaving directory `/home/vaishali/u-boot/lib_generic'
  41. make[1]: Entering directory `/home/vaishali/u-boot/lib_generic'
  42. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o crc16.o crc16.c -c
  43. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o crc32.o crc32.c -c
  44. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o ctype.o ctype.c -c
  45. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o display_options.o display_options.c -c
  46. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o div64.o div64.c -c
  47. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o gunzip.o gunzip.c -c
  48. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o lmb.o lmb.c -c
  49. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o ldiv.o ldiv.c -c
  50. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o sha1.o sha1.c -c
  51. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o string.o string.c -c
  52. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o strmhz.o strmhz.c -c
  53. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o time.o time.c -c
  54. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o vsprintf.o vsprintf.c -c
  55. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o zlib.o zlib.c -c
  56. arm-none-linux-gnueabi-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 time.o vsprintf.o zlib.o
  57. a - crc16.o
  58. a - crc32.o
  59. a - ctype.o
  60. a - display_options.o
  61. a - div64.o
  62. a - gunzip.o
  63. a - lmb.o
  64. a - ldiv.o
  65. a - sha1.o
  66. a - string.o
  67. a - strmhz.o
  68. a - time.o
  69. a - vsprintf.o
  70. a - zlib.o
  71. make[1]: Leaving directory `/home/vaishali/u-boot/lib_generic'
  72. make -C lib_generic/lzma/
  73. make[1]: Entering directory `/home/vaishali/u-boot/lib_generic/lzma'
  74. arm-none-linux-gnueabi-ar crv liblzma.a
  75. make[1]: Leaving directory `/home/vaishali/u-boot/lib_generic/lzma'
  76. make -C lib_generic/lzo/
  77. make[1]: Entering directory `/home/vaishali/u-boot/lib_generic/lzo'
  78. arm-none-linux-gnueabi-ar crv liblzo.a
  79. make[1]: Leaving directory `/home/vaishali/u-boot/lib_generic/lzo'
  80. make -C board/davinci/common/
  81. make[1]: Entering directory `/home/vaishali/u-boot/board/davinci/common'
  82. make[1]: Leaving directory `/home/vaishali/u-boot/board/davinci/common'
  83. make[1]: Entering directory `/home/vaishali/u-boot/board/davinci/common'
  84. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o misc.o misc.c -c
  85. arm-none-linux-gnueabi-ar crv libdavinci.a misc.o
  86. a - misc.o
  87. make[1]: Leaving directory `/home/vaishali/u-boot/board/davinci/common'
  88. make -C cpu/arm926ejs/
  89. make[1]: Entering directory `/home/vaishali/u-boot/cpu/arm926ejs'
  90. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o cpu.o cpu.c -c
  91. arm-none-linux-gnueabi-ar crv libarm926ejs.a cpu.o
  92. a - cpu.o
  93. make[1]: Leaving directory `/home/vaishali/u-boot/cpu/arm926ejs'
  94. make -C cpu/arm926ejs/davinci/
  95. make[1]: Entering directory `/home/vaishali/u-boot/cpu/arm926ejs/davinci'
  96. lowlevel_init.S:619: error: #error "Unknown DDR configuration!!!"
  97. make[1]: Leaving directory `/home/vaishali/u-boot/cpu/arm926ejs/davinci'
  98. make[1]: Entering directory `/home/vaishali/u-boot/cpu/arm926ejs/davinci'
  99. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o cpu.o cpu.c -c
  100. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o timer.o timer.c -c
  101. arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -o psc.o psc.c -c
  102. arm-none-linux-gnueabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -o reset.o reset.S -c
  103. arm-none-linux-gnueabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC1080000 -I/home/vaishali/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/vaishali/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -march=armv5te -o lowlevel_init.o lowlevel_init.S -c
  104. lowlevel_init.S:619: error: #error "Unknown DDR configuration!!!"
  105. make[1]: *** [lowlevel_init.o] Error 1
  106. make[1]: Leaving directory `/home/vaishali/u-boot/cpu/arm926ejs/davinci'
  107. make: *** [cpu/arm926ejs/davinci/libdavinci.a] Error 2
  108. vaishali@ubuntu:~/u-boot$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement