Advertisement
Guest User

Building gold linker

a guest
Jun 30th, 2013
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.04 KB | None | 0 0
  1. Kim@Kim-PC /c/binutils-2.23.1/binutils-2.23.1/gold
  2. $ ./configure
  3. checking build system type... i686-pc-mingw32
  4. checking host system type... i686-pc-mingw32
  5. checking target system type... i686-pc-mingw32
  6. checking for a BSD-compatible install... /bin/install -c
  7. checking whether build environment is sane... yes
  8. checking for a thread-safe mkdir -p... /bin/mkdir -p
  9. checking for gawk... gawk
  10. checking whether make sets $(MAKE)... yes
  11. checking for nm... nm
  12. checking for gcc... gcc
  13. checking for C compiler default output file name... a.exe
  14. checking whether the C compiler works... yes
  15. checking whether we are cross compiling... no
  16. checking for suffix of executables... .exe
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking for g++... g++
  24. checking whether we are using the GNU C++ compiler... yes
  25. checking whether g++ accepts -g... yes
  26. checking dependency style of g++... gcc3
  27. checking for bison... bison -y
  28. checking for ranlib... ranlib
  29. checking whether ln -s works... no, using cp -p
  30. checking how to run the C preprocessor... gcc -E
  31. checking for grep that handles long lines and -e... /usr/local/bin/grep
  32. checking for egrep... /usr/local/bin/grep -E
  33. checking for ANSI C header files... yes
  34. checking for sys/types.h... yes
  35. checking for sys/stat.h... yes
  36. checking for stdlib.h... yes
  37. checking for string.h... yes
  38. checking for memory.h... yes
  39. checking for strings.h... yes
  40. checking for inttypes.h... yes
  41. checking for stdint.h... yes
  42. checking for unistd.h... yes
  43. checking minix/config.h usability... no
  44. checking minix/config.h presence... no
  45. checking for minix/config.h... no
  46. checking whether it is safe to define __EXTENSIONS__... yes
  47. checking whether NLS is requested... yes
  48. checking for catalogs to be installed... es fi id it vi es fi id it vi
  49. checking whether NLS is requested... yes
  50. checking for msgfmt... /usr/local/bin/msgfmt
  51. checking for gmsgfmt... /mingw/bin/msgfmt
  52. checking for xgettext... /mingw/bin/xgettext
  53. checking for msgmerge... /usr/local/bin/msgmerge
  54. checking whether byte ordering is bigendian... no
  55. checking whether static linking works... yes
  56. checking for gcc >= 4.1... yes
  57. checking for thread support... yes
  58. checking for glibc >= 2.4... no
  59. checking for omp support... yes
  60. checking for glibc >= 2.9... no
  61. checking for -frandom-seed support... yes
  62. checking for glibc ifunc support... no
  63. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshad
  64. ow -Wno-format -Werror
  65. checking sys/mman.h usability... no
  66. checking sys/mman.h presence... no
  67. checking for sys/mman.h... no
  68. checking for chsize... yes
  69. checking for mmap... no
  70. checking for pread... no
  71. checking for ftruncate... yes
  72. checking for ffsll... no
  73. checking mremap with MREMAP_MAYMOVE... no
  74. checking for library containing zlibVersion... -lz
  75. checking zlib.h usability... yes
  76. checking zlib.h presence... yes
  77. checking for zlib.h... yes
  78. checking whether basename is declared... no
  79. checking whether ffs is declared... no
  80. checking whether asprintf is declared... no
  81. checking whether vasprintf is declared... no
  82. checking whether snprintf is declared... yes
  83. checking whether vsnprintf is declared... yes
  84. checking whether strverscmp is declared... no
  85. checking how to run the C++ preprocessor... g++ -E
  86. checking tr1/unordered_set usability... yes
  87. checking tr1/unordered_set presence... yes
  88. checking for tr1/unordered_set... yes
  89. checking tr1/unordered_map usability... yes
  90. checking tr1/unordered_map presence... yes
  91. checking for tr1/unordered_map... yes
  92. checking ext/hash_map usability... yes
  93. checking ext/hash_map presence... yes
  94. checking for ext/hash_map... yes
  95. checking ext/hash_set usability... yes
  96. checking ext/hash_set presence... yes
  97. checking for ext/hash_set... yes
  98. checking byteswap.h usability... no
  99. checking byteswap.h presence... no
  100. checking for byteswap.h... no
  101. checking for mallinfo... no
  102. checking for posix_fallocate... no
  103. checking for fallocate... no
  104. checking for readv... no
  105. checking for sysconf... no
  106. checking for times... no
  107. checking whether basename is declared... (cached) no
  108. checking whether ffs is declared... (cached) no
  109. checking whether asprintf is declared... (cached) no
  110. checking whether vasprintf is declared... (cached) no
  111. checking whether snprintf is declared... (cached) yes
  112. checking whether vsnprintf is declared... (cached) yes
  113. checking whether strverscmp is declared... (cached) no
  114. checking whether strndup is declared... no
  115. checking whether memmem is declared... no
  116. checking whether ::std::tr1::unordered_map::rehash is usable.... yes
  117. checking whether std::tr1::hash<off_t> is defined... yes
  118. checking whether we can use attributes with template functions... yes
  119. checking for struct stat::st_mtim.... no
  120. checking locale.h usability... yes
  121. checking locale.h presence... yes
  122. checking for locale.h... yes
  123. checking for setlocale... yes
  124. checking for LC_MESSAGES... no
  125. checking whether to enable maintainer-specific portions of Makefiles... no
  126. configure: creating ./config.status
  127. config.status: creating Makefile
  128. config.status: creating testsuite/Makefile
  129. config.status: creating po/Makefile.in
  130. config.status: creating config.h
  131. config.status: config.h is unchanged
  132. config.status: executing depfiles commands
  133. config.status: executing default-1 commands
  134. config.status: creating po/POTFILES
  135. config.status: creating po/Makefile
  136.  
  137. Kim@Kim-PC /c/binutils-2.23.1/binutils-2.23.1/gold
  138. $ make
  139. C:/MinGW/bin/make all-recursive
  140. make[1]: Entering directory `c:/binutils-2.23.1/binutils-2.23.1/gold'
  141. Making all in po
  142. make[2]: Entering directory `c:/binutils-2.23.1/binutils-2.23.1/gold/po'
  143. make[2]: Nothing to be done for `all'.
  144. make[2]: Leaving directory `c:/binutils-2.23.1/binutils-2.23.1/gold/po'
  145. Making all in testsuite
  146. make[2]: Entering directory `c:/binutils-2.23.1/binutils-2.23.1/gold/testsuite'
  147. Makefile:2678: warning: overriding recipe for target `ifuncmain1picstatic.exe'
  148. Makefile:2675: warning: ignoring old recipe for target `ifuncmain1picstatic.exe'
  149.  
  150. Makefile:2756: warning: overriding recipe for target `ifuncmain2picstatic.exe'
  151. Makefile:2753: warning: ignoring old recipe for target `ifuncmain2picstatic.exe'
  152.  
  153. Makefile:2780: warning: overriding recipe for target `ifuncmain4picstatic.exe'
  154. Makefile:2777: warning: ignoring old recipe for target `ifuncmain4picstatic.exe'
  155.  
  156. Makefile:2810: warning: overriding recipe for target `ifuncmain5picstatic.exe'
  157. Makefile:2807: warning: ignoring old recipe for target `ifuncmain5picstatic.exe'
  158.  
  159. Makefile:2867: warning: overriding recipe for target `ifuncmain7picstatic.exe'
  160. Makefile:2864: warning: ignoring old recipe for target `ifuncmain7picstatic.exe'
  161.  
  162. C:/MinGW/bin/make all-am
  163. make[3]: Entering directory `c:/binutils-2.23.1/binutils-2.23.1/gold/testsuite'
  164. Makefile:2678: warning: overriding recipe for target `ifuncmain1picstatic.exe'
  165. Makefile:2675: warning: ignoring old recipe for target `ifuncmain1picstatic.exe'
  166.  
  167. Makefile:2756: warning: overriding recipe for target `ifuncmain2picstatic.exe'
  168. Makefile:2753: warning: ignoring old recipe for target `ifuncmain2picstatic.exe'
  169.  
  170. Makefile:2780: warning: overriding recipe for target `ifuncmain4picstatic.exe'
  171. Makefile:2777: warning: ignoring old recipe for target `ifuncmain4picstatic.exe'
  172.  
  173. Makefile:2810: warning: overriding recipe for target `ifuncmain5picstatic.exe'
  174. Makefile:2807: warning: ignoring old recipe for target `ifuncmain5picstatic.exe'
  175.  
  176. Makefile:2867: warning: overriding recipe for target `ifuncmain7picstatic.exe'
  177. Makefile:2864: warning: ignoring old recipe for target `ifuncmain7picstatic.exe'
  178.  
  179. make[3]: Nothing to be done for `all-am'.
  180. make[3]: Leaving directory `c:/binutils-2.23.1/binutils-2.23.1/gold/testsuite'
  181. make[2]: Leaving directory `c:/binutils-2.23.1/binutils-2.23.1/gold/testsuite'
  182. make[2]: Entering directory `c:/binutils-2.23.1/binutils-2.23.1/gold'
  183. g++ -DHAVE_CONFIG_H -I. -I. -I./../include -I./../elfcpp -DLOCALEDIR="\"/usr/lo
  184. cal/share/locale\"" -DBINDIR="\"/usr/local/bin\"" -DTOOLBINDIR="\"/usr/local//bi
  185. n\"" -DTOOLLIBDIR="\"/usr/local//lib\"" -W -Wall -Wno-format -Werror -D_LAR
  186. GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=expression.o -MT expression.
  187. o -MD -MP -MF .deps/expression.Tpo -c -o expression.o expression.cc
  188. In file included from expression.cc:33:0:
  189. script-c.h:221:7: エラー: 'yylex' initialized and declared 'extern' [-Werror]
  190. script-c.h:221:7: エラー: 'YYSTYPE' was not declared in this scope
  191. script-c.h:221:15: エラー: expected primary-expression before ',' token
  192. script-c.h:221:17: エラー: expected primary-expression before 'void'
  193. script-c.h:221:30: エラー: expression list treated as compound expression in ini
  194. tializer [-fpermissive]
  195. cc1plus.exe: all warnings being treated as errors
  196. make[2]: *** [expression.o] Error 1
  197. make[2]: Leaving directory `c:/binutils-2.23.1/binutils-2.23.1/gold'
  198. make[1]: *** [all-recursive] Error 1
  199. make[1]: Leaving directory `c:/binutils-2.23.1/binutils-2.23.1/gold'
  200. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement