Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.29 KB | None | 0 0
  1. patching file include/opcode/arm.h
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... arm-none-eabi
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether ln works... yes
  7. checking whether ln -s works... yes
  8. checking for a sed that does not truncate output... /usr/bin/sed
  9. checking for gawk... gawk
  10. checking for gcc... gcc
  11. checking for C compiler default output file name... a.out
  12. checking whether the C compiler works... yes
  13. checking whether we are cross compiling... no
  14. checking for suffix of executables...
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking for g++... g++
  20. checking whether we are using the GNU C++ compiler... yes
  21. checking whether g++ accepts -g... yes
  22. checking for gnatbind... no
  23. checking for gnatmake... no
  24. checking whether compiler driver understands Ada... no
  25. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  26. checking for objdir... .libs
  27. checking for PWL_handle_timeout in -lpwl... no
  28. checking for version 0.11 (revision 0 or later) of PPL... no
  29. checking for default BUILD_CONFIG...
  30. checking for bison... bison -y
  31. checking for bison... bison
  32. checking for gm4... no
  33. checking for gnum4... no
  34. checking for m4... m4
  35. checking for flex... flex
  36. checking for flex... flex
  37. checking for makeinfo... makeinfo
  38. checking for expect... no
  39. checking for runtest... no
  40. checking for ar... ar
  41. checking for as... as
  42. checking for dlltool... no
  43. checking for ld... ld
  44. checking for lipo... no
  45. checking for nm... nm
  46. checking for ranlib... ranlib
  47. checking for strip... strip
  48. checking for windres... no
  49. checking for windmc... no
  50. checking for objcopy... objcopy
  51. checking for objdump... objdump
  52. checking for readelf... readelf
  53. checking for arm-none-eabi-cc... no
  54. checking for arm-none-eabi-gcc... no
  55. checking for arm-none-eabi-c++... no
  56. checking for arm-none-eabi-g++... no
  57. checking for arm-none-eabi-cxx... no
  58. checking for arm-none-eabi-gxx... no
  59. checking for arm-none-eabi-gcc... no
  60. checking for arm-none-eabi-gcj... no
  61. checking for arm-none-eabi-gfortran... no
  62. checking for arm-none-eabi-gccgo... no
  63. checking for arm-none-eabi-ar... no
  64. checking for arm-none-eabi-as... no
  65. checking for arm-none-eabi-dlltool... no
  66. checking for arm-none-eabi-ld... no
  67. checking for arm-none-eabi-lipo... no
  68. checking for arm-none-eabi-nm... no
  69. checking for arm-none-eabi-objdump... no
  70. checking for arm-none-eabi-ranlib... no
  71. checking for arm-none-eabi-readelf... no
  72. checking for arm-none-eabi-strip... no
  73. checking for arm-none-eabi-windres... no
  74. checking for arm-none-eabi-windmc... no
  75. checking where to find the target ar... just compiled
  76. checking where to find the target as... just compiled
  77. checking where to find the target cc... pre-installed
  78. checking where to find the target c++... pre-installed
  79. checking where to find the target c++ for libstdc++... pre-installed
  80. checking where to find the target dlltool... just compiled
  81. checking where to find the target gcc... pre-installed
  82. checking where to find the target gcj... pre-installed
  83. checking where to find the target gfortran... pre-installed
  84. checking where to find the target gccgo... pre-installed
  85. checking where to find the target ld... just compiled
  86. checking where to find the target lipo... pre-installed
  87. checking where to find the target nm... just compiled
  88. checking where to find the target objdump... just compiled
  89. checking where to find the target ranlib... just compiled
  90. checking where to find the target readelf... just compiled
  91. checking where to find the target strip... just compiled
  92. checking where to find the target windres... just compiled
  93. checking where to find the target windmc... just compiled
  94. checking whether to enable maintainer-specific portions of Makefiles... no
  95. checking whether -fkeep-inline-functions is supported... yes
  96. configure: creating ./config.status
  97. config.status: creating Makefile
  98. make[1]: Entering directory `/home/framps/Downloads/cross-arm-none-eabi-binutils/src/binutils-2.23.2/build'
  99. mkdir -p -- ./libiberty
  100. Configuring in ./libiberty
  101. configure: creating cache ./config.cache
  102. checking whether to enable maintainer-specific portions of Makefiles... no
  103. checking for makeinfo... makeinfo --split-size=5000000
  104. checking for perl... perl
  105. checking build system type... x86_64-unknown-linux-gnu
  106. checking host system type... x86_64-unknown-linux-gnu
  107. checking for x86_64-unknown-linux-gnu-ar... ar
  108. checking for x86_64-unknown-linux-gnu-ranlib... ranlib
  109. checking for x86_64-unknown-linux-gnu-gcc... gcc
  110. checking for C compiler default output file name... a.out
  111. checking whether the C compiler works... yes
  112. checking whether we are cross compiling... no
  113. checking for suffix of executables...
  114. checking for suffix of object files... o
  115. checking whether we are using the GNU C compiler... yes
  116. checking whether gcc accepts -g... yes
  117. checking for gcc option to accept ISO C89... none needed
  118. checking for special C compiler options needed for large files... no
  119. checking for _FILE_OFFSET_BITS value needed for large files... no
  120. checking how to run the C preprocessor... gcc -E
  121. checking whether gcc supports -W... yes
  122. checking whether gcc supports -Wall... yes
  123. checking whether gcc supports -Wwrite-strings... yes
  124. checking whether gcc supports -Wc++-compat... yes
  125. checking whether gcc supports -Wstrict-prototypes... yes
  126. checking whether gcc supports -pedantic ... yes
  127. checking whether gcc and cc understand -c and -o together... yes
  128. checking for an ANSI C-conforming const... yes
  129. checking for inline... inline
  130. checking for grep that handles long lines and -e... /usr/bin/grep
  131. checking for egrep... /usr/bin/grep -E
  132. checking for ANSI C header files... yes
  133. checking for sys/types.h... no
  134. checking for sys/stat.h... no
  135. checking for stdlib.h... no
  136. checking for string.h... no
  137. checking for memory.h... no
  138. checking for strings.h... no
  139. checking for inttypes.h... no
  140. checking for stdint.h... no
  141. checking for unistd.h... no
  142. checking whether byte ordering is bigendian... no
  143. checking for a BSD-compatible install... /usr/bin/install -c
  144. checking for sys/file.h... no
  145. checking for sys/param.h... no
  146. checking for limits.h... no
  147. checking for stdlib.h... (cached) no
  148. checking for malloc.h... no
  149. checking for string.h... (cached) no
  150. checking for unistd.h... (cached) no
  151. checking for strings.h... (cached) no
  152. checking for sys/time.h... no
  153. checking for time.h... no
  154. checking for sys/resource.h... no
  155. checking for sys/stat.h... (cached) no
  156. checking for sys/mman.h... no
  157. checking for fcntl.h... no
  158. checking for alloca.h... no
  159. checking for sys/pstat.h... no
  160. checking for sys/sysmp.h... no
  161. checking for sys/sysinfo.h... no
  162. checking for machine/hal_sysinfo.h... no
  163. checking for sys/table.h... no
  164. checking for sys/sysctl.h... no
  165. checking for sys/systemcfg.h... no
  166. checking for stdint.h... (cached) no
  167. checking for stdio_ext.h... no
  168. checking for process.h... no
  169. checking for sys/prctl.h... no
  170. checking for sys/wait.h that is POSIX.1 compatible... yes
  171. checking whether time.h and sys/time.h may both be included... yes
  172. checking whether errno must be declared... no
  173. checking size of int... 4
  174. checking for a 64-bit type... unsigned long
  175. checking for intptr_t... no
  176. checking for uintptr_t... no
  177. checking for ssize_t... yes
  178. checking for pid_t... yes
  179. checking for library containing strerror... none required
  180. checking for asprintf... yes
  181. checking for atexit... yes
  182. checking for basename... yes
  183. checking for bcmp... yes
  184. checking for bcopy... yes
  185. checking for bsearch... yes
  186. checking for bzero... yes
  187. checking for calloc... yes
  188. checking for clock... yes
  189. checking for ffs... yes
  190. checking for getcwd... yes
  191. checking for getpagesize... yes
  192. checking for gettimeofday... yes
  193. checking for index... yes
  194. checking for insque... yes
  195. checking for memchr... yes
  196. checking for memcmp... yes
  197. checking for memcpy... yes
  198. checking for memmem... yes
  199. checking for memmove... yes
  200. checking for mempcpy... yes
  201. checking for memset... yes
  202. checking for mkstemps... yes
  203. checking for putenv... yes
  204. checking for random... yes
  205. checking for rename... yes
  206. checking for rindex... yes
  207. checking for setenv... yes
  208. checking for snprintf... yes
  209. checking for sigsetmask... yes
  210. checking for stpcpy... yes
  211. checking for stpncpy... yes
  212. checking for strcasecmp... yes
  213. checking for strchr... yes
  214. checking for strdup... yes
  215. checking for strncasecmp... yes
  216. checking for strndup... yes
  217. checking for strrchr... yes
  218. checking for strstr... yes
  219. checking for strtod... yes
  220. checking for strtol... yes
  221. checking for strtoul... yes
  222. checking for strverscmp... yes
  223. checking for tmpnam... yes
  224. checking for vasprintf... yes
  225. checking for vfprintf... yes
  226. checking for vprintf... yes
  227. checking for vsnprintf... yes
  228. checking for vsprintf... yes
  229. checking for waitpid... yes
  230. checking for setproctitle... no
  231. checking whether alloca needs Cray hooks... no
  232. checking stack direction for C alloca... -1
  233. checking for vfork.h... no
  234. checking for fork... yes
  235. checking for vfork... yes
  236. checking for working fork... yes
  237. checking for working vfork... (cached) yes
  238. checking for _doprnt... no
  239. checking for sys_errlist... yes
  240. checking for sys_nerr... yes
  241. checking for sys_siglist... yes
  242. checking for external symbol _system_configuration... no
  243. checking for __fsetlocking... yes
  244. checking for canonicalize_file_name... yes
  245. checking for dup3... yes
  246. checking for getrlimit... yes
  247. checking for getrusage... yes
  248. checking for getsysinfo... no
  249. checking for gettimeofday... (cached) yes
  250. checking for on_exit... yes
  251. checking for psignal... yes
  252. checking for pstat_getdynamic... no
  253. checking for pstat_getstatic... no
  254. checking for realpath... yes
  255. checking for setrlimit... yes
  256. checking for sbrk... yes
  257. checking for spawnve... no
  258. checking for spawnvpe... no
  259. checking for strerror... yes
  260. checking for strsignal... yes
  261. checking for sysconf... yes
  262. checking for sysctl... yes
  263. checking for sysmp... no
  264. checking for table... no
  265. checking for times... yes
  266. checking for wait3... yes
  267. checking for wait4... yes
  268. checking whether basename is declared... no
  269. checking whether ffs is declared... no
  270. checking whether asprintf is declared... no
  271. checking whether vasprintf is declared... no
  272. checking whether snprintf is declared... yes
  273. checking whether vsnprintf is declared... yes
  274. checking whether calloc is declared... yes
  275. checking whether getenv is declared... yes
  276. checking whether getopt is declared... no
  277. checking whether malloc is declared... yes
  278. checking whether realloc is declared... yes
  279. checking whether sbrk is declared... no
  280. checking whether strverscmp is declared... no
  281. checking whether canonicalize_file_name must be declared... yes
  282. checking for stdlib.h... (cached) no
  283. checking for unistd.h... (cached) no
  284. checking for getpagesize... (cached) yes
  285. checking for working mmap... yes
  286. checking for working strncmp... no
  287. configure: updating cache ./config.cache
  288. configure: creating ./config.status
  289. config.status: creating Makefile
  290. config.status: creating testsuite/Makefile
  291. config.status: creating config.h
  292. config.status: executing default commands
  293. mkdir -p -- ./intl
  294. Configuring in ./intl
  295. configure: creating cache ./config.cache
  296. checking whether make sets $(MAKE)... yes
  297. checking for a BSD-compatible install... /usr/bin/install -c
  298. checking whether NLS is requested... yes
  299. checking for msgfmt... /usr/bin/msgfmt
  300. checking for gmsgfmt... /usr/bin/msgfmt
  301. checking for xgettext... /usr/bin/xgettext
  302. checking for msgmerge... /usr/bin/msgmerge
  303. checking for x86_64-unknown-linux-gnu-gcc... gcc
  304. checking for C compiler default output file name... a.out
  305. checking whether the C compiler works... yes
  306. checking whether we are cross compiling... no
  307. checking for suffix of executables...
  308. checking for suffix of object files... o
  309. checking whether we are using the GNU C compiler... yes
  310. checking whether gcc accepts -g... yes
  311. checking for gcc option to accept ISO C89... none needed
  312. checking build system type... x86_64-unknown-linux-gnu
  313. checking host system type... x86_64-unknown-linux-gnu
  314. checking for x86_64-unknown-linux-gnu-ranlib... ranlib
  315. checking for library containing strerror... none required
  316. checking how to run the C preprocessor... gcc -E
  317. checking for grep that handles long lines and -e... /usr/bin/grep
  318. checking for egrep... /usr/bin/grep -E
  319. checking for ANSI C header files... yes
  320. checking for an ANSI C-conforming const... yes
  321. checking for inline... inline
  322. checking for sys/types.h... yes
  323. checking for sys/stat.h... yes
  324. checking for stdlib.h... yes
  325. checking for string.h... yes
  326. checking for memory.h... yes
  327. checking for strings.h... yes
  328. checking for inttypes.h... yes
  329. checking for stdint.h... yes
  330. checking for unistd.h... yes
  331. checking for off_t... yes
  332. checking for size_t... yes
  333. checking for working alloca.h... yes
  334. checking for alloca... yes
  335. checking for stdlib.h... (cached) yes
  336. checking for unistd.h... (cached) yes
  337. checking for getpagesize... yes
  338. checking for working mmap... yes
  339. checking whether we are using the GNU C Library 2.1 or newer... yes
  340. checking whether integer division by zero raises SIGFPE... yes
  341. checking for inttypes.h... yes
  342. checking for stdint.h... yes
  343. checking for unsigned long long... yes
  344. checking for inttypes.h... yes
  345. checking whether the inttypes.h PRIxNN macros are broken... no
  346. checking for ld used by GCC... ld
  347. checking if the linker (ld) is GNU ld... yes
  348. checking for shared library run path origin... done
  349. checking argz.h usability... yes
  350. checking argz.h presence... yes
  351. checking for argz.h... yes
  352. checking limits.h usability... yes
  353. checking limits.h presence... yes
  354. checking for limits.h... yes
  355. checking locale.h usability... yes
  356. checking locale.h presence... yes
  357. checking for locale.h... yes
  358. checking nl_types.h usability... yes
  359. checking nl_types.h presence... yes
  360. checking for nl_types.h... yes
  361. checking malloc.h usability... yes
  362. checking malloc.h presence... yes
  363. checking for malloc.h... yes
  364. checking stddef.h usability... yes
  365. checking stddef.h presence... yes
  366. checking for stddef.h... yes
  367. checking for stdlib.h... (cached) yes
  368. checking for string.h... (cached) yes
  369. checking for unistd.h... (cached) yes
  370. checking sys/param.h usability... yes
  371. checking sys/param.h presence... yes
  372. checking for sys/param.h... yes
  373. checking for feof_unlocked... yes
  374. checking for fgets_unlocked... yes
  375. checking for getc_unlocked... yes
  376. checking for getcwd... yes
  377. checking for getegid... yes
  378. checking for geteuid... yes
  379. checking for getgid... yes
  380. checking for getuid... yes
  381. checking for mempcpy... yes
  382. checking for munmap... yes
  383. checking for putenv... yes
  384. checking for setenv... yes
  385. checking for setlocale... yes
  386. checking for stpcpy... yes
  387. checking for strcasecmp... yes
  388. checking for strdup... yes
  389. checking for strtoul... yes
  390. checking for tsearch... yes
  391. checking for __argz_count... yes
  392. checking for __argz_stringify... yes
  393. checking for __argz_next... yes
  394. checking for __fsetlocking... yes
  395. checking for iconv... yes
  396. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  397. checking for nl_langinfo and CODESET... yes
  398. checking for LC_MESSAGES... yes
  399. checking for bison... bison
  400. checking version of bison... 2.7, ok
  401. checking whether NLS is requested... yes
  402. checking whether included gettext is requested... no
  403. checking for GNU gettext in libc... yes
  404. checking whether to use NLS... yes
  405. checking where the gettext function comes from... libc
  406. checking for aclocal... aclocal
  407. checking for autoconf... autoconf
  408. checking for autoheader... autoheader
  409. configure: updating cache ./config.cache
  410. configure: creating ./config.status
  411. config.status: creating Makefile
  412. config.status: creating config.intl
  413. config.status: creating config.h
  414. config.status: executing default-1 commands
  415. mkdir -p -- ./bfd
  416. Configuring in ./bfd
  417. configure: creating cache ./config.cache
  418. checking build system type... x86_64-unknown-linux-gnu
  419. checking host system type... x86_64-unknown-linux-gnu
  420. checking target system type... arm-none-eabi
  421. checking for x86_64-unknown-linux-gnu-gcc... gcc
  422. checking for C compiler default output file name... a.out
  423. checking whether the C compiler works... yes
  424. checking whether we are cross compiling... no
  425. checking for suffix of executables...
  426. checking for suffix of object files... o
  427. checking whether we are using the GNU C compiler... yes
  428. checking whether gcc accepts -g... yes
  429. checking for gcc option to accept ISO C89... none needed
  430. checking for library containing strerror... none required
  431. checking for a BSD-compatible install... /usr/bin/install -c
  432. checking whether build environment is sane... yes
  433. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  434. checking for gawk... gawk
  435. checking whether make sets $(MAKE)... yes
  436. checking for style of include used by make... GNU
  437. checking dependency style of gcc... gcc3
  438. checking for x86_64-unknown-linux-gnu-ar... ar
  439. checking for x86_64-unknown-linux-gnu-ranlib... ranlib
  440. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  441. checking whether we are using the GNU C compiler... (cached) yes
  442. checking whether gcc accepts -g... (cached) yes
  443. checking for gcc option to accept ISO C89... (cached) none needed
  444. checking how to run the C preprocessor... gcc -E
  445. checking for grep that handles long lines and -e... /usr/bin/grep
  446. checking for egrep... /usr/bin/grep -E
  447. checking for ANSI C header files... yes
  448. checking for sys/types.h... yes
  449. checking for sys/stat.h... yes
  450. checking for stdlib.h... yes
  451. checking for string.h... yes
  452. checking for memory.h... yes
  453. checking for strings.h... yes
  454. checking for inttypes.h... yes
  455. checking for stdint.h... yes
  456. checking for unistd.h... yes
  457. checking minix/config.h usability... no
  458. checking minix/config.h presence... no
  459. checking for minix/config.h... no
  460. checking whether it is safe to define __EXTENSIONS__... yes
  461. checking how to print strings... printf
  462. checking for a sed that does not truncate output... /usr/bin/sed
  463. checking for fgrep... /usr/bin/grep -F
  464. checking for ld used by gcc... ld
  465. checking if the linker (ld) is GNU ld... yes
  466. checking for BSD- or MS-compatible name lister (nm)... nm
  467. checking the name lister (nm) interface... BSD nm
  468. checking whether ln -s works... yes
  469. checking the maximum length of command line arguments... 1572864
  470. checking whether the shell understands some XSI constructs... yes
  471. checking whether the shell understands "+="... yes
  472. checking for ld option to reload object files... -r
  473. checking for x86_64-unknown-linux-gnu-objdump... objdump
  474. checking how to recognize dependent libraries... pass_all
  475. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  476. checking for x86_64-unknown-linux-gnu-strip... no
  477. checking for strip... strip
  478. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  479. checking command to parse nm output from gcc object... ok
  480. checking for dlfcn.h... yes
  481. checking for objdir... .libs
  482. checking if gcc supports -fno-rtti -fno-exceptions... no
  483. checking for gcc option to produce PIC... -fPIC -DPIC
  484. checking if gcc PIC flag -fPIC -DPIC works... yes
  485. checking if gcc static flag -static works... yes
  486. checking if gcc supports -c -o file.o... yes
  487. checking if gcc supports -c -o file.o... (cached) yes
  488. checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
  489. checking dynamic linker characteristics... GNU/Linux ld.so
  490. checking how to hardcode library paths into programs... immediate
  491. checking for shl_load... no
  492. checking for shl_load in -ldld... no
  493. checking for dlopen... no
  494. checking for dlopen in -ldl... yes
  495. checking whether a program can dlopen itself... yes
  496. checking whether a statically linked program can dlopen itself... no
  497. checking whether stripping libraries is possible... yes
  498. checking if libtool supports shared libraries... yes
  499. checking whether to build shared libraries... no
  500. checking whether to build static libraries... yes
  501. checking for special C compiler options needed for large files... no
  502. checking for _FILE_OFFSET_BITS value needed for large files... no
  503. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
  504. checking whether to enable maintainer-specific portions of Makefiles... no
  505. checking whether to install libbfd... no
  506. checking whether NLS is requested... yes
  507. checking for catalogs to be installed... da es fi fr id ja ro ru rw sv tr uk vi zh_CN da es fi fr id ja ro ru rw sv tr uk vi zh_CN
  508. checking whether NLS is requested... yes
  509. checking for msgfmt... /usr/bin/msgfmt
  510. checking for gmsgfmt... /usr/bin/msgfmt
  511. checking for xgettext... /usr/bin/xgettext
  512. checking for msgmerge... /usr/bin/msgmerge
  513. checking size of long long... 8
  514. checking size of void *... 8
  515. checking size of long... 8
  516. checking alloca.h usability... yes
  517. checking alloca.h presence... yes
  518. checking for alloca.h... yes
  519. checking stddef.h usability... yes
  520. checking stddef.h presence... yes
  521. checking for stddef.h... yes
  522. checking for string.h... (cached) yes
  523. checking for strings.h... (cached) yes
  524. checking for stdlib.h... (cached) yes
  525. checking time.h usability... yes
  526. checking time.h presence... yes
  527. checking for time.h... yes
  528. checking for unistd.h... (cached) yes
  529. checking fcntl.h usability... yes
  530. checking fcntl.h presence... yes
  531. checking for fcntl.h... yes
  532. checking sys/file.h usability... yes
  533. checking sys/file.h presence... yes
  534. checking for sys/file.h... yes
  535. checking sys/time.h usability... yes
  536. checking sys/time.h presence... yes
  537. checking for sys/time.h... yes
  538. checking for sys/stat.h... (cached) yes
  539. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  540. checking for uintptr_t... yes
  541. checking for int_least32_t... yes
  542. checking for int_fast32_t... yes
  543. checking for uint64_t... yes
  544. checking what to include in bfd_stdint.h... stdint.h (already complete)
  545. checking whether time.h and sys/time.h may both be included... yes
  546. checking for dirent.h that defines DIR... yes
  547. checking for library containing opendir... none required
  548. checking windows.h usability... no
  549. checking windows.h presence... no
  550. checking for windows.h... no
  551. checking for dlfcn.h... (cached) yes
  552. checking whether string.h and strings.h may both be included... yes
  553. checking for fcntl... yes
  554. checking for getpagesize... yes
  555. checking for setitimer... yes
  556. checking for sysconf... yes
  557. checking for fdopen... yes
  558. checking for getuid... yes
  559. checking for getgid... yes
  560. checking for fileno... yes
  561. checking for strtoull... yes
  562. checking whether basename is declared... yes
  563. checking whether ftello is declared... yes
  564. checking whether ftello64 is declared... yes
  565. checking whether fseeko is declared... yes
  566. checking whether fseeko64 is declared... yes
  567. checking whether ffs is declared... yes
  568. checking whether free is declared... yes
  569. checking whether getenv is declared... yes
  570. checking whether malloc is declared... yes
  571. checking whether realloc is declared... yes
  572. checking whether stpcpy is declared... yes
  573. checking whether strstr is declared... yes
  574. checking whether snprintf is declared... yes
  575. checking whether vsnprintf is declared... yes
  576. checking for library containing zlibVersion... -lz
  577. checking zlib.h usability... yes
  578. checking zlib.h presence... yes
  579. checking for zlib.h... yes
  580. checking linker --as-needed support... yes
  581. checking for cos in -lm... yes
  582. checking for gcc version with buggy 64-bit support... no
  583. checking for ftello... yes
  584. checking for ftello64... yes
  585. checking for fseeko... yes
  586. checking for fseeko64... yes
  587. checking for fopen64... yes
  588. checking size of off_t... 8
  589. checking file_ptr type... BFD_HOST_64_BIT
  590. checking for stdlib.h... (cached) yes
  591. checking for unistd.h... (cached) yes
  592. checking for getpagesize... (cached) yes
  593. checking for working mmap... yes
  594. checking for madvise... yes
  595. checking for mprotect... yes
  596. configure: updating cache ./config.cache
  597. configure: creating ./config.status
  598. config.status: creating Makefile
  599. config.status: creating doc/Makefile
  600. config.status: creating bfd-in3.h
  601. config.status: creating po/Makefile.in
  602. config.status: creating config.h
  603. config.status: executing depfiles commands
  604. config.status: executing libtool commands
  605. config.status: executing default-1 commands
  606. config.status: executing bfd_stdint.h commands
  607. config.status: executing default commands
  608. make[2]: Entering directory `/home/framps/Downloads/cross-arm-none-eabi-binutils/src/binutils-2.23.2/build/libiberty'
  609. if [ x"" != x ] && [ ! -d pic ]; then \
  610. mkdir pic; \
  611. else true; fi
  612. touch stamp-picdir
  613. if [ x"" != x ]; then \
  614. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o pic/regex.o; \
  615. else true; fi
  616. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o regex.o
  617. if [ x"" != x ]; then \
  618. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  619. else true; fi
  620. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o cplus-dem.o
  621. ../../libiberty/cplus-dem.c:55:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  622. void * malloc ();
  623. ^
  624. ../../libiberty/cplus-dem.c:56:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  625. void * realloc ();
  626. ^
  627. ../../libiberty/cplus-dem.c: In function ‘code_for_qualifier’:
  628. ../../libiberty/cplus-dem.c:578:3: warning: implicit declaration of function ‘abort’ [-Wimplicit-function-declaration]
  629. abort ();
  630. ^
  631. ../../libiberty/cplus-dem.c:578:3: warning: incompatible implicit declaration of built-in function ‘abort’ [enabled by default]
  632. ../../libiberty/cplus-dem.c: In function ‘qualifier_string’:
  633. ../../libiberty/cplus-dem.c:618:3: warning: incompatible implicit declaration of built-in function ‘abort’ [enabled by default]
  634. abort ();
  635. ^
  636. ../../libiberty/cplus-dem.c: In function ‘squangle_mop_up’:
  637. ../../libiberty/cplus-dem.c:1220:7: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
  638. free ((char *) work -> btypevec);
  639. ^
  640. ../../libiberty/cplus-dem.c:1220:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  641. ../../libiberty/cplus-dem.c:1224:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  642. free ((char *) work -> ktypevec);
  643. ^
  644. ../../libiberty/cplus-dem.c: In function ‘delete_non_B_K_work_stuff’:
  645. ../../libiberty/cplus-dem.c:1305:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  646. free ((char *) work -> typevec);
  647. ^
  648. ../../libiberty/cplus-dem.c:1314:2: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  649. free ((char*) work->tmpl_argvec[i]);
  650. ^
  651. ../../libiberty/cplus-dem.c:1322:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  652. free ((char*) work->previous_argument);
  653. ^
  654. ../../libiberty/cplus-dem.c: In function ‘demangle_template_value_parm’:
  655. ../../libiberty/cplus-dem.c:2047:5: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  656. free (q);
  657. ^
  658. ../../libiberty/cplus-dem.c:2051:8: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  659. free (p);
  660. ^
  661. ../../libiberty/cplus-dem.c: In function ‘gnu_special’:
  662. ../../libiberty/cplus-dem.c:3086:8: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  663. free (method);
  664. ^
  665. ../../libiberty/cplus-dem.c: In function ‘recursively_demangle’:
  666. ../../libiberty/cplus-dem.c:3142:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  667. free (recurse_dem);
  668. ^
  669. ../../libiberty/cplus-dem.c:3148:3: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  670. free (recurse);
  671. ^
  672. ../../libiberty/cplus-dem.c: In function ‘demangle_qualified’:
  673. ../../libiberty/cplus-dem.c:3313:7: warning: implicit declaration of function ‘atoi’ [-Wimplicit-function-declaration]
  674. qualifiers = atoi (num);
  675. ^
  676. ../../libiberty/cplus-dem.c: In function ‘do_hpacc_template_literal’:
  677. ../../libiberty/cplus-dem.c:4113:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  678. free (recurse_dem);
  679. ^
  680. ../../libiberty/cplus-dem.c:4120:3: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  681. free (recurse);
  682. ^
  683. ../../libiberty/cplus-dem.c: In function ‘forget_B_and_K_types’:
  684. ../../libiberty/cplus-dem.c:4325:4: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  685. free (work -> ktypevec[i]);
  686. ^
  687. ../../libiberty/cplus-dem.c:4335:4: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  688. free (work -> btypevec[i]);
  689. ^
  690. ../../libiberty/cplus-dem.c: In function ‘forget_types’:
  691. ../../libiberty/cplus-dem.c:4352:4: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  692. free (work -> typevec[i]);
  693. ^
  694. ../../libiberty/cplus-dem.c: In function ‘demangle_nested_args’:
  695. ../../libiberty/cplus-dem.c:4551:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  696. free ((char *) work->previous_argument);
  697. ^
  698. ../../libiberty/cplus-dem.c: In function ‘string_delete’:
  699. ../../libiberty/cplus-dem.c:4757:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  700. free (s->b);
  701. ^
  702. if [ x"" != x ]; then \
  703. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  704. else true; fi
  705. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o cp-demangle.o
  706. ../../libiberty/cp-demangle.c: In function ‘d_make_demangle_mangled_name’:
  707. ../../libiberty/cp-demangle.c:899:5: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
  708. return d_make_name (di, s, strlen (s));
  709. ^
  710. ../../libiberty/cp-demangle.c:899:32: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  711. return d_make_name (di, s, strlen (s));
  712. ^
  713. ../../libiberty/cp-demangle.c: In function ‘d_unqualified_name’:
  714. ../../libiberty/cp-demangle.c:1424:4: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
  715. if (!strcmp (ret->u.s_operator.op->code, "li"))
  716. ^
  717. ../../libiberty/cp-demangle.c: In function ‘d_identifier’:
  718. ../../libiberty/cp-demangle.c:1549:7: warning: implicit declaration of function ‘memcmp’ [-Wimplicit-function-declaration]
  719. && memcmp (name, ANONYMOUS_NAMESPACE_PREFIX,
  720. ^
  721. ../../libiberty/cp-demangle.c: In function ‘d_growable_string_resize’:
  722. ../../libiberty/cp-demangle.c:3482:3: warning: implicit declaration of function ‘realloc’ [-Wimplicit-function-declaration]
  723. newbuf = (char *) realloc (dgs->buf, newalc);
  724. ^
  725. ../../libiberty/cp-demangle.c:3482:21: warning: incompatible implicit declaration of built-in function ‘realloc’ [enabled by default]
  726. newbuf = (char *) realloc (dgs->buf, newalc);
  727. ^
  728. ../../libiberty/cp-demangle.c:3485:7: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
  729. free (dgs->buf);
  730. ^
  731. ../../libiberty/cp-demangle.c:3485:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  732. ../../libiberty/cp-demangle.c: In function ‘d_growable_string_append_buffer’:
  733. ../../libiberty/cp-demangle.c:3511:3: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration]
  734. memcpy (dgs->buf + dgs->len, s, l);
  735. ^
  736. ../../libiberty/cp-demangle.c:3511:3: warning: incompatible implicit declaration of built-in function ‘memcpy’ [enabled by default]
  737. ../../libiberty/cp-demangle.c: In function ‘d_append_string’:
  738. ../../libiberty/cp-demangle.c:3594:28: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  739. d_append_buffer (dpi, s, strlen (s));
  740. ^
  741. ../../libiberty/cp-demangle.c: In function ‘cplus_demangle_print’:
  742. ../../libiberty/cp-demangle.c:3658:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  743. free (dgs.buf);
  744. ^
  745. ../../libiberty/cp-demangle.c: In function ‘d_print_comp’:
  746. ../../libiberty/cp-demangle.c:3953:13: warning: implicit declaration of function ‘strncmp’ [-Wimplicit-function-declaration]
  747. && strncmp (dcl->u.s_name.s, "JArray", 6) == 0)
  748. ^
  749. ../../libiberty/cp-demangle.c: In function ‘d_demangle_callback’:
  750. ../../libiberty/cp-demangle.c:5223:47: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  751. cplus_demangle_init_info (mangled, options, strlen (mangled), &di);
  752. ^
  753. ../../libiberty/cp-demangle.c: In function ‘d_demangle’:
  754. ../../libiberty/cp-demangle.c:5296:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  755. free (dgs.buf);
  756. ^
  757. ../../libiberty/cp-demangle.c: In function ‘is_ctor_or_dtor’:
  758. ../../libiberty/cp-demangle.c:5502:51: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  759. cplus_demangle_init_info (mangled, DMGL_GNU_V3, strlen (mangled), &di);
  760. ^
  761. if [ x"" != x ]; then \
  762. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o pic/md5.o; \
  763. else true; fi
  764. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o md5.o
  765. if [ x"" != x ]; then \
  766. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sha1.c -o pic/sha1.o; \
  767. else true; fi
  768. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sha1.c -o sha1.o
  769. if [ x"" != x ]; then \
  770. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o pic/alloca.o; \
  771. else true; fi
  772. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o alloca.o
  773. ../../libiberty/alloca.c: In function ‘C_alloca’:
  774. ../../libiberty/alloca.c:184:4: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
  775. free ((PTR) hp); /* Collect garbage. */
  776. ^
  777. ../../libiberty/alloca.c:184:4: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  778. ../../libiberty/alloca.c:204:7: warning: implicit declaration of function ‘abort’ [-Wimplicit-function-declaration]
  779. abort();
  780. ^
  781. ../../libiberty/alloca.c:204:7: warning: incompatible implicit declaration of built-in function ‘abort’ [enabled by default]
  782. if [ x"" != x ]; then \
  783. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o pic/argv.o; \
  784. else true; fi
  785. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o argv.o
  786. if [ x"" != x ]; then \
  787. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o pic/choose-temp.o; \
  788. else true; fi
  789. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o choose-temp.o
  790. ../../libiberty/choose-temp.c: In function ‘choose_temp_base’:
  791. ../../libiberty/choose-temp.c:67:3: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
  792. len = strlen (base);
  793. ^
  794. ../../libiberty/choose-temp.c:67:9: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  795. len = strlen (base);
  796. ^
  797. ../../libiberty/choose-temp.c:69:3: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration]
  798. strcpy (temp_filename, base);
  799. ^
  800. ../../libiberty/choose-temp.c:69:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ [enabled by default]
  801. ../../libiberty/choose-temp.c:72:3: warning: implicit declaration of function ‘mktemp’ [-Wimplicit-function-declaration]
  802. if (mktemp (temp_filename) == 0)
  803. ^
  804. ../../libiberty/choose-temp.c:73:5: warning: implicit declaration of function ‘abort’ [-Wimplicit-function-declaration]
  805. abort ();
  806. ^
  807. ../../libiberty/choose-temp.c:73:5: warning: incompatible implicit declaration of built-in function ‘abort’ [enabled by default]
  808. if [ x"" != x ]; then \
  809. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o pic/concat.o; \
  810. else true; fi
  811. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o concat.o
  812. ../../libiberty/concat.c: In function ‘vconcat_length’:
  813. ../../libiberty/concat.c:77:5: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
  814. length += strlen (arg);
  815. ^
  816. ../../libiberty/concat.c:77:15: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  817. length += strlen (arg);
  818. ^
  819. ../../libiberty/concat.c: In function ‘vconcat_copy’:
  820. ../../libiberty/concat.c:90:30: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  821. unsigned long length = strlen (arg);
  822. ^
  823. ../../libiberty/concat.c:91:7: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration]
  824. memcpy (end, arg, length);
  825. ^
  826. ../../libiberty/concat.c:91:7: warning: incompatible implicit declaration of built-in function ‘memcpy’ [enabled by default]
  827. ../../libiberty/concat.c: In function ‘reconcat’:
  828. ../../libiberty/concat.c:208:5: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
  829. free (optr);
  830. ^
  831. ../../libiberty/concat.c:208:5: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  832. if [ x"" != x ]; then \
  833. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o pic/cp-demint.o; \
  834. else true; fi
  835. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o cp-demint.o
  836. ../../libiberty/cp-demint.c: In function ‘cplus_demangle_fill_builtin_type’:
  837. ../../libiberty/cp-demint.c:140:3: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
  838. len = strlen (type_name);
  839. ^
  840. ../../libiberty/cp-demint.c:140:9: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  841. len = strlen (type_name);
  842. ^
  843. ../../libiberty/cp-demint.c:144:4: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
  844. && strcmp (type_name, cplus_demangle_builtin_types[i].name) == 0)
  845. ^
  846. ../../libiberty/cp-demint.c: In function ‘cplus_demangle_fill_operator’:
  847. ../../libiberty/cp-demint.c:165:9: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  848. len = strlen (opname);
  849. ^
  850. ../../libiberty/cp-demint.c: In function ‘cplus_demangle_v3_components’:
  851. ../../libiberty/cp-demint.c:190:9: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  852. len = strlen (mangled);
  853. ^
  854. ../../libiberty/cp-demint.c:204:8: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
  855. malloc (di.num_comps * sizeof (struct demangle_component)));
  856. ^
  857. ../../libiberty/cp-demint.c:204:8: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
  858. ../../libiberty/cp-demint.c:209:7: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
  859. free (di.comps);
  860. ^
  861. ../../libiberty/cp-demint.c:209:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  862. ../../libiberty/cp-demint.c:224:3: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  863. free (di.subs);
  864. ^
  865. if [ x"" != x ]; then \
  866. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/crc32.c -o pic/crc32.o; \
  867. else true; fi
  868. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/crc32.c -o crc32.o
  869. if [ x"" != x ]; then \
  870. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \
  871. else true; fi
  872. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dwarfnames.c -o dwarfnames.o
  873. if [ x"" != x ]; then \
  874. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o pic/dyn-string.o; \
  875. else true; fi
  876. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o dyn-string.o
  877. ../../libiberty/dyn-string.c: In function ‘dyn_string_delete’:
  878. ../../libiberty/dyn-string.c:110:3: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
  879. free (ds->s);
  880. ^
  881. ../../libiberty/dyn-string.c:110:3: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  882. ../../libiberty/dyn-string.c: In function ‘dyn_string_release’:
  883. ../../libiberty/dyn-string.c:126:3: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  884. free (ds);
  885. ^
  886. ../../libiberty/dyn-string.c: In function ‘dyn_string_copy’:
  887. ../../libiberty/dyn-string.c:187:5: warning: implicit declaration of function ‘abort’ [-Wimplicit-function-declaration]
  888. abort ();
  889. ^
  890. ../../libiberty/dyn-string.c:187:5: warning: incompatible implicit declaration of built-in function ‘abort’ [enabled by default]
  891. ../../libiberty/dyn-string.c:193:3: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration]
  892. strcpy (dest->s, src->s);
  893. ^
  894. ../../libiberty/dyn-string.c:193:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ [enabled by default]
  895. ../../libiberty/dyn-string.c: In function ‘dyn_string_copy_cstr’:
  896. ../../libiberty/dyn-string.c:206:3: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
  897. int length = strlen (src);
  898. ^
  899. ../../libiberty/dyn-string.c:206:16: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  900. int length = strlen (src);
  901. ^
  902. ../../libiberty/dyn-string.c:211:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ [enabled by default]
  903. strcpy (dest->s, src);
  904. ^
  905. ../../libiberty/dyn-string.c: In function ‘dyn_string_insert’:
  906. ../../libiberty/dyn-string.c:249:5: warning: incompatible implicit declaration of built-in function ‘abort’ [enabled by default]
  907. abort ();
  908. ^
  909. ../../libiberty/dyn-string.c:257:3: warning: implicit declaration of function ‘strncpy’ [-Wimplicit-function-declaration]
  910. strncpy (dest->s + pos, src->s, src->length);
  911. ^
  912. ../../libiberty/dyn-string.c:257:3: warning: incompatible implicit declaration of built-in function ‘strncpy’ [enabled by default]
  913. ../../libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’:
  914. ../../libiberty/dyn-string.c:272:16: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  915. int length = strlen (src);
  916. ^
  917. ../../libiberty/dyn-string.c:280:3: warning: incompatible implicit declaration of built-in function ‘strncpy’ [enabled by default]
  918. strncpy (dest->s + pos, src, length);
  919. ^
  920. ../../libiberty/dyn-string.c: In function ‘dyn_string_append’:
  921. ../../libiberty/dyn-string.c:316:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ [enabled by default]
  922. strcpy (dest->s + dest->length, s->s);
  923. ^
  924. ../../libiberty/dyn-string.c: In function ‘dyn_string_append_cstr’:
  925. ../../libiberty/dyn-string.c:328:13: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
  926. int len = strlen (s);
  927. ^
  928. ../../libiberty/dyn-string.c:334:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ [enabled by default]
  929. strcpy (dest->s + dest->length, s);
  930. ^
  931. ../../libiberty/dyn-string.c: In function ‘dyn_string_substring’:
  932. ../../libiberty/dyn-string.c:371:5: warning: incompatible implicit declaration of built-in function ‘abort’ [enabled by default]
  933. abort ();
  934. ^
  935. ../../libiberty/dyn-string.c: In function ‘dyn_string_eq’:
  936. ../../libiberty/dyn-string.c:396:5: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
  937. return !strcmp (ds1->s, ds2->s);
  938. ^
  939. if [ x"" != x ]; then \
  940. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o pic/fdmatch.o; \
  941. else true; fi
  942. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o fdmatch.o
  943. if [ x"" != x ]; then \
  944. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o pic/fibheap.o; \
  945. else true; fi
  946. gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o fibheap.o
  947. ../../libiberty/fibheap.c: In function ‘fibheap_union’:
  948. ../../libiberty/fibheap.c:151:7: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
  949. free (heapa);
  950. ^
  951. ../../libiberty/fibheap.c:151:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  952. ../../libiberty/fibheap.c:156:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  953. free (heapb);
  954. ^
  955. ../../libiberty/fibheap.c:172:3: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  956. free (heapb);
  957. ^
  958. ../../libiberty/fibheap.c: In function ‘fibheap_extract_min’:
  959. ../../libiberty/fibheap.c:190:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  960. free (z);
  961. ^
  962. ../../libiberty/fibheap.c: In function ‘fibheap_replace_key_data’:
  963. ../../libiberty/fibheap.c:38:24: error: ‘LONG_MIN’ undeclared (first use in this function)
  964. #define FIBHEAPKEY_MIN LONG_MIN
  965. ^
  966. ../../libiberty/fibheap.c:220:30: note: in expansion of macro ‘FIBHEAPKEY_MIN’
  967. if (okey == key && okey != FIBHEAPKEY_MIN)
  968. ^
  969. ../../libiberty/fibheap.c:38:24: note: each undeclared identifier is reported only once for each function it appears in
  970. #define FIBHEAPKEY_MIN LONG_MIN
  971. ^
  972. ../../libiberty/fibheap.c:220:30: note: in expansion of macro ‘FIBHEAPKEY_MIN’
  973. if (okey == key && okey != FIBHEAPKEY_MIN)
  974. ^
  975. ../../libiberty/fibheap.c: In function ‘fibheap_delete_node’:
  976. ../../libiberty/fibheap.c:38:24: error: ‘LONG_MIN’ undeclared (first use in this function)
  977. #define FIBHEAPKEY_MIN LONG_MIN
  978. ^
  979. ../../libiberty/fibheap.c:261:36: note: in expansion of macro ‘FIBHEAPKEY_MIN’
  980. fibheap_replace_key (heap, node, FIBHEAPKEY_MIN);
  981. ^
  982. ../../libiberty/fibheap.c:265:7: warning: implicit declaration of function ‘abort’ [-Wimplicit-function-declaration]
  983. abort ();
  984. ^
  985. ../../libiberty/fibheap.c:265:7: warning: incompatible implicit declaration of built-in function ‘abort’ [enabled by default]
  986. ../../libiberty/fibheap.c: In function ‘fibheap_delete’:
  987. ../../libiberty/fibheap.c:277:5: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
  988. free (fibheap_extr_min_node (heap));
  989. ^
  990. ../../libiberty/fibheap.c: In function ‘fibheap_consolidate’:
  991. ../../libiberty/fibheap.c:368:3: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
  992. memset (a, 0, sizeof (fibnode_t) * D);
  993. ^
  994. ../../libiberty/fibheap.c:368:3: warning: incompatible implicit declaration of built-in function ‘memset’ [enabled by default]
  995. make[2]: *** [fibheap.o] Error 1
  996. make[2]: Leaving directory `/home/framps/Downloads/cross-arm-none-eabi-binutils/src/binutils-2.23.2/build/libiberty'
  997. make[1]: *** [all-libiberty] Error 2
  998. make[1]: Leaving directory `/home/framps/Downloads/cross-arm-none-eabi-binutils/src/binutils-2.23.2/build'
  999. make: *** [all] Error 2
  1000. ==> ERROR:(B A failure occurred in build().(B
  1001.  Aborting...(B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement