Advertisement
Digzsudi

make binutils

Oct 8th, 2020
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.36 KB | None | 0 0
  1. checking for strdup... (cached) yes
  2. checking for strncasecmp... (cached) yes
  3. checking for strndup... (cached) yes
  4. checking for strrchr... (cached) yes
  5. checking for strstr... (cached) yes
  6. checking for strtod... (cached) yes
  7. checking for strtol... (cached) yes
  8. checking for strtoul... (cached) yes
  9. checking for strverscmp... (cached) yes
  10. checking for tmpnam... (cached) yes
  11. checking for vasprintf... (cached) yes
  12. checking for vfprintf... (cached) yes
  13. checking for vprintf... (cached) yes
  14. checking for vsnprintf... (cached) yes
  15. checking for vsprintf... (cached) yes
  16. checking for waitpid... (cached) yes
  17. checking whether alloca needs Cray hooks... (cached) no
  18. checking stack direction for C alloca... (cached) 1
  19. checking for unistd.h... (cached) yes
  20. checking for vfork.h... (cached) no
  21. checking for fork... (cached) yes
  22. checking for vfork... (cached) yes
  23. checking for working fork... (cached) yes
  24. checking for working vfork... (cached) yes
  25. checking for _doprnt... (cached) no
  26. checking for sys_errlist... (cached) yes
  27. checking for sys_nerr... (cached) yes
  28. checking for sys_siglist... (cached) yes
  29. checking for external symbol _system_configuration... no
  30. checking for getrusage... (cached) yes
  31. checking for on_exit... (cached) yes
  32. checking for psignal... (cached) yes
  33. checking for strerror... (cached) yes
  34. checking for strsignal... (cached) yes
  35. checking for sysconf... (cached) yes
  36. checking for times... (cached) yes
  37. checking for sbrk... (cached) yes
  38. checking for gettimeofday... (cached) yes
  39. checking for realpath... (cached) yes
  40. checking for canonicalize_file_name... (cached) yes
  41. checking for pstat_getstatic... (cached) no
  42. checking for pstat_getdynamic... (cached) no
  43. checking for sysmp... (cached) no
  44. checking for getsysinfo... (cached) no
  45. checking for table... (cached) no
  46. checking for sysctl... (cached) yes
  47. checking for wait3... (cached) yes
  48. checking for wait4... (cached) yes
  49. checking for __fsetlocking... (cached) yes
  50. checking whether basename is declared... (cached) no
  51. checking whether ffs is declared... (cached) yes
  52. checking whether asprintf is declared... (cached) no
  53. checking whether vasprintf is declared... (cached) no
  54. checking whether snprintf is declared... (cached) yes
  55. checking whether vsnprintf is declared... (cached) yes
  56. checking whether calloc is declared... (cached) yes
  57. checking whether getenv is declared... (cached) yes
  58. checking whether getopt is declared... (cached) yes
  59. checking whether malloc is declared... (cached) yes
  60. checking whether realloc is declared... (cached) yes
  61. checking whether sbrk is declared... (cached) yes
  62. checking whether strverscmp is declared... (cached) no
  63. checking whether canonicalize_file_name must be declared... (cached) yes
  64. checking for stdlib.h... (cached) yes
  65. checking for unistd.h... (cached) yes
  66. checking for getpagesize... (cached) yes
  67. checking for working mmap... (cached) yes
  68. checking for working strncmp... (cached) yes
  69. configure: creating ./config.status
  70. config.status: creating Makefile
  71. config.status: creating testsuite/Makefile
  72. config.status: creating config.h
  73. config.status: config.h is unchanged
  74. config.status: executing default commands
  75. Configuring in ./bfd
  76. configure: loading cache ./config.cache
  77. checking build system type... (cached) x86_64-unknown-linux-gnu
  78. checking host system type... (cached) x86_64-unknown-linux-gnu
  79. checking target system type... (cached) mips-harvard-os161
  80. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  81. checking for C compiler default output file name... a.out
  82. checking whether the C compiler works... yes
  83. checking whether we are cross compiling... no
  84. checking for suffix of executables...
  85. checking for suffix of object files... (cached) o
  86. checking whether we are using the GNU C compiler... (cached) yes
  87. checking whether gcc accepts -g... (cached) yes
  88. checking for gcc option to accept ANSI C... (cached) none needed
  89. checking for library containing strerror... (cached) none required
  90. checking for a BSD-compatible install... /usr/bin/install -c
  91. checking whether build environment is sane... yes
  92. checking for gawk... (cached) gawk
  93. checking whether make sets $(MAKE)... (cached) yes
  94. checking for style of include used by make... GNU
  95. checking dependency style of gcc... (cached) none
  96. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  97. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  98. checking for ld used by GCC... (cached) ld
  99. checking if the linker (ld) is GNU ld... (cached) yes
  100. checking for ld option to reload object files... (cached) -r
  101. checking for BSD-compatible nm... (cached) nm
  102. checking whether ln -s works... yes
  103. checking how to recognise dependant libraries... (cached) pass_all
  104. checking the maximum length of command line arguments... (cached) 49153
  105. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  106. checking for x86_64-unknown-linux-gnu-strip... no
  107. checking for strip... (cached) strip
  108. loading cache ./config.cache within ltconfig
  109. checking for objdir... .libs
  110. checking for gcc option to produce PIC... -fPIC -DPIC
  111. checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
  112. checking if gcc static flag -static works... (cached) yes
  113. finding the maximum length of command line arguments... (cached) 49153
  114. checking if gcc supports -c -o file.o... (cached) yes
  115. checking if gcc supports -fno-rtti -fno-exceptions ... no
  116. checking whether the linker (ld -m elf_x86_64) supports shared libraries... yes
  117. checking how to hardcode library paths into programs... immediate
  118. checking whether stripping libraries is possible... yes
  119. checking dynamic linker characteristics... GNU/Linux ld.so
  120. checking command to parse nm output... ok
  121. checking if libtool supports shared libraries... yes
  122. checking whether to build shared libraries... no
  123. checking whether to build static libraries... yes
  124. creating libtool
  125. updating cache ./config.cache
  126. configure: loading cache ./config.cache
  127. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes
  128. checking whether to enable maintainer-specific portions of Makefiles... no
  129. checking whether to install libbfd... no
  130. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  131. checking whether we are using the GNU C compiler... (cached) yes
  132. checking whether gcc accepts -g... (cached) yes
  133. checking for gcc option to accept ANSI C... (cached) none needed
  134. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  135. checking how to run the C preprocessor... (cached) gcc -E
  136. checking for egrep... (cached) grep -E
  137. checking for ANSI C header files... (cached) yes
  138. checking for an ANSI C-conforming const... (cached) yes
  139. checking for inline... (cached) inline
  140. checking for sys/types.h... (cached) yes
  141. checking for sys/stat.h... (cached) yes
  142. checking for stdlib.h... (cached) yes
  143. checking for string.h... (cached) yes
  144. checking for memory.h... (cached) yes
  145. checking for strings.h... (cached) yes
  146. checking for inttypes.h... (cached) yes
  147. checking for stdint.h... (cached) yes
  148. checking for unistd.h... (cached) yes
  149. checking for off_t... (cached) yes
  150. checking for size_t... (cached) yes
  151. checking for working alloca.h... (cached) yes
  152. checking for alloca... (cached) yes
  153. checking for stdlib.h... (cached) yes
  154. checking for unistd.h... (cached) yes
  155. checking for getpagesize... (cached) yes
  156. checking for working mmap... (cached) yes
  157. checking for argz.h... (cached) yes
  158. checking for limits.h... (cached) yes
  159. checking for locale.h... (cached) yes
  160. checking for nl_types.h... (cached) yes
  161. checking for malloc.h... (cached) yes
  162. checking for string.h... (cached) yes
  163. checking for unistd.h... (cached) yes
  164. checking for values.h... (cached) yes
  165. checking for sys/param.h... (cached) yes
  166. checking for getcwd... (cached) yes
  167. checking for munmap... (cached) yes
  168. checking for putenv... (cached) yes
  169. checking for setenv... (cached) yes
  170. checking for setlocale... (cached) yes
  171. checking for strchr... (cached) yes
  172. checking for strcasecmp... (cached) yes
  173. checking for __argz_count... (cached) yes
  174. checking for __argz_stringify... (cached) yes
  175. checking for __argz_next... (cached) yes
  176. checking for LC_MESSAGES... (cached) yes
  177. checking whether NLS is requested... yes
  178. checking whether included gettext is requested... no
  179. checking for libintl.h... (cached) yes
  180. checking for gettext in libc... (cached) yes
  181. checking for msgfmt... (cached) /usr/bin/msgfmt
  182. checking for dcgettext... (cached) yes
  183. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  184. checking for xgettext... (cached) /usr/bin/xgettext
  185. checking for catalogs to be installed... fr tr ja es sv da zh_CN ro rw vi
  186. checking for a BSD-compatible install... /usr/bin/install -c
  187. checking for long long... (cached) yes
  188. checking for long long... (cached) yes
  189. checking size of long long... (cached) 8
  190. checking for long... (cached) yes
  191. checking size of long... (cached) 8
  192. checking for stddef.h... (cached) yes
  193. checking for string.h... (cached) yes
  194. checking for strings.h... (cached) yes
  195. checking for stdlib.h... (cached) yes
  196. checking for time.h... (cached) yes
  197. checking for unistd.h... (cached) yes
  198. checking for fcntl.h... (cached) yes
  199. checking for sys/file.h... (cached) yes
  200. checking for sys/time.h... (cached) yes
  201. checking whether time.h and sys/time.h may both be included... (cached) yes
  202. checking for dirent.h that defines DIR... (cached) yes
  203. checking for library containing opendir... (cached) none required
  204. checking whether string.h and strings.h may both be included... (cached) yes
  205. checking for fcntl... (cached) yes
  206. checking for getpagesize... (cached) yes
  207. checking for setitimer... (cached) yes
  208. checking for sysconf... (cached) yes
  209. checking for fdopen... (cached) yes
  210. checking for getuid... (cached) yes
  211. checking for getgid... (cached) yes
  212. checking for strtoull... (cached) yes
  213. checking whether basename is declared... (cached) yes
  214. checking whether ftello is declared... (cached) yes
  215. checking whether ftello64 is declared... (cached) yes
  216. checking whether fseeko is declared... (cached) yes
  217. checking whether fseeko64 is declared... (cached) yes
  218. checking whether ffs is declared... (cached) yes
  219. checking whether free is declared... (cached) yes
  220. checking whether getenv is declared... (cached) yes
  221. checking whether malloc is declared... (cached) yes
  222. checking whether realloc is declared... (cached) yes
  223. checking whether stpcpy is declared... (cached) yes
  224. checking whether strstr is declared... (cached) yes
  225. checking whether snprintf is declared... (cached) yes
  226. checking whether vsnprintf is declared... (cached) yes
  227. checking for gcc version with buggy 64-bit support... no
  228. checking for ftello... (cached) yes
  229. checking for ftello64... (cached) yes
  230. checking for fseeko... (cached) yes
  231. checking for fseeko64... (cached) yes
  232. checking for fopen64... (cached) yes
  233. checking for off_t... (cached) yes
  234. checking size of off_t... (cached) 8
  235. checking file_ptr type... BFD_HOST_64_BIT
  236. checking for stdlib.h... (cached) yes
  237. checking for unistd.h... (cached) yes
  238. checking for getpagesize... (cached) yes
  239. checking for working mmap... (cached) yes
  240. checking for madvise... (cached) yes
  241. checking for mprotect... (cached) yes
  242. updating cache ./config.cache
  243. configure: creating ./config.status
  244. config.status: creating Makefile
  245. config.status: creating doc/Makefile
  246. config.status: creating bfd-in3.h
  247. config.status: creating po/Makefile.in
  248. config.status: creating config.h
  249. config.status: config.h is unchanged
  250. config.status: executing depfiles commands
  251. config.status: executing default commands
  252. make[2]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/libiberty'
  253. rm -f needed-list; touch needed-list; \
  254. for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
  255. for g in ; do \
  256. case "$g" in \
  257. *$f*) echo $g >> needed-list ;; \
  258. esac; \
  259. done; \
  260. done
  261. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  262. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/libiberty/testsuite'
  263. make[3]: Nothing to be done for 'all'.
  264. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/libiberty/testsuite'
  265. make[2]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/libiberty'
  266. Configuring in ./intl
  267. loading cache ./config.cache
  268. checking for a BSD compatible install... /usr/bin/install -c
  269. checking how to run the C preprocessor... (cached) gcc -E
  270. checking whether make sets ${MAKE}... (cached) yes
  271. checking for gcc... (cached) gcc
  272. checking whether the C compiler (gcc -g -O2 ) works... yes
  273. checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
  274. checking whether we are using GNU C... (cached) yes
  275. checking whether gcc accepts -g... (cached) yes
  276. checking for ranlib... (cached) ranlib
  277. checking for POSIXized ISC... no
  278. checking for ANSI C header files... (cached) yes
  279. checking for working const... (cached) yes
  280. checking for inline... (cached) inline
  281. checking for off_t... (cached) yes
  282. checking for size_t... (cached) yes
  283. checking for working alloca.h... (cached) yes
  284. checking for alloca... (cached) yes
  285. checking for unistd.h... (cached) yes
  286. checking for getpagesize... (cached) yes
  287. checking for working mmap... (cached) yes
  288. checking for argz.h... (cached) yes
  289. checking for limits.h... (cached) yes
  290. checking for locale.h... (cached) yes
  291. checking for nl_types.h... (cached) yes
  292. checking for malloc.h... (cached) yes
  293. checking for string.h... (cached) yes
  294. checking for unistd.h... (cached) yes
  295. checking for values.h... (cached) yes
  296. checking for sys/param.h... (cached) yes
  297. checking for getcwd... (cached) yes
  298. checking for munmap... (cached) yes
  299. checking for putenv... (cached) yes
  300. checking for setenv... (cached) yes
  301. checking for setlocale... (cached) yes
  302. checking for strchr... (cached) yes
  303. checking for strcasecmp... (cached) yes
  304. checking for __argz_count... (cached) yes
  305. checking for __argz_stringify... (cached) yes
  306. checking for __argz_next... (cached) yes
  307. checking for LC_MESSAGES... (cached) yes
  308. checking whether NLS is requested... yes
  309. checking whether included gettext is requested... no
  310. checking for libintl.h... (cached) yes
  311. checking for gettext in libc... (cached) yes
  312. checking for msgfmt... (cached) /usr/bin/msgfmt
  313. checking for dcgettext... (cached) yes
  314. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  315. checking for xgettext... (cached) /usr/bin/xgettext
  316. creating ./config.status
  317. creating Makefile
  318. creating config.h
  319. config.h is unchanged
  320. make[2]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/intl'
  321. make[2]: Nothing to be done for 'all'.
  322. make[2]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/intl'
  323. make[2]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd'
  324. Making info in doc
  325. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  326. make chew
  327. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  328. make[4]: 'chew' is up to date.
  329. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  330. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../elfcode.h >elfcode.tmp
  331. /bin/sh ../.././bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
  332. make chew
  333. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  334. make[4]: 'chew' is up to date.
  335. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  336. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../format.c >format.tmp
  337. /bin/sh ../.././bfd/doc/../../move-if-change format.tmp format.texi
  338. make chew
  339. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  340. make[4]: 'chew' is up to date.
  341. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  342. ./chew -f ../.././bfd/doc/doc.str < ../.././bfd/doc/../libbfd.c >libbfd.tmp
  343. /bin/sh ../.././bfd/doc/../../move-if-change libbfd.tmp libbfd.texi
  344. make chew
  345. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  346. make[4]: 'chew' is up to date.
  347. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  348. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../opncls.c >opncls.tmp
  349. /bin/sh ../.././bfd/doc/../../move-if-change opncls.tmp opncls.texi
  350. make chew
  351. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  352. make[4]: 'chew' is up to date.
  353. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  354. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../reloc.c >reloc.tmp
  355. /bin/sh ../.././bfd/doc/../../move-if-change reloc.tmp reloc.texi
  356. make chew
  357. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  358. make[4]: 'chew' is up to date.
  359. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  360. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../section.c >section.tmp
  361. /bin/sh ../.././bfd/doc/../../move-if-change section.tmp section.texi
  362. make chew
  363. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  364. make[4]: 'chew' is up to date.
  365. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  366. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../syms.c >syms.tmp
  367. /bin/sh ../.././bfd/doc/../../move-if-change syms.tmp syms.texi
  368. make chew
  369. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  370. make[4]: 'chew' is up to date.
  371. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  372. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../targets.c >targets.tmp
  373. /bin/sh ../.././bfd/doc/../../move-if-change targets.tmp targets.texi
  374. make chew
  375. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  376. make[4]: 'chew' is up to date.
  377. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  378. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../init.c >init.tmp
  379. /bin/sh ../.././bfd/doc/../../move-if-change init.tmp init.texi
  380. make chew
  381. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  382. make[4]: 'chew' is up to date.
  383. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  384. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../hash.c >hash.tmp
  385. /bin/sh ../.././bfd/doc/../../move-if-change hash.tmp hash.texi
  386. make chew
  387. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  388. make[4]: 'chew' is up to date.
  389. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  390. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../linker.c >linker.tmp
  391. /bin/sh ../.././bfd/doc/../../move-if-change linker.tmp linker.texi
  392. make chew
  393. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  394. make[4]: 'chew' is up to date.
  395. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  396. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../mmo.c >mmo.tmp
  397. /bin/sh ../.././bfd/doc/../../move-if-change mmo.tmp mmo.texi
  398. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  399. Making info in po
  400. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/po'
  401. make[3]: Nothing to be done for 'info'.
  402. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/po'
  403. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd'
  404. make[3]: Nothing to be done for 'info-am'.
  405. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd'
  406. make all-recursive
  407. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd'
  408. Making all in doc
  409. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  410. make[4]: Nothing to be done for 'all'.
  411. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/doc'
  412. Making all in po
  413. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/po'
  414. make[4]: Nothing to be done for 'all'.
  415. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd/po'
  416. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd'
  417. rm -f bfd-tmp.h
  418. cp bfd-in3.h bfd-tmp.h
  419. /bin/sh .././bfd/../move-if-change bfd-tmp.h bfd.h
  420. rm -f bfd-tmp.h
  421. touch stmp-bfd-h
  422. /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.././bfd -I. -I. -I.././bfd -I.././bfd/../include -I.././bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_tradbigmips_vec -DSELECT_VECS='&bfd_elf32_tradbigmips_vec,&bfd_elf32_tradlittlemips_vec,&bfd_elf64_tradbigmips_vec,&bfd_elf64_tradlittlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_tradbigmips_vec -DHAVE_bfd_elf32_tradlittlemips_vec -DHAVE_bfd_elf64_tradbigmips_vec -DHAVE_bfd_elf64_tradlittlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec .././bfd/archures.c
  423. gcc -DHAVE_CONFIG_H -I. -I.././bfd -I. -I. -I.././bfd -I.././bfd/../include -I.././bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_tradbigmips_vec "-DSELECT_VECS=&bfd_elf32_tradbigmips_vec,&bfd_elf32_tradlittlemips_vec,&bfd_elf64_tradbigmips_vec,&bfd_elf64_tradlittlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_mips_arch" -DHAVE_bfd_elf32_tradbigmips_vec -DHAVE_bfd_elf32_tradlittlemips_vec -DHAVE_bfd_elf64_tradbigmips_vec -DHAVE_bfd_elf64_tradlittlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec .././bfd/archures.c -o archures.o
  424. /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.././bfd -I. -I. -I.././bfd -I.././bfd/../include -I.././bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_tradbigmips_vec -DSELECT_VECS='&bfd_elf32_tradbigmips_vec,&bfd_elf32_tradlittlemips_vec,&bfd_elf64_tradbigmips_vec,&bfd_elf64_tradlittlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_tradbigmips_vec -DHAVE_bfd_elf32_tradlittlemips_vec -DHAVE_bfd_elf64_tradbigmips_vec -DHAVE_bfd_elf64_tradlittlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec .././bfd/targets.c
  425. gcc -DHAVE_CONFIG_H -I. -I.././bfd -I. -I. -I.././bfd -I.././bfd/../include -I.././bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_tradbigmips_vec "-DSELECT_VECS=&bfd_elf32_tradbigmips_vec,&bfd_elf32_tradlittlemips_vec,&bfd_elf64_tradbigmips_vec,&bfd_elf64_tradlittlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_mips_arch" -DHAVE_bfd_elf32_tradbigmips_vec -DHAVE_bfd_elf32_tradlittlemips_vec -DHAVE_bfd_elf64_tradbigmips_vec -DHAVE_bfd_elf64_tradlittlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec .././bfd/targets.c -o targets.o
  426. rm -f tofiles
  427. f=""; \
  428. for i in elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo ecofflink.lo elf64-mips.lo elf64.lo elf64-gen.lo elf32-gen.lo cpu-mips.lo ; do \
  429. case " $f " in \
  430. *" $i "*) ;; \
  431. *) f="$f $i" ;; \
  432. esac ; \
  433. done ; \
  434. echo $f > tofiles
  435. /bin/sh .././bfd/../move-if-change tofiles ofiles
  436. touch stamp-ofiles
  437. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o libbfd.la -rpath /root/sys161/tools/x86_64-unknown-linux-gnu/mips-harvard-os161/lib -release 2.17 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo archive64.lo `cat ofiles`
  438. rm -fr .libs/libbfd.a .libs/libbfd.la .libs/libbfd.lai
  439. ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o archive64.o elf32-mips.o elfxx-mips.o elf-vxworks.o elf32.o elf.o elflink.o elf-strtab.o elf-eh-frame.o dwarf1.o ecofflink.o elf64-mips.o elf64.o elf64-gen.o elf32-gen.o cpu-mips.o
  440. ranlib .libs/libbfd.a
  441. creating libbfd.la
  442. (cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la)
  443. libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
  444. if [ -f $libtooldir/libbfd.a ]; then \
  445. cp $libtooldir/libbfd.a libbfd.tmp; \
  446. ranlib libbfd.tmp; \
  447. /bin/sh .././bfd/../move-if-change libbfd.tmp libbfd.a; \
  448. else true; fi
  449. touch stamp-lib
  450. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd'
  451. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd'
  452. make[2]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/bfd'
  453. Configuring in ./opcodes
  454. configure: loading cache ./config.cache
  455. checking build system type... (cached) x86_64-unknown-linux-gnu
  456. checking host system type... (cached) x86_64-unknown-linux-gnu
  457. checking target system type... (cached) mips-harvard-os161
  458. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  459. checking for C compiler default output file name... a.out
  460. checking whether the C compiler works... yes
  461. checking whether we are cross compiling... no
  462. checking for suffix of executables...
  463. checking for suffix of object files... (cached) o
  464. checking whether we are using the GNU C compiler... (cached) yes
  465. checking whether gcc accepts -g... (cached) yes
  466. checking for gcc option to accept ANSI C... (cached) none needed
  467. checking for library containing strerror... (cached) none required
  468. checking for a BSD-compatible install... /usr/bin/install -c
  469. checking whether build environment is sane... yes
  470. checking for gawk... (cached) gawk
  471. checking whether make sets $(MAKE)... (cached) yes
  472. checking for style of include used by make... GNU
  473. checking dependency style of gcc... (cached) none
  474. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  475. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  476. checking for ld used by GCC... (cached) ld
  477. checking if the linker (ld) is GNU ld... (cached) yes
  478. checking for ld option to reload object files... (cached) -r
  479. checking for BSD-compatible nm... (cached) nm
  480. checking whether ln -s works... yes
  481. checking how to recognise dependant libraries... (cached) pass_all
  482. checking the maximum length of command line arguments... (cached) 49153
  483. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  484. checking for x86_64-unknown-linux-gnu-strip... no
  485. checking for strip... (cached) strip
  486. loading cache ./config.cache within ltconfig
  487. checking for objdir... .libs
  488. checking for gcc option to produce PIC... -fPIC -DPIC
  489. checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
  490. checking if gcc static flag -static works... (cached) yes
  491. finding the maximum length of command line arguments... (cached) 49153
  492. checking if gcc supports -c -o file.o... (cached) yes
  493. checking if gcc supports -fno-rtti -fno-exceptions ... no
  494. checking whether the linker (ld -m elf_x86_64) supports shared libraries... yes
  495. checking how to hardcode library paths into programs... immediate
  496. checking whether stripping libraries is possible... yes
  497. checking dynamic linker characteristics... GNU/Linux ld.so
  498. checking command to parse nm output... ok
  499. checking if libtool supports shared libraries... yes
  500. checking whether to build shared libraries... no
  501. checking whether to build static libraries... yes
  502. creating libtool
  503. updating cache ./config.cache
  504. configure: loading cache ./config.cache
  505. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes
  506. checking whether to enable maintainer-specific portions of Makefiles... no
  507. checking whether to install libbfd... no
  508. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  509. checking whether we are using the GNU C compiler... (cached) yes
  510. checking whether gcc accepts -g... (cached) yes
  511. checking for gcc option to accept ANSI C... (cached) none needed
  512. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  513. checking how to run the C preprocessor... (cached) gcc -E
  514. checking for egrep... (cached) grep -E
  515. checking for ANSI C header files... (cached) yes
  516. checking for an ANSI C-conforming const... (cached) yes
  517. checking for inline... (cached) inline
  518. checking for sys/types.h... (cached) yes
  519. checking for sys/stat.h... (cached) yes
  520. checking for stdlib.h... (cached) yes
  521. checking for string.h... (cached) yes
  522. checking for memory.h... (cached) yes
  523. checking for strings.h... (cached) yes
  524. checking for inttypes.h... (cached) yes
  525. checking for stdint.h... (cached) yes
  526. checking for unistd.h... (cached) yes
  527. checking for off_t... (cached) yes
  528. checking for size_t... (cached) yes
  529. checking for working alloca.h... (cached) yes
  530. checking for alloca... (cached) yes
  531. checking for stdlib.h... (cached) yes
  532. checking for unistd.h... (cached) yes
  533. checking for getpagesize... (cached) yes
  534. checking for working mmap... (cached) yes
  535. checking for argz.h... (cached) yes
  536. checking for limits.h... (cached) yes
  537. checking for locale.h... (cached) yes
  538. checking for nl_types.h... (cached) yes
  539. checking for malloc.h... (cached) yes
  540. checking for string.h... (cached) yes
  541. checking for unistd.h... (cached) yes
  542. checking for values.h... (cached) yes
  543. checking for sys/param.h... (cached) yes
  544. checking for getcwd... (cached) yes
  545. checking for munmap... (cached) yes
  546. checking for putenv... (cached) yes
  547. checking for setenv... (cached) yes
  548. checking for setlocale... (cached) yes
  549. checking for strchr... (cached) yes
  550. checking for strcasecmp... (cached) yes
  551. checking for __argz_count... (cached) yes
  552. checking for __argz_stringify... (cached) yes
  553. checking for __argz_next... (cached) yes
  554. checking for LC_MESSAGES... (cached) yes
  555. checking whether NLS is requested... yes
  556. checking whether included gettext is requested... no
  557. checking for libintl.h... (cached) yes
  558. checking for gettext in libc... (cached) yes
  559. checking for msgfmt... (cached) /usr/bin/msgfmt
  560. checking for dcgettext... (cached) yes
  561. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  562. checking for xgettext... (cached) /usr/bin/xgettext
  563. checking for catalogs to be installed... fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN
  564. checking for a BSD-compatible install... /usr/bin/install -c
  565. checking for string.h... (cached) yes
  566. checking for strings.h... (cached) yes
  567. checking for stdlib.h... (cached) yes
  568. checking whether basename is declared... (cached) no
  569. updating cache ./config.cache
  570. configure: creating ./config.status
  571. config.status: creating Makefile
  572. config.status: creating po/Makefile.in
  573. config.status: creating config.h
  574. config.status: config.h is unchanged
  575. config.status: executing depfiles commands
  576. config.status: executing default commands
  577. make[2]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/opcodes'
  578. make all-recursive
  579. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/opcodes'
  580. Making all in po
  581. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/opcodes/po'
  582. make[4]: Nothing to be done for 'all'.
  583. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/opcodes/po'
  584. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/opcodes'
  585. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/opcodes'
  586. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/opcodes'
  587. make[2]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/opcodes'
  588. Configuring in ./binutils
  589. configure: loading cache ./config.cache
  590. checking build system type... (cached) x86_64-unknown-linux-gnu
  591. checking host system type... (cached) x86_64-unknown-linux-gnu
  592. checking target system type... (cached) mips-harvard-os161
  593. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  594. checking for C compiler default output file name... a.out
  595. checking whether the C compiler works... yes
  596. checking whether we are cross compiling... no
  597. checking for suffix of executables...
  598. checking for suffix of object files... (cached) o
  599. checking whether we are using the GNU C compiler... (cached) yes
  600. checking whether gcc accepts -g... (cached) yes
  601. checking for gcc option to accept ANSI C... (cached) none needed
  602. checking for library containing strerror... (cached) none required
  603. checking for a BSD-compatible install... /usr/bin/install -c
  604. checking whether build environment is sane... yes
  605. checking for gawk... (cached) gawk
  606. checking whether make sets $(MAKE)... (cached) yes
  607. checking for style of include used by make... GNU
  608. checking dependency style of gcc... (cached) none
  609. checking for ld used by GCC... (cached) ld
  610. checking if the linker (ld) is GNU ld... (cached) yes
  611. checking for ld option to reload object files... (cached) -r
  612. checking for BSD-compatible nm... (cached) nm
  613. checking whether ln -s works... yes
  614. checking how to recognise dependant libraries... (cached) pass_all
  615. checking the maximum length of command line arguments... (cached) 49153
  616. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  617. checking for x86_64-unknown-linux-gnu-strip... no
  618. checking for strip... (cached) strip
  619. loading cache ./config.cache within ltconfig
  620. checking whether -lc should be explicitly linked in... (cached) no
  621. checking for objdir... .libs
  622. checking for gcc option to produce PIC... -fPIC -DPIC
  623. checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
  624. checking if gcc static flag -static works... (cached) yes
  625. finding the maximum length of command line arguments... (cached) 49153
  626. checking if gcc supports -c -o file.o... (cached) yes
  627. checking if gcc supports -fno-rtti -fno-exceptions ... no
  628. checking whether the linker (ld -m elf_x86_64) supports shared libraries... yes
  629. checking how to hardcode library paths into programs... immediate
  630. checking whether stripping libraries is possible... yes
  631. checking dynamic linker characteristics... GNU/Linux ld.so
  632. checking command to parse nm output... ok
  633. checking if libtool supports shared libraries... yes
  634. checking whether to build shared libraries... yes
  635. checking whether to build static libraries... yes
  636. creating libtool
  637. updating cache ./config.cache
  638. configure: loading cache ./config.cache
  639. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes
  640. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  641. checking whether we are using the GNU C compiler... (cached) yes
  642. checking whether gcc accepts -g... (cached) yes
  643. checking for gcc option to accept ANSI C... (cached) none needed
  644. checking for bison... (cached) /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/missing bison -y
  645. checking for flex... (cached) /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/missing flex
  646. checking for yywrap in -lfl... (cached) no
  647. checking for yywrap in -ll... (cached) no
  648. checking lex output file root... (cached) lex.yy
  649. checking whether yytext is a pointer... (cached) yes
  650. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  651. checking how to run the C preprocessor... (cached) gcc -E
  652. checking for egrep... (cached) grep -E
  653. checking for ANSI C header files... (cached) yes
  654. checking for an ANSI C-conforming const... (cached) yes
  655. checking for inline... (cached) inline
  656. checking for sys/types.h... (cached) yes
  657. checking for sys/stat.h... (cached) yes
  658. checking for stdlib.h... (cached) yes
  659. checking for string.h... (cached) yes
  660. checking for memory.h... (cached) yes
  661. checking for strings.h... (cached) yes
  662. checking for inttypes.h... (cached) yes
  663. checking for stdint.h... (cached) yes
  664. checking for unistd.h... (cached) yes
  665. checking for off_t... (cached) yes
  666. checking for size_t... (cached) yes
  667. checking for working alloca.h... (cached) yes
  668. checking for alloca... (cached) yes
  669. checking for stdlib.h... (cached) yes
  670. checking for unistd.h... (cached) yes
  671. checking for getpagesize... (cached) yes
  672. checking for working mmap... (cached) yes
  673. checking for argz.h... (cached) yes
  674. checking for limits.h... (cached) yes
  675. checking for locale.h... (cached) yes
  676. checking for nl_types.h... (cached) yes
  677. checking for malloc.h... (cached) yes
  678. checking for string.h... (cached) yes
  679. checking for unistd.h... (cached) yes
  680. checking for values.h... (cached) yes
  681. checking for sys/param.h... (cached) yes
  682. checking for getcwd... (cached) yes
  683. checking for munmap... (cached) yes
  684. checking for putenv... (cached) yes
  685. checking for setenv... (cached) yes
  686. checking for setlocale... (cached) yes
  687. checking for strchr... (cached) yes
  688. checking for strcasecmp... (cached) yes
  689. checking for __argz_count... (cached) yes
  690. checking for __argz_stringify... (cached) yes
  691. checking for __argz_next... (cached) yes
  692. checking for LC_MESSAGES... (cached) yes
  693. checking whether NLS is requested... yes
  694. checking whether included gettext is requested... no
  695. checking for libintl.h... (cached) yes
  696. checking for gettext in libc... (cached) yes
  697. checking for msgfmt... (cached) /usr/bin/msgfmt
  698. checking for dcgettext... (cached) yes
  699. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  700. checking for xgettext... (cached) /usr/bin/xgettext
  701. checking for catalogs to be installed... fr tr ja es sv da zh_CN ru ro rw zh_TW fi vi
  702. checking whether to enable maintainer-specific portions of Makefiles... no
  703. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  704. checking for a BSD-compatible install... /usr/bin/install -c
  705. checking for string.h... (cached) yes
  706. checking for strings.h... (cached) yes
  707. checking for stdlib.h... (cached) yes
  708. checking for unistd.h... (cached) yes
  709. checking for fcntl.h... (cached) yes
  710. checking for sys/file.h... (cached) yes
  711. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  712. checking for working alloca.h... (cached) yes
  713. checking for alloca... (cached) yes
  714. checking for sbrk... (cached) yes
  715. checking for utimes... (cached) yes
  716. checking for setmode... (cached) no
  717. checking for getc_unlocked... (cached) yes
  718. checking for strcoll... (cached) yes
  719. checking for fopen64... (cached) yes
  720. checking for stat64... (cached) yes
  721. checking for library containing frexp... (cached) none required
  722. checking for time_t in time.h... (cached) yes
  723. checking for time_t in sys/types.h... (cached) yes
  724. checking for a known getopt prototype in unistd.h... (cached) yes
  725. checking for utime.h... (cached) yes
  726. checking whether fprintf is declared... (cached) yes
  727. checking whether stpcpy is declared... (cached) yes
  728. checking whether strstr is declared... (cached) yes
  729. checking whether sbrk is declared... (cached) yes
  730. checking whether getenv is declared... (cached) yes
  731. checking whether environ is declared... (cached) yes
  732. checking whether getc_unlocked is declared... (cached) yes
  733. checking whether snprintf is declared... (cached) yes
  734. checking whether vsnprintf is declared... (cached) yes
  735. updating cache ./config.cache
  736. configure: creating ./config.status
  737. config.status: creating Makefile
  738. config.status: creating doc/Makefile
  739. config.status: creating po/Makefile.in
  740. config.status: creating config.h
  741. config.status: config.h is unchanged
  742. config.status: executing depfiles commands
  743. config.status: executing default commands
  744. make[2]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils'
  745. Making info in doc
  746. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/doc'
  747. if test -f cxxfilt.man; then \
  748. man=cxxfilt.man; \
  749. else \
  750. man=../.././binutils/doc/cxxfilt.man; \
  751. fi; \
  752. sed -e 's/@PROGRAM@/c++filt/' \
  753. -e 's/cxxfilt/c++filt/' < $man \
  754. > c++filt.1
  755. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/doc'
  756. Making info in po
  757. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/po'
  758. make[3]: Nothing to be done for 'info'.
  759. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/po'
  760. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils'
  761. make[3]: Nothing to be done for 'info-am'.
  762. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils'
  763. make all-recursive
  764. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils'
  765. Making all in doc
  766. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/doc'
  767. make[4]: Nothing to be done for 'all'.
  768. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/doc'
  769. Making all in po
  770. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/po'
  771. make[4]: Nothing to be done for 'all'.
  772. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/po'
  773. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils'
  774. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
  775. mkdir .libs
  776. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  777. /usr/bin/ld: bucomm.o: in function `make_tempname':
  778. /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/bucomm.c:426: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  779. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o objdump objdump.o dwarf.o budemang.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a
  780. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o objdump objdump.o dwarf.o budemang.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  781. /usr/bin/ld: bucomm.o: in function `make_tempname':
  782. /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/bucomm.c:426: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  783. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
  784. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  785. /usr/bin/ld: bucomm.o: in function `make_tempname':
  786. /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/bucomm.c:426: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  787. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
  788. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  789. /usr/bin/ld: bucomm.o: in function `make_tempname':
  790. /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/bucomm.c:426: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  791. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
  792. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  793. /usr/bin/ld: bucomm.o: in function `make_tempname':
  794. /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/bucomm.c:426: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  795. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
  796. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  797. /usr/bin/ld: bucomm.o: in function `make_tempname':
  798. /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/bucomm.c:426: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  799. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o addr2line addr2line.o budemang.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
  800. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o addr2line addr2line.o budemang.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  801. /usr/bin/ld: bucomm.o: in function `make_tempname':
  802. /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/bucomm.c:426: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  803. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o nm-new nm.o budemang.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
  804. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o nm-new nm.o budemang.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  805. /usr/bin/ld: bucomm.o: in function `make_tempname':
  806. /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/bucomm.c:426: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  807. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
  808. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  809. /usr/bin/ld: bucomm.o: in function `make_tempname':
  810. /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/bucomm.c:426: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  811. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
  812. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  813. /usr/bin/ld: bucomm.o: in function `make_tempname':
  814. /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils/bucomm.c:426: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  815. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils'
  816. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils'
  817. make[2]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/binutils'
  818. Configuring in ./etc
  819. configure: loading cache ./config.cache
  820. checking for a BSD-compatible install... /usr/bin/install -c
  821. configure: creating ./config.status
  822. config.status: creating Makefile
  823. make[2]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/etc'
  824. for f in standards.info configure.info; do \
  825. if test -f .././etc/`echo $f | sed -e 's/.info$/.texi/'`; then \
  826. if make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \
  827. true; \
  828. else \
  829. exit 1; \
  830. fi; \
  831. fi; \
  832. done
  833. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/etc'
  834. make[3]: 'standards.info' is up to date.
  835. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/etc'
  836. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/etc'
  837. make[3]: 'configure.info' is up to date.
  838. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/etc'
  839. make[2]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/etc'
  840. Configuring in ./gas
  841. configure: loading cache ./config.cache
  842. checking build system type... (cached) x86_64-unknown-linux-gnu
  843. checking host system type... (cached) x86_64-unknown-linux-gnu
  844. checking target system type... (cached) mips-harvard-os161
  845. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  846. checking for C compiler default output file name... a.out
  847. checking whether the C compiler works... yes
  848. checking whether we are cross compiling... no
  849. checking for suffix of executables...
  850. checking for suffix of object files... (cached) o
  851. checking whether we are using the GNU C compiler... (cached) yes
  852. checking whether gcc accepts -g... (cached) yes
  853. checking for gcc option to accept ANSI C... (cached) none needed
  854. checking for library containing strerror... (cached) none required
  855. checking for a BSD-compatible install... /usr/bin/install -c
  856. checking whether build environment is sane... yes
  857. checking for gawk... (cached) gawk
  858. checking whether make sets $(MAKE)... (cached) yes
  859. checking for style of include used by make... GNU
  860. checking dependency style of gcc... (cached) none
  861. checking for ld used by GCC... (cached) ld
  862. checking if the linker (ld) is GNU ld... (cached) yes
  863. checking for ld option to reload object files... (cached) -r
  864. checking for BSD-compatible nm... (cached) nm
  865. checking whether ln -s works... yes
  866. checking how to recognise dependant libraries... (cached) pass_all
  867. checking the maximum length of command line arguments... (cached) 49153
  868. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  869. checking for x86_64-unknown-linux-gnu-strip... no
  870. checking for strip... (cached) strip
  871. loading cache ./config.cache within ltconfig
  872. checking whether -lc should be explicitly linked in... (cached) no
  873. checking for objdir... .libs
  874. checking for gcc option to produce PIC... -fPIC -DPIC
  875. checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
  876. checking if gcc static flag -static works... (cached) yes
  877. finding the maximum length of command line arguments... (cached) 49153
  878. checking if gcc supports -c -o file.o... (cached) yes
  879. checking if gcc supports -fno-rtti -fno-exceptions ... no
  880. checking whether the linker (ld -m elf_x86_64) supports shared libraries... yes
  881. checking how to hardcode library paths into programs... immediate
  882. checking whether stripping libraries is possible... yes
  883. checking dynamic linker characteristics... GNU/Linux ld.so
  884. checking command to parse nm output... ok
  885. checking if libtool supports shared libraries... yes
  886. checking whether to build shared libraries... yes
  887. checking whether to build static libraries... yes
  888. creating libtool
  889. updating cache ./config.cache
  890. configure: loading cache ./config.cache
  891. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes
  892. checking whether byte ordering is bigendian... (cached) no
  893. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  894. checking whether we are using the GNU C compiler... (cached) yes
  895. checking whether gcc accepts -g... (cached) yes
  896. checking for gcc option to accept ANSI C... (cached) none needed
  897. checking for bison... (cached) /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/missing bison -y
  898. checking for flex... (cached) /home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/missing flex
  899. checking for yywrap in -lfl... (cached) no
  900. checking for yywrap in -ll... (cached) no
  901. checking lex output file root... (cached) lex.yy
  902. checking whether yytext is a pointer... (cached) yes
  903. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  904. checking how to run the C preprocessor... (cached) gcc -E
  905. checking for egrep... (cached) grep -E
  906. checking for ANSI C header files... (cached) yes
  907. checking for an ANSI C-conforming const... (cached) yes
  908. checking for inline... (cached) inline
  909. checking for sys/types.h... (cached) yes
  910. checking for sys/stat.h... (cached) yes
  911. checking for stdlib.h... (cached) yes
  912. checking for string.h... (cached) yes
  913. checking for memory.h... (cached) yes
  914. checking for strings.h... (cached) yes
  915. checking for inttypes.h... (cached) yes
  916. checking for stdint.h... (cached) yes
  917. checking for unistd.h... (cached) yes
  918. checking for off_t... (cached) yes
  919. checking for size_t... (cached) yes
  920. checking for working alloca.h... (cached) yes
  921. checking for alloca... (cached) yes
  922. checking for stdlib.h... (cached) yes
  923. checking for unistd.h... (cached) yes
  924. checking for getpagesize... (cached) yes
  925. checking for working mmap... (cached) yes
  926. checking for argz.h... (cached) yes
  927. checking for limits.h... (cached) yes
  928. checking for locale.h... (cached) yes
  929. checking for nl_types.h... (cached) yes
  930. checking for malloc.h... (cached) yes
  931. checking for string.h... (cached) yes
  932. checking for unistd.h... (cached) yes
  933. checking for values.h... (cached) yes
  934. checking for sys/param.h... (cached) yes
  935. checking for getcwd... (cached) yes
  936. checking for munmap... (cached) yes
  937. checking for putenv... (cached) yes
  938. checking for setenv... (cached) yes
  939. checking for setlocale... (cached) yes
  940. checking for strchr... (cached) yes
  941. checking for strcasecmp... (cached) yes
  942. checking for __argz_count... (cached) yes
  943. checking for __argz_stringify... (cached) yes
  944. checking for __argz_next... (cached) yes
  945. checking for LC_MESSAGES... (cached) yes
  946. checking whether NLS is requested... yes
  947. checking whether included gettext is requested... no
  948. checking for libintl.h... (cached) yes
  949. checking for gettext in libc... (cached) yes
  950. checking for msgfmt... (cached) /usr/bin/msgfmt
  951. checking for dcgettext... (cached) yes
  952. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  953. checking for xgettext... (cached) /usr/bin/xgettext
  954. checking for catalogs to be installed... fr tr es rw
  955. checking whether to enable maintainer-specific portions of Makefiles... no
  956. checking for string.h... (cached) yes
  957. checking for stdlib.h... (cached) yes
  958. checking for memory.h... (cached) yes
  959. checking for strings.h... (cached) yes
  960. checking for unistd.h... (cached) yes
  961. checking for stdarg.h... (cached) yes
  962. checking for varargs.h... (cached) no
  963. checking for errno.h... (cached) yes
  964. checking for sys/types.h... (cached) yes
  965. checking whether compiling a cross-assembler... yes
  966. checking for working alloca.h... (cached) yes
  967. checking for alloca... (cached) yes
  968. checking for inline... (cached) inline
  969. checking for unlink... (cached) yes
  970. checking for sbrk... (cached) yes
  971. checking for working assert macro... (cached) yes
  972. checking whether declaration is required for errno... (cached) no
  973. checking for a known getopt prototype in unistd.h... (cached) yes
  974. checking whether declaration is required for environ... (cached) yes
  975. checking whether declaration is required for ffs... (cached) no
  976. checking whether declaration is required for free... (cached) no
  977. checking whether declaration is required for malloc... (cached) no
  978. checking whether declaration is required for sbrk... (cached) no
  979. checking whether declaration is required for strstr... (cached) no
  980. checking whether vsnprintf is declared... (cached) yes
  981. updating cache ./config.cache
  982. configure: creating ./config.status
  983. config.status: creating .gdbinit
  984. config.status: creating Makefile
  985. config.status: creating doc/Makefile
  986. config.status: creating po/Makefile.in
  987. config.status: creating config.h
  988. config.status: config.h is unchanged
  989. config.status: executing depfiles commands
  990. config.status: executing default commands
  991. make[2]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas'
  992. Making info in doc
  993. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/doc'
  994. make[3]: Nothing to be done for 'info'.
  995. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/doc'
  996. Making info in po
  997. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/po'
  998. make[3]: Nothing to be done for 'info'.
  999. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/po'
  1000. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas'
  1001. make[3]: Nothing to be done for 'info-am'.
  1002. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas'
  1003. make all-recursive
  1004. make[3]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas'
  1005. Making all in doc
  1006. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/doc'
  1007. make[4]: Nothing to be done for 'all'.
  1008. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/doc'
  1009. Making all in po
  1010. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/po'
  1011. make[4]: Nothing to be done for 'all'.
  1012. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/po'
  1013. make[4]: Entering directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas'
  1014. /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o as-new app.o as.o atof-generic.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o write.o tc-mips.o obj-elf.o atof-ieee.o itbl-parse.o itbl-lex.o itbl-ops.o e-mipself.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a
  1015. mkdir .libs
  1016. gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o as-new app.o as.o atof-generic.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o write.o tc-mips.o obj-elf.o atof-ieee.o itbl-parse.o itbl-lex.o itbl-ops.o e-mipself.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
  1017. /usr/bin/ld: dwarf2dbg.o:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; as.o:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/dwarf2dbg.h:81: first defined here
  1018. /usr/bin/ld: write.o:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; as.o:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/dwarf2dbg.h:81: first defined here
  1019. /usr/bin/ld: tc-mips.o:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/./dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; as.o:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/dwarf2dbg.h:81: first defined here
  1020. /usr/bin/ld: obj-elf.o:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/./dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; as.o:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas/dwarf2dbg.h:81: first defined here
  1021. collect2: error: ld returned 1 exit status
  1022. make[4]: *** [Makefile:2551: as-new] Error 1
  1023. make[4]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas'
  1024. make[3]: *** [Makefile:2596: all-recursive] Error 1
  1025. make[3]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas'
  1026. make[2]: *** [Makefile:2482: all] Error 2
  1027. make[2]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1/gas'
  1028. make[1]: *** [Makefile:4860: all-gas] Error 2
  1029. make[1]: Leaving directory '/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1'
  1030. make: *** [Makefile:627: all] Error 2
  1031. root@kali:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1#
  1032.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement