Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.26 KB | None | 0 0
  1. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c merge.c -o merge.o
  2. /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEBUGDIR=\"/opt/spear2_toolchain/lib/debug\" ./dwarf2.c
  3. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEBUGDIR=\"/opt/spear2_toolchain/lib/debug\" ./dwarf2.c -o dwarf2.o
  4. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o simple.lo simple.c
  5. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c simple.c -o simple.o
  6. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o compress.lo compress.c
  7. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c compress.c -o compress.o
  8. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o elf32-spear32.lo elf32-spear32.c
  9. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c elf32-spear32.c -o elf32-spear32.o
  10. elf32-spear32.c:197:5: error: 'BFD_RELOC_SPEAR32_LO' undeclared here (not in a function)
  11. elf32-spear32.c:198:5: error: 'BFD_RELOC_SPEAR32_HI' undeclared here (not in a function)
  12. elf32-spear32.c:199:5: error: 'BFD_RELOC_SPEAR32_3RD' undeclared here (not in a function)
  13. elf32-spear32.c:200:5: error: 'BFD_RELOC_SPEAR32_4TH' undeclared here (not in a function)
  14. elf32-spear32.c:201:5: error: 'BFD_RELOC_SPEAR32_PCREL_10' undeclared here (not in a function)
  15. elf32-spear32.c: In function 'spear32_elf_object_p':
  16. elf32-spear32.c:370:24: error: 'bfd_mach_spear32' undeclared (first use in this function)
  17. elf32-spear32.c:370:24: note: each undeclared identifier is reported only once for each function it appears in
  18. elf32-spear32.c:370:24: error: initialization makes integer from pointer without a cast [-Werror]
  19. elf32-spear32.c:378:15: error: assignment makes integer from pointer without a cast [-Werror]
  20. elf32-spear32.c:383:42: error: 'bfd_arch_spear32' undeclared (first use in this function)
  21. elf32-spear32.c:383:3: error: incompatible type for argument 2 of 'bfd_default_set_arch_mach'
  22. libbfd.h:2044:13: note: expected 'enum bfd_architecture' but argument is of type 'const struct spear32_reloc_map *'
  23. elf32-spear32.c:383:3: error: return makes integer from pointer without a cast [-Werror]
  24. elf32-spear32.c: In function 'spear32_elf_relocate_section':
  25. elf32-spear32.c:436:37: error: variable 'warned' set but not used [-Werror=unused-but-set-variable]
  26. elf32-spear32.c:436:19: error: variable 'unresolved_reloc' set but not used [-Werror=unused-but-set-variable]
  27. In file included from elf32-spear32.c:533:0:
  28. elf32-target.h: At top level:
  29. elf32-target.h:625:3: error: 'bfd_arch_spear32' undeclared here (not in a function)
  30. elf32-target.h:625:3: error: initializer element is not constant
  31. elf32-target.h:625:3: error: (near initialization for 'elf32_bed.arch')
  32. cc1: all warnings being treated as errors
  33.  
  34. make[4]: *** [elf32-spear32.lo] Error 1
  35. make[4]: *** Waiting for unfinished jobs....
  36. make[4]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  37. make[3]: *** [all-recursive] Error 1
  38. make[3]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  39. make[2]: *** [all] Error 2
  40. make[2]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  41. make[1]: *** [all-bfd] Error 2
  42. make[1]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1'
  43. make: *** [all] Error 2
  44. success
  45. Makefile:1402: warning: overriding commands for target `install-html-recursive'
  46. Makefile:1131: warning: ignoring old commands for target `install-html-recursive'
  47. (cd doc; make protos )
  48. make[1]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd/doc'
  49. make[1]: Nothing to be done for `protos'.
  50. make[1]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd/doc'
  51. cp doc/bfd.h bfd-in2.h-new
  52. /bin/sh ./../move-if-change bfd-in2.h-new ./bfd-in2.h
  53. cp doc/libbfd.h libbfd.h-new
  54. /bin/sh ./../move-if-change libbfd.h-new ./libbfd.h
  55. cp doc/libcoff.h libcoff.h-new
  56. /bin/sh ./../move-if-change libcoff.h-new ./libcoff.h
  57. make[1]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1'
  58. make[1]: Nothing to be done for `all-target'.
  59. make[2]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/libiberty'
  60. make[2]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/intl'
  61. make[2]: Nothing to be done for `all'.
  62. make[2]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/intl'
  63. make[3]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/libiberty/testsuite'
  64. make[3]: Nothing to be done for `all'.
  65. make[3]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/libiberty/testsuite'
  66. make[2]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/libiberty'
  67. make[2]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/etc'
  68. for f in standards.info configure.info; do \
  69. if test -f .././etc/`echo $f | sed -e 's/.info$/.texi/'`; then \
  70. if make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \
  71. true; \
  72. else \
  73. exit 1; \
  74. fi; \
  75. fi; \
  76. done
  77. make[3]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/etc'
  78. make[3]: `standards.info' is up to date.
  79. make[3]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/etc'
  80. make[3]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/etc'
  81. make[3]: `configure.info' is up to date.
  82. make[3]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/etc'
  83. make[2]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/etc'
  84. make[2]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  85. Makefile:1402: warning: overriding commands for target `install-html-recursive'
  86. Makefile:1131: warning: ignoring old commands for target `install-html-recursive'
  87. Making info in doc
  88. make[3]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd/doc'
  89. make[3]: Nothing to be done for `info'.
  90. make[3]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd/doc'
  91. Making info in po
  92. make[3]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd/po'
  93. make[3]: Nothing to be done for `info'.
  94. make[3]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd/po'
  95. make[3]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  96. Makefile:1402: warning: overriding commands for target `install-html-recursive'
  97. Makefile:1131: warning: ignoring old commands for target `install-html-recursive'
  98. make[3]: Nothing to be done for `info-am'.
  99. make[3]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  100. make all-recursive
  101. make[3]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  102. Makefile:1402: warning: overriding commands for target `install-html-recursive'
  103. Makefile:1131: warning: ignoring old commands for target `install-html-recursive'
  104. Making all in doc
  105. make[4]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd/doc'
  106. make[4]: Nothing to be done for `all'.
  107. make[4]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd/doc'
  108. Making all in po
  109. make[4]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd/po'
  110. make[4]: Nothing to be done for `all'.
  111. make[4]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd/po'
  112. make[4]: Entering directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  113. Makefile:1402: warning: overriding commands for target `install-html-recursive'
  114. Makefile:1131: warning: ignoring old commands for target `install-html-recursive'
  115. cd . && /bin/sh ./config.status bfd-in3.h
  116. config.status: creating bfd-in3.h
  117. rm -f bfd-tmp.h
  118. cp bfd-in3.h bfd-tmp.h
  119. /bin/sh ./../move-if-change bfd-tmp.h bfd.h
  120. rm -f bfd-tmp.h
  121. touch stmp-bfd-h
  122. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o archive.lo archive.c
  123. /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEFAULT_VECTOR=bfd_elf32_spear32_vec -DSELECT_VECS='&bfd_elf32_spear32_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_spear32_arch' -DHAVE_bfd_elf32_spear32_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./archures.c
  124. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEFAULT_VECTOR=bfd_elf32_spear32_vec "-DSELECT_VECS=&bfd_elf32_spear32_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_spear32_arch" -DHAVE_bfd_elf32_spear32_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./archures.c -o archures.o
  125. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c archive.c -o archive.o
  126. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o bfd.lo bfd.c
  127. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c bfd.c -o bfd.o
  128. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o bfdio.lo bfdio.c
  129. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c bfdio.c -o bfdio.o
  130. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o bfdwin.lo bfdwin.c
  131. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c bfdwin.c -o bfdwin.o
  132. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o cache.lo cache.c
  133. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c cache.c -o cache.o
  134. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o coffgen.lo coffgen.c
  135. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c coffgen.c -o coffgen.o
  136. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o corefile.lo corefile.c
  137. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c corefile.c -o corefile.o
  138. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o format.lo format.c
  139. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c format.c -o format.o
  140. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o init.lo init.c
  141. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c init.c -o init.o
  142. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o libbfd.lo libbfd.c
  143. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c libbfd.c -o libbfd.o
  144. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o opncls.lo opncls.c
  145. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c opncls.c -o opncls.o
  146. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o reloc.lo reloc.c
  147. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c reloc.c -o reloc.o
  148. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o section.lo section.c
  149. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c section.c -o section.o
  150. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o syms.lo syms.c
  151. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c syms.c -o syms.o
  152. /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEFAULT_VECTOR=bfd_elf32_spear32_vec -DSELECT_VECS='&bfd_elf32_spear32_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_spear32_arch' -DHAVE_bfd_elf32_spear32_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./targets.c
  153. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEFAULT_VECTOR=bfd_elf32_spear32_vec "-DSELECT_VECS=&bfd_elf32_spear32_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_spear32_arch" -DHAVE_bfd_elf32_spear32_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./targets.c -o targets.o
  154. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o hash.lo hash.c
  155. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c hash.c -o hash.o
  156. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o linker.lo linker.c
  157. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c linker.c -o linker.o
  158. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o srec.lo srec.c
  159. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c srec.c -o srec.o
  160. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o binary.lo binary.c
  161. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c binary.c -o binary.o
  162. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o tekhex.lo tekhex.c
  163. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c tekhex.c -o tekhex.o
  164. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o ihex.lo ihex.c
  165. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c ihex.c -o ihex.o
  166. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o stabs.lo stabs.c
  167. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c stabs.c -o stabs.o
  168. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o stab-syms.lo stab-syms.c
  169. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c stab-syms.c -o stab-syms.o
  170. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o merge.lo merge.c
  171. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c merge.c -o merge.o
  172. /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEBUGDIR=\"/opt/spear2_toolchain/lib/debug\" ./dwarf2.c
  173. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEBUGDIR=\"/opt/spear2_toolchain/lib/debug\" ./dwarf2.c -o dwarf2.o
  174. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o simple.lo simple.c
  175. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c simple.c -o simple.o
  176. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o compress.lo compress.c
  177. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c compress.c -o compress.o
  178. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o elf32-spear32.lo elf32-spear32.c
  179. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c elf32-spear32.c -o elf32-spear32.o
  180. elf32-spear32.c: In function 'spear32_elf_relocate_section':
  181. elf32-spear32.c:436:37: error: variable 'warned' set but not used [-Werror=unused-but-set-variable]
  182. elf32-spear32.c:436:19: error: variable 'unresolved_reloc' set but not used [-Werror=unused-but-set-variable]
  183. cc1: all warnings being treated as errors
  184.  
  185. make[4]: *** [elf32-spear32.lo] Error 1
  186. make[4]: *** Waiting for unfinished jobs....
  187. make[4]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  188. make[3]: *** [all-recursive] Error 1
  189. make[3]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  190. make[2]: *** [all] Error 2
  191. make[2]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1/bfd'
  192. make[1]: *** [all-bfd] Error 2
  193. make[1]: Leaving directory `/home/lewurm/uni/8sem/hwsw/tools/spear2-binutils/src/spear2-binutils-2.19.1/spear2-binutils/binutils-2.19.1'
  194. make: *** [all] Error 2
  195. ==> ERROR: A failure occurred in build().
  196. Aborting...
  197. bernhard ~hwsw/tools/spear2-binutils on master(51dff67) tracking origin/master exited 2
  198. bernhard ~hwsw/tools/spear2-binutils on master(51dff67) tracking origin/master exited 2
  199. :master%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement