Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.49 KB | None | 0 0
  1. Configuring in ./intl
  2. configure: loading cache ./config.cache
  3. checking whether make sets $(MAKE)... (cached) yes
  4. checking for a BSD-compatible install... (cached) /usr/bin/install -c
  5. checking whether NLS is requested... no
  6. checking for msgfmt... (cached) no
  7. checking for gmsgfmt... (cached) :
  8. checking for xgettext... (cached) no
  9. checking for msgmerge... (cached) no
  10. checking for i686-pc-linux-gnu-gcc... (cached) 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... (cached) o
  16. checking whether we are using the GNU C compiler... (cached) yes
  17. checking whether gcc accepts -g... (cached) yes
  18. checking for gcc option to accept ISO C89... (cached) none needed
  19. checking build system type... (cached) i686-pc-linux-gnu
  20. checking host system type... (cached) i686-pc-linux-gnu
  21. checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
  22. checking for library containing strerror... (cached) none required
  23. checking how to run the C preprocessor... (cached) gcc -E
  24. checking for grep that handles long lines and -e... (cached) /bin/grep
  25. checking for egrep... (cached) /bin/grep -E
  26. checking for ANSI C header files... (cached) yes
  27. checking for an ANSI C-conforming const... (cached) yes
  28. checking for inline... (cached) inline
  29. checking for sys/types.h... (cached) yes
  30. checking for sys/stat.h... (cached) yes
  31. checking for stdlib.h... (cached) yes
  32. checking for string.h... (cached) yes
  33. checking for memory.h... (cached) yes
  34. checking for strings.h... (cached) yes
  35. checking for inttypes.h... (cached) yes
  36. checking for stdint.h... (cached) yes
  37. checking for unistd.h... (cached) yes
  38. checking for off_t... (cached) yes
  39. checking for size_t... (cached) yes
  40. checking for working alloca.h... (cached) yes
  41. checking for alloca... (cached) yes
  42. checking for stdlib.h... (cached) yes
  43. checking for unistd.h... (cached) yes
  44. checking for getpagesize... (cached) yes
  45. checking for working mmap... (cached) yes
  46. checking whether we are using the GNU C Library 2.1 or newer... (cached) yes
  47. checking whether integer division by zero raises SIGFPE... (cached) yes
  48. checking for inttypes.h... (cached) yes
  49. checking for stdint.h... (cached) yes
  50. checking for unsigned long long... (cached) yes
  51. checking for inttypes.h... (cached) yes
  52. checking whether the inttypes.h PRIxNN macros are broken... (cached) no
  53. checking for ld used by GCC... (cached) ld
  54. checking if the linker (ld) is GNU ld... (cached) yes
  55. checking for shared library run path origin... (cached) done
  56. checking for argz.h... (cached) yes
  57. checking for limits.h... (cached) yes
  58. checking for locale.h... (cached) yes
  59. checking for nl_types.h... (cached) yes
  60. checking for malloc.h... (cached) yes
  61. checking for stddef.h... (cached) yes
  62. checking for stdlib.h... (cached) yes
  63. checking for string.h... (cached) yes
  64. checking for unistd.h... (cached) yes
  65. checking for sys/param.h... (cached) yes
  66. checking for feof_unlocked... (cached) yes
  67. checking for fgets_unlocked... (cached) yes
  68. checking for getc_unlocked... (cached) yes
  69. checking for getcwd... (cached) yes
  70. checking for getegid... (cached) yes
  71. checking for geteuid... (cached) yes
  72. checking for getgid... (cached) yes
  73. checking for getuid... (cached) yes
  74. checking for mempcpy... (cached) yes
  75. checking for munmap... (cached) yes
  76. checking for putenv... (cached) yes
  77. checking for setenv... (cached) yes
  78. checking for setlocale... (cached) yes
  79. checking for stpcpy... (cached) yes
  80. checking for strcasecmp... (cached) yes
  81. checking for strdup... (cached) yes
  82. checking for strtoul... (cached) yes
  83. checking for tsearch... (cached) yes
  84. checking for __argz_count... (cached) yes
  85. checking for __argz_stringify... (cached) yes
  86. checking for __argz_next... (cached) yes
  87. checking for __fsetlocking... (cached) yes
  88. checking for iconv... (cached) yes
  89. checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  90. checking for nl_langinfo and CODESET... (cached) yes
  91. checking for LC_MESSAGES... (cached) yes
  92. checking for bison... (cached) bison
  93. checking version of bison... 2.4.1, ok
  94. checking whether NLS is requested... no
  95. checking whether to use NLS... no
  96. checking for aclocal... (cached) aclocal
  97. checking for autoconf... (cached) autoconf
  98. checking for autoheader... (cached) autoheader
  99. configure: creating ./config.status
  100. config.status: creating Makefile
  101. config.status: creating config.intl
  102. config.status: creating config.h
  103. config.status: config.h is unchanged
  104. config.status: executing default-1 commands
  105. Configuring in ./gcc
  106. configure: loading cache ./config.cache
  107. checking build system type... (cached) i686-pc-linux-gnu
  108. checking host system type... (cached) i686-pc-linux-gnu
  109. checking target system type... (cached) arm-none-eabi
  110. checking LIBRARY_PATH variable... ok
  111. checking GCC_EXEC_PREFIX variable... ok
  112. checking whether to place generated files in the source directory... no
  113. checking whether a default linker was specified... no
  114. checking whether a default assembler was specified... no
  115. checking for i686-pc-linux-gnu-gcc... (cached) gcc
  116. checking for C compiler default output file name... a.out
  117. checking whether the C compiler works... yes
  118. checking whether we are cross compiling... no
  119. checking for suffix of executables...
  120. checking for suffix of object files... (cached) o
  121. checking whether we are using the GNU C compiler... (cached) yes
  122. checking whether gcc accepts -g... (cached) yes
  123. checking for gcc option to accept ISO C89... (cached) none needed
  124. checking whether gcc and cc understand -c and -o together... (cached) yes
  125. checking whether we are using the GNU C++ compiler... (cached) yes
  126. checking whether g++ accepts -g... (cached) yes
  127. checking for i686-pc-linux-gnu-gnatbind... no
  128. checking for gnatbind... no
  129. checking for i686-pc-linux-gnu-gnatmake... no
  130. checking for gnatmake... no
  131. checking whether compiler driver understands Ada... (cached) no
  132. checking how to run the C preprocessor... (cached) gcc -E
  133. checking for grep that handles long lines and -e... (cached) /bin/grep
  134. checking for egrep... (cached) /bin/grep -E
  135. checking for ANSI C header files... (cached) yes
  136. checking for sys/types.h... (cached) yes
  137. checking for sys/stat.h... (cached) yes
  138. checking for stdlib.h... (cached) yes
  139. checking for string.h... (cached) yes
  140. checking for memory.h... (cached) yes
  141. checking for strings.h... (cached) yes
  142. checking for inttypes.h... (cached) yes
  143. checking for stdint.h... (cached) yes
  144. checking for unistd.h... (cached) yes
  145. checking for minix/config.h... (cached) no
  146. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  147. checking how to run the C preprocessor... gcc -E
  148. checking for inline... (cached) inline
  149. checking size of void *... (cached) 4
  150. checking size of short... (cached) 2
  151. checking size of int... (cached) 4
  152. checking size of long... (cached) 4
  153. checking for long long... (cached) yes
  154. checking size of long long... (cached) 8
  155. checking for __int64... (cached) no
  156. checking for int8_t... (cached) yes
  157. checking for int16_t... (cached) yes
  158. checking for int32_t... (cached) yes
  159. checking for int64_t... (cached) yes
  160. checking for long long int... (cached) yes
  161. checking for intmax_t... (cached) yes
  162. checking for intptr_t... (cached) yes
  163. checking for uint8_t... (cached) yes
  164. checking for uint16_t... (cached) yes
  165. checking for uint32_t... (cached) yes
  166. checking for uint64_t... (cached) yes
  167. checking for unsigned long long int... (cached) yes
  168. checking for uintmax_t... (cached) yes
  169. checking for uintptr_t... (cached) yes
  170. checking whether gcc supports -W... (cached) yes
  171. checking whether gcc supports -Wall... (cached) yes
  172. checking whether gcc supports -Wwrite-strings... (cached) yes
  173. checking whether gcc supports -Wcast-qual... (cached) yes
  174. checking whether gcc supports -Wstrict-prototypes... (cached) yes
  175. checking whether gcc supports -Wmissing-prototypes... (cached) yes
  176. checking whether gcc supports -Wmissing-format-attribute... (cached) yes
  177. checking whether gcc supports -Wold-style-definition... (cached) yes
  178. checking whether gcc supports -Wc++-compat... (cached) yes
  179. checking whether gcc supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... (cached) yes
  180. checking for valgrind.h... (cached) no
  181. configure: WARNING: decimal float is not supported for this target
  182. configure: WARNING: fixed-point is not supported for this target
  183. checking whether make sets $(MAKE)... (cached) yes
  184. checking for gawk... (cached) gawk
  185. checking whether ln -s works... (cached) yes
  186. checking whether ln works... (cached) yes
  187. checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
  188. checking for a BSD compatible install... (cached) /usr/bin/install -c
  189. checking for cmp's capabilities... (cached) gnucompare
  190. checking for mktemp... (cached) yes
  191. checking for makeinfo... (cached) makeinfo
  192. checking for modern makeinfo... (cached) yes
  193. checking for recent Pod::Man... yes
  194. checking for flex... (cached) flex
  195. checking for bison... (cached) bison
  196. checking for nm... (cached) nm
  197. checking for ar... (cached) ar
  198. checking for ANSI C header files... (cached) yes
  199. checking whether time.h and sys/time.h may both be included... (cached) yes
  200. checking whether string.h and strings.h may both be included... (cached) yes
  201. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  202. checking for limits.h... (cached) yes
  203. checking for stddef.h... (cached) yes
  204. checking for string.h... (cached) yes
  205. checking for strings.h... (cached) yes
  206. checking for stdlib.h... (cached) yes
  207. checking for time.h... (cached) yes
  208. checking for iconv.h... (cached) yes
  209. checking for fcntl.h... (cached) yes
  210. checking for unistd.h... (cached) yes
  211. checking for sys/file.h... (cached) yes
  212. checking for sys/time.h... (cached) yes
  213. checking for sys/mman.h... (cached) yes
  214. checking for sys/resource.h... (cached) yes
  215. checking for sys/param.h... (cached) yes
  216. checking for sys/times.h... (cached) yes
  217. checking for sys/stat.h... (cached) yes
  218. checking for direct.h... (cached) no
  219. checking for malloc.h... (cached) yes
  220. checking for langinfo.h... (cached) yes
  221. checking for ldfcn.h... (cached) no
  222. checking for locale.h... (cached) yes
  223. checking for wchar.h... (cached) yes
  224. checking for thread.h... (cached) no
  225. checking for pthread.h... (cached) yes
  226. checking for CHAR_BIT... (cached) yes
  227. checking whether byte ordering is bigendian... (cached) no
  228. checking for collect2 libraries... (cached) none required
  229. checking for library containing exc_resume... (cached) no
  230. checking for library containing ldexp... (cached) none required
  231. checking for inttypes.h... (cached) yes
  232. checking for times... (cached) yes
  233. checking for clock... (cached) yes
  234. checking for kill... (cached) yes
  235. checking for getrlimit... (cached) yes
  236. checking for setrlimit... (cached) yes
  237. checking for atoll... (cached) yes
  238. checking for atoq... (cached) no
  239. checking for sysconf... (cached) yes
  240. checking for strsignal... (cached) yes
  241. checking for getrusage... (cached) yes
  242. checking for nl_langinfo... (cached) yes
  243. checking for gettimeofday... (cached) yes
  244. checking for mbstowcs... (cached) yes
  245. checking for wcswidth... (cached) yes
  246. checking for mmap... (cached) yes
  247. checking for mincore... (cached) yes
  248. checking for setlocale... (cached) yes
  249. checking for clearerr_unlocked... (cached) yes
  250. checking for feof_unlocked... (cached) yes
  251. checking for ferror_unlocked... (cached) yes
  252. checking for fflush_unlocked... (cached) yes
  253. checking for fgetc_unlocked... (cached) yes
  254. checking for fgets_unlocked... (cached) yes
  255. checking for fileno_unlocked... (cached) yes
  256. checking for fprintf_unlocked... (cached) no
  257. checking for fputc_unlocked... (cached) yes
  258. checking for fputs_unlocked... (cached) yes
  259. checking for fread_unlocked... (cached) yes
  260. checking for fwrite_unlocked... (cached) yes
  261. checking for getchar_unlocked... (cached) yes
  262. checking for getc_unlocked... (cached) yes
  263. checking for putchar_unlocked... (cached) yes
  264. checking for putc_unlocked... (cached) yes
  265. checking for elf_getshdrstrndx... (cached) no
  266. checking for elf_getshstrndx... (cached) no
  267. checking whether mbstowcs works... (cached) yes
  268. checking for ssize_t... (cached) yes
  269. checking for caddr_t... (cached) yes
  270. checking for sys/mman.h... (cached) yes
  271. checking for mmap... (cached) yes
  272. checking whether read-only mmap of a plain file works... (cached) yes
  273. checking whether mmap from /dev/zero works... (cached) yes
  274. checking for MAP_ANON(YMOUS)... (cached) yes
  275. checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
  276. checking for pid_t... (cached) yes
  277. checking for vfork.h... (cached) no
  278. checking for fork... (cached) yes
  279. checking for vfork... (cached) yes
  280. checking for working fork... (cached) yes
  281. checking for working vfork... (cached) yes
  282. checking for ld used by GCC... (cached) ld
  283. checking if the linker (ld) is GNU ld... (cached) yes
  284. checking for shared library run path origin... (cached) done
  285. checking for iconv... (cached) yes
  286. checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  287. checking for LC_MESSAGES... (cached) yes
  288. checking for nl_langinfo and CODESET... (cached) yes
  289. checking whether getenv is declared... (cached) yes
  290. checking whether atol is declared... (cached) yes
  291. checking whether asprintf is declared... (cached) yes
  292. checking whether sbrk is declared... (cached) yes
  293. checking whether abort is declared... (cached) yes
  294. checking whether atof is declared... (cached) yes
  295. checking whether getcwd is declared... (cached) yes
  296. checking whether getwd is declared... (cached) yes
  297. checking whether strsignal is declared... (cached) yes
  298. checking whether strstr is declared... (cached) yes
  299. checking whether strverscmp is declared... (cached) yes
  300. checking whether errno is declared... (cached) yes
  301. checking whether snprintf is declared... (cached) yes
  302. checking whether vsnprintf is declared... (cached) yes
  303. checking whether vasprintf is declared... (cached) yes
  304. checking whether malloc is declared... (cached) yes
  305. checking whether realloc is declared... (cached) yes
  306. checking whether calloc is declared... (cached) yes
  307. checking whether free is declared... (cached) yes
  308. checking whether basename is declared... (cached) yes
  309. checking whether getopt is declared... (cached) no
  310. checking whether clock is declared... (cached) yes
  311. checking whether getpagesize is declared... (cached) yes
  312. checking whether clearerr_unlocked is declared... (cached) yes
  313. checking whether feof_unlocked is declared... (cached) yes
  314. checking whether ferror_unlocked is declared... (cached) yes
  315. checking whether fflush_unlocked is declared... (cached) yes
  316. checking whether fgetc_unlocked is declared... (cached) yes
  317. checking whether fgets_unlocked is declared... (cached) yes
  318. checking whether fileno_unlocked is declared... (cached) yes
  319. checking whether fprintf_unlocked is declared... (cached) no
  320. checking whether fputc_unlocked is declared... (cached) yes
  321. checking whether fputs_unlocked is declared... (cached) yes
  322. checking whether fread_unlocked is declared... (cached) yes
  323. checking whether fwrite_unlocked is declared... (cached) yes
  324. checking whether getchar_unlocked is declared... (cached) yes
  325. checking whether getc_unlocked is declared... (cached) yes
  326. checking whether putchar_unlocked is declared... (cached) yes
  327. checking whether putc_unlocked is declared... (cached) yes
  328. checking whether getrlimit is declared... (cached) yes
  329. checking whether setrlimit is declared... (cached) yes
  330. checking whether getrusage is declared... (cached) yes
  331. checking whether ldgetname is declared... (cached) no
  332. checking whether times is declared... (cached) yes
  333. checking whether sigaltstack is declared... (cached) yes
  334. checking for struct tms... (cached) yes
  335. checking for clock_t... (cached) yes
  336. checking for .preinit_array/.init_array/.fini_array support... (cached) yes
  337. checking if mkdir takes one argument... (cached) no
  338. For real value is
  339. For real value is
  340. Using `../../../src/gcc-4.5.1/gcc/config/arm/arm.c' for machine-specific logic.
  341. Using `../../../src/gcc-4.5.1/gcc/config/arm/arm.md' as machine description file.
  342. Using the following target machine macro files:
  343. ../../../src/gcc-4.5.1/gcc/config/dbxelf.h
  344. ../../../src/gcc-4.5.1/gcc/config/elfos.h
  345. ../../../src/gcc-4.5.1/gcc/config/arm/unknown-elf.h
  346. ../../../src/gcc-4.5.1/gcc/config/arm/elf.h
  347. ../../../src/gcc-4.5.1/gcc/config/arm/bpabi.h
  348. ../../../src/gcc-4.5.1/gcc/config/arm/eabi.h
  349. ../../../src/gcc-4.5.1/gcc/config/newlib-stdint.h
  350. ../../../src/gcc-4.5.1/gcc/config/arm/aout.h
  351. ../../../src/gcc-4.5.1/gcc/config/arm/arm.h
  352. Using host-linux.o for host machine hooks.
  353. checking whether NLS is requested... no
  354. checking how to print strings... printf
  355. checking for a sed that does not truncate output... (cached) /bin/sed
  356. checking for fgrep... (cached) /bin/grep -F
  357. checking for ld used by gcc... (cached) ld
  358. checking if the linker (ld) is GNU ld... (cached) yes
  359. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  360. checking the name lister (nm) interface... (cached) BSD nm
  361. checking whether ln -s works... yes
  362. checking the maximum length of command line arguments... (cached) 805306365
  363. checking whether the shell understands some XSI constructs... yes
  364. checking whether the shell understands "+="... yes
  365. checking for ld option to reload object files... (cached) -r
  366. checking for i686-pc-linux-gnu-objdump... (cached) objdump
  367. checking how to recognize dependent libraries... (cached) pass_all
  368. checking for i686-pc-linux-gnu-ar... (cached) ar
  369. checking for i686-pc-linux-gnu-strip... no
  370. checking for strip... (cached) strip
  371. checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
  372. checking command to parse nm output from gcc object... (cached) ok
  373. checking for dlfcn.h... (cached) yes
  374. checking for objdir... (cached) .libs
  375. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  376. checking for gcc option to produce PIC... -fPIC -DPIC
  377. checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
  378. checking if gcc static flag -static works... (cached) yes
  379. checking if gcc supports -c -o file.o... (cached) yes
  380. checking if gcc supports -c -o file.o... (cached) yes
  381. checking whether the gcc linker (ld) supports shared libraries... yes
  382. checking whether -lc should be explicitly linked in... (cached) no
  383. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  384. checking how to hardcode library paths into programs... immediate
  385. checking whether stripping libraries is possible... yes
  386. checking if libtool supports shared libraries... yes
  387. checking whether to build shared libraries... yes
  388. checking whether to build static libraries... yes
  389. checking how to run the C++ preprocessor... (cached) g++ -E
  390. checking for ld used by g++... (cached) ld
  391. checking if the linker (ld) is GNU ld... (cached) yes
  392. checking whether the g++ linker (ld) supports shared libraries... yes
  393. checking for g++ option to produce PIC... -fPIC -DPIC
  394. checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
  395. checking if g++ static flag -static works... (cached) yes
  396. checking if g++ supports -c -o file.o... (cached) yes
  397. checking if g++ supports -c -o file.o... (cached) yes
  398. checking whether the g++ linker (ld) supports shared libraries... yes
  399. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  400. checking how to hardcode library paths into programs... immediate
  401. checking what assembler to use... /home/john/Project/Toolchain/arm/site/arm-none-eabi/bin/as
  402. checking what linker to use... /home/john/Project/Toolchain/arm/site/arm-none-eabi/bin/ld
  403. checking what nm to use... /home/john/Project/Toolchain/arm/site/arm-none-eabi/bin/nm
  404. checking what objdump to use... /home/john/Project/Toolchain/arm/site/arm-none-eabi/bin/objdump
  405. checking what readelf to use... /usr/bin/readelf
  406. checking assembler flags... (cached)
  407. checking assembler for .balign and .p2align... (cached) yes
  408. checking assembler for .p2align with maximum skip... (cached) yes
  409. checking assembler for .literal16... (cached) no
  410. checking assembler for working .subsection -1... (cached) yes
  411. checking assembler for .weak... (cached) yes
  412. checking assembler for .weakref... (cached) yes
  413. checking assembler for .nsubspa comdat... (cached) no
  414. checking assembler for .hidden... (cached) yes
  415. checking linker for .hidden support... (cached) yes
  416. checking linker read-only and read-write section mixing... read-write
  417. checking assembler for .sleb128 and .uleb128... (cached) yes
  418. checking assembler for cfi directives... (cached) yes
  419. checking assembler for working cfi advance... (cached) yes
  420. checking assembler for cfi personality directive... (cached) yes
  421. checking assembler for cfi sections directive... (cached) yes
  422. checking assembler for eh_frame optimization... (cached) no
  423. checking assembler for section merging support... (cached) yes
  424. checking assembler for COMDAT group support... (cached) no
  425. checking assembler for COMDAT group support... (cached) yes
  426. checking assembler for line table discriminator support... (cached) yes
  427. checking assembler for thread-local storage support... (cached) yes
  428. checking linker -Bstatic/-Bdynamic option... yes
  429. checking assembler for dwarf2 debug_line support... (cached) yes
  430. checking assembler for buggy dwarf2 .file directive... (cached) no
  431. checking assembler for --gdwarf2 option... (cached) yes
  432. checking assembler for --gstabs option... (cached) yes
  433. checking assembler for --debug-prefix-map option... (cached) yes
  434. checking assembler for .lcomm with alignment... (cached) no
  435. checking assembler for gnu_unique_object... (cached) no
  436. checking assembler for tolerance to line number 0... (cached) yes
  437. checking linker PT_GNU_EH_FRAME support... yes
  438. checking linker position independent executable support... yes
  439. checking linker EH-compatible garbage collection of sections... no
  440. checking linker --as-needed support... (cached) yes
  441. checking linker --build-id support... (cached) yes
  442. checking linker *_sol2 emulation support... (cached) no
  443. checking linker --sysroot support... (cached) yes
  444. checking __stack_chk_fail in target C library... (cached) no
  445. Using ggc-page for garbage collection.
  446. checking whether to enable maintainer-specific portions of Makefiles... no
  447. Links are now set up to build a cross-compiler
  448. from i686-pc-linux-gnu to arm-none-eabi.
  449. checking for exported symbols... checking for -rdynamic... yes
  450. checking for library containing dlopen... (cached) -ldl
  451. checking for -fPIC -shared... yes
  452. configure: creating ./config.status
  453. config.status: creating as
  454. config.status: creating collect-ld
  455. config.status: creating nm
  456. config.status: creating Makefile
  457. config.status: creating gccbug
  458. config.status: creating ada/gcc-interface/Makefile
  459. config.status: creating ada/Makefile
  460. config.status: creating auto-host.h
  461. config.status: auto-host.h is unchanged
  462. config.status: executing default commands
  463. Configuring in ./libiberty
  464. configure: loading cache ./config.cache
  465. checking whether to enable maintainer-specific portions of Makefiles... no
  466. checking for makeinfo... (cached) makeinfo
  467. checking for perl... (cached) perl
  468. checking build system type... (cached) i686-pc-linux-gnu
  469. checking host system type... (cached) i686-pc-linux-gnu
  470. checking for i686-pc-linux-gnu-ar... (cached) ar
  471. checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
  472. checking for i686-pc-linux-gnu-gcc... (cached) gcc
  473. checking for C compiler default output file name... a.out
  474. checking whether the C compiler works... yes
  475. checking whether we are cross compiling... no
  476. checking for suffix of executables...
  477. checking for suffix of object files... (cached) o
  478. checking whether we are using the GNU C compiler... (cached) yes
  479. checking whether gcc accepts -g... (cached) yes
  480. checking for gcc option to accept ISO C89... (cached) none needed
  481. checking for special C compiler options needed for large files... (cached) no
  482. checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64
  483. checking how to run the C preprocessor... (cached) gcc -E
  484. checking whether gcc supports -W... (cached) yes
  485. checking whether gcc supports -Wall... (cached) yes
  486. checking whether gcc supports -Wwrite-strings... (cached) yes
  487. checking whether gcc supports -Wc++-compat... (cached) yes
  488. checking whether gcc supports -Wstrict-prototypes... (cached) yes
  489. checking whether gcc supports -pedantic ... (cached) yes
  490. checking whether gcc and cc understand -c and -o together... (cached) yes
  491. checking for an ANSI C-conforming const... (cached) yes
  492. checking for inline... (cached) inline
  493. checking for grep that handles long lines and -e... (cached) /bin/grep
  494. checking for egrep... (cached) /bin/grep -E
  495. checking for ANSI C header files... (cached) yes
  496. checking for sys/types.h... (cached) yes
  497. checking for sys/stat.h... (cached) yes
  498. checking for stdlib.h... (cached) yes
  499. checking for string.h... (cached) yes
  500. checking for memory.h... (cached) yes
  501. checking for strings.h... (cached) yes
  502. checking for inttypes.h... (cached) yes
  503. checking for stdint.h... (cached) yes
  504. checking for unistd.h... (cached) yes
  505. checking whether byte ordering is bigendian... (cached) no
  506. checking for a BSD-compatible install... (cached) /usr/bin/install -c
  507. checking for sys/file.h... (cached) yes
  508. checking for sys/param.h... (cached) yes
  509. checking for limits.h... (cached) yes
  510. checking for stdlib.h... (cached) yes
  511. checking for malloc.h... (cached) yes
  512. checking for string.h... (cached) yes
  513. checking for unistd.h... (cached) yes
  514. checking for strings.h... (cached) yes
  515. checking for sys/time.h... (cached) yes
  516. checking for time.h... (cached) yes
  517. checking for sys/resource.h... (cached) yes
  518. checking for sys/stat.h... (cached) yes
  519. checking for sys/mman.h... (cached) yes
  520. checking for fcntl.h... (cached) yes
  521. checking for alloca.h... (cached) yes
  522. checking for sys/pstat.h... (cached) no
  523. checking for sys/sysmp.h... (cached) no
  524. checking for sys/sysinfo.h... (cached) yes
  525. checking for machine/hal_sysinfo.h... (cached) no
  526. checking for sys/table.h... (cached) no
  527. checking for sys/sysctl.h... (cached) yes
  528. checking for sys/systemcfg.h... (cached) no
  529. checking for stdint.h... (cached) yes
  530. checking for stdio_ext.h... (cached) yes
  531. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  532. checking whether time.h and sys/time.h may both be included... (cached) yes
  533. checking whether errno must be declared... (cached) no
  534. checking size of int... (cached) 4
  535. checking for a 64-bit type... (cached) uint64_t
  536. checking for intptr_t... (cached) yes
  537. checking for uintptr_t... (cached) yes
  538. checking for pid_t... (cached) yes
  539. checking for library containing strerror... (cached) none required
  540. checking for asprintf... (cached) yes
  541. checking for atexit... (cached) yes
  542. checking for basename... (cached) yes
  543. checking for bcmp... (cached) yes
  544. checking for bcopy... (cached) yes
  545. checking for bsearch... (cached) yes
  546. checking for bzero... (cached) yes
  547. checking for calloc... (cached) yes
  548. checking for clock... (cached) yes
  549. checking for ffs... (cached) yes
  550. checking for getcwd... (cached) yes
  551. checking for getpagesize... (cached) yes
  552. checking for gettimeofday... (cached) yes
  553. checking for index... (cached) yes
  554. checking for insque... (cached) yes
  555. checking for memchr... (cached) yes
  556. checking for memcmp... (cached) yes
  557. checking for memcpy... (cached) yes
  558. checking for memmem... (cached) yes
  559. checking for memmove... (cached) yes
  560. checking for mempcpy... (cached) yes
  561. checking for memset... (cached) yes
  562. checking for mkstemps... (cached) yes
  563. checking for putenv... (cached) yes
  564. checking for random... (cached) yes
  565. checking for rename... (cached) yes
  566. checking for rindex... (cached) yes
  567. checking for setenv... (cached) yes
  568. checking for snprintf... (cached) yes
  569. checking for sigsetmask... (cached) yes
  570. checking for stpcpy... (cached) yes
  571. checking for stpncpy... (cached) yes
  572. checking for strcasecmp... (cached) yes
  573. checking for strchr... (cached) yes
  574. checking for strdup... (cached) yes
  575. checking for strncasecmp... (cached) yes
  576. checking for strndup... (cached) yes
  577. checking for strrchr... (cached) yes
  578. checking for strstr... (cached) yes
  579. checking for strtod... (cached) yes
  580. checking for strtol... (cached) yes
  581. checking for strtoul... (cached) yes
  582. checking for strverscmp... (cached) yes
  583. checking for tmpnam... (cached) yes
  584. checking for vasprintf... (cached) yes
  585. checking for vfprintf... (cached) yes
  586. checking for vprintf... (cached) yes
  587. checking for vsnprintf... (cached) yes
  588. checking for vsprintf... (cached) yes
  589. checking for waitpid... (cached) yes
  590. checking whether alloca needs Cray hooks... (cached) no
  591. checking stack direction for C alloca... (cached) -1
  592. checking for vfork.h... (cached) no
  593. checking for fork... (cached) yes
  594. checking for vfork... (cached) yes
  595. checking for working fork... (cached) yes
  596. checking for working vfork... (cached) yes
  597. checking for _doprnt... (cached) no
  598. checking for sys_errlist... (cached) yes
  599. checking for sys_nerr... (cached) yes
  600. checking for sys_siglist... (cached) yes
  601. checking for external symbol _system_configuration... no
  602. checking for getrusage... (cached) yes
  603. checking for on_exit... (cached) yes
  604. checking for psignal... (cached) yes
  605. checking for strerror... (cached) yes
  606. checking for strsignal... (cached) yes
  607. checking for sysconf... (cached) yes
  608. checking for times... (cached) yes
  609. checking for sbrk... (cached) yes
  610. checking for gettimeofday... (cached) yes
  611. checking for realpath... (cached) yes
  612. checking for canonicalize_file_name... (cached) yes
  613. checking for pstat_getstatic... (cached) no
  614. checking for pstat_getdynamic... (cached) no
  615. checking for sysmp... (cached) no
  616. checking for getsysinfo... (cached) no
  617. checking for table... (cached) no
  618. checking for sysctl... (cached) yes
  619. checking for wait3... (cached) yes
  620. checking for wait4... (cached) yes
  621. checking for __fsetlocking... (cached) yes
  622. checking whether basename is declared... (cached) no
  623. checking whether ffs is declared... (cached) yes
  624. checking whether asprintf is declared... (cached) no
  625. checking whether vasprintf is declared... (cached) no
  626. checking whether snprintf is declared... (cached) yes
  627. checking whether vsnprintf is declared... (cached) yes
  628. checking whether calloc is declared... (cached) yes
  629. checking whether getenv is declared... (cached) yes
  630. checking whether getopt is declared... (cached) yes
  631. checking whether malloc is declared... (cached) yes
  632. checking whether realloc is declared... (cached) yes
  633. checking whether sbrk is declared... (cached) yes
  634. checking whether strverscmp is declared... (cached) no
  635. checking whether canonicalize_file_name must be declared... (cached) yes
  636. checking for stdlib.h... (cached) yes
  637. checking for unistd.h... (cached) yes
  638. checking for getpagesize... (cached) yes
  639. checking for working mmap... (cached) yes
  640. checking for working strncmp... (cached) yes
  641. configure: creating ./config.status
  642. config.status: creating Makefile
  643. config.status: creating testsuite/Makefile
  644. config.status: creating config.h
  645. config.status: config.h is unchanged
  646. config.status: executing default commands
  647. make[1]: Entering directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/libiberty'
  648. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.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 ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  649. make[2]: Entering directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/libiberty/testsuite'
  650. make[2]: Nothing to be done for `all'.
  651. make[2]: Leaving directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/libiberty/testsuite'
  652. make[1]: Leaving directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/libiberty'
  653. make[1]: Entering directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/intl'
  654. make[1]: Nothing to be done for `all'.
  655. make[1]: Leaving directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/intl'
  656. Configuring in build-i686-pc-linux-gnu/libiberty
  657. configure: loading cache ../config.cache
  658. checking whether to enable maintainer-specific portions of Makefiles... no
  659. checking for makeinfo... (cached) makeinfo
  660. checking for perl... (cached) perl
  661. checking build system type... (cached) i686-pc-linux-gnu
  662. checking host system type... (cached) i686-pc-linux-gnu
  663. checking for i686-pc-linux-gnu-ar... (cached) ar
  664. checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
  665. checking for i686-pc-linux-gnu-gcc... (cached) gcc
  666. checking for C compiler default output file name... a.out
  667. checking whether the C compiler works... yes
  668. checking whether we are cross compiling... no
  669. checking for suffix of executables...
  670. checking for suffix of object files... (cached) o
  671. checking whether we are using the GNU C compiler... (cached) yes
  672. checking whether gcc accepts -g... (cached) yes
  673. checking for gcc option to accept ISO C89... (cached) none needed
  674. checking for special C compiler options needed for large files... (cached) no
  675. checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64
  676. checking how to run the C preprocessor... (cached) gcc -E
  677. checking whether gcc supports -W... (cached) yes
  678. checking whether gcc supports -Wall... (cached) yes
  679. checking whether gcc supports -Wwrite-strings... (cached) yes
  680. checking whether gcc supports -Wc++-compat... (cached) yes
  681. checking whether gcc supports -Wstrict-prototypes... (cached) yes
  682. checking whether gcc supports -pedantic ... (cached) yes
  683. checking whether gcc and cc understand -c and -o together... (cached) yes
  684. checking for an ANSI C-conforming const... (cached) yes
  685. checking for inline... (cached) inline
  686. checking for grep that handles long lines and -e... (cached) /bin/grep
  687. checking for egrep... (cached) /bin/grep -E
  688. checking for ANSI C header files... (cached) yes
  689. checking for sys/types.h... (cached) yes
  690. checking for sys/stat.h... (cached) yes
  691. checking for stdlib.h... (cached) yes
  692. checking for string.h... (cached) yes
  693. checking for memory.h... (cached) yes
  694. checking for strings.h... (cached) yes
  695. checking for inttypes.h... (cached) yes
  696. checking for stdint.h... (cached) yes
  697. checking for unistd.h... (cached) yes
  698. checking whether byte ordering is bigendian... (cached) no
  699. checking for a BSD-compatible install... (cached) /usr/bin/install -c
  700. checking for sys/file.h... (cached) yes
  701. checking for sys/param.h... (cached) yes
  702. checking for limits.h... (cached) yes
  703. checking for stdlib.h... (cached) yes
  704. checking for malloc.h... (cached) yes
  705. checking for string.h... (cached) yes
  706. checking for unistd.h... (cached) yes
  707. checking for strings.h... (cached) yes
  708. checking for sys/time.h... (cached) yes
  709. checking for time.h... (cached) yes
  710. checking for sys/resource.h... (cached) yes
  711. checking for sys/stat.h... (cached) yes
  712. checking for sys/mman.h... (cached) yes
  713. checking for fcntl.h... (cached) yes
  714. checking for alloca.h... (cached) yes
  715. checking for sys/pstat.h... (cached) no
  716. checking for sys/sysmp.h... (cached) no
  717. checking for sys/sysinfo.h... (cached) yes
  718. checking for machine/hal_sysinfo.h... (cached) no
  719. checking for sys/table.h... (cached) no
  720. checking for sys/sysctl.h... (cached) yes
  721. checking for sys/systemcfg.h... (cached) no
  722. checking for stdint.h... (cached) yes
  723. checking for stdio_ext.h... (cached) yes
  724. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  725. checking whether time.h and sys/time.h may both be included... (cached) yes
  726. checking whether errno must be declared... (cached) no
  727. checking size of int... (cached) 4
  728. checking for a 64-bit type... (cached) uint64_t
  729. checking for intptr_t... (cached) yes
  730. checking for uintptr_t... (cached) yes
  731. checking for pid_t... (cached) yes
  732. checking for library containing strerror... (cached) none required
  733. checking for asprintf... (cached) yes
  734. checking for atexit... (cached) yes
  735. checking for basename... (cached) yes
  736. checking for bcmp... (cached) yes
  737. checking for bcopy... (cached) yes
  738. checking for bsearch... (cached) yes
  739. checking for bzero... (cached) yes
  740. checking for calloc... (cached) yes
  741. checking for clock... (cached) yes
  742. checking for ffs... (cached) yes
  743. checking for getcwd... (cached) yes
  744. checking for getpagesize... (cached) yes
  745. checking for gettimeofday... (cached) yes
  746. checking for index... (cached) yes
  747. checking for insque... (cached) yes
  748. checking for memchr... (cached) yes
  749. checking for memcmp... (cached) yes
  750. checking for memcpy... (cached) yes
  751. checking for memmem... (cached) yes
  752. checking for memmove... (cached) yes
  753. checking for mempcpy... (cached) yes
  754. checking for memset... (cached) yes
  755. checking for mkstemps... (cached) yes
  756. checking for putenv... (cached) yes
  757. checking for random... (cached) yes
  758. checking for rename... (cached) yes
  759. checking for rindex... (cached) yes
  760. checking for setenv... (cached) yes
  761. checking for snprintf... (cached) yes
  762. checking for sigsetmask... (cached) yes
  763. checking for stpcpy... (cached) yes
  764. checking for stpncpy... (cached) yes
  765. checking for strcasecmp... (cached) yes
  766. checking for strchr... (cached) yes
  767. checking for strdup... (cached) yes
  768. checking for strncasecmp... (cached) yes
  769. checking for strndup... (cached) yes
  770. checking for strrchr... (cached) yes
  771. checking for strstr... (cached) yes
  772. checking for strtod... (cached) yes
  773. checking for strtol... (cached) yes
  774. checking for strtoul... (cached) yes
  775. checking for strverscmp... (cached) yes
  776. checking for tmpnam... (cached) yes
  777. checking for vasprintf... (cached) yes
  778. checking for vfprintf... (cached) yes
  779. checking for vprintf... (cached) yes
  780. checking for vsnprintf... (cached) yes
  781. checking for vsprintf... (cached) yes
  782. checking for waitpid... (cached) yes
  783. checking whether alloca needs Cray hooks... (cached) no
  784. checking stack direction for C alloca... (cached) -1
  785. checking for vfork.h... (cached) no
  786. checking for fork... (cached) yes
  787. checking for vfork... (cached) yes
  788. checking for working fork... (cached) yes
  789. checking for working vfork... (cached) yes
  790. checking for _doprnt... (cached) no
  791. checking for sys_errlist... (cached) yes
  792. checking for sys_nerr... (cached) yes
  793. checking for sys_siglist... (cached) yes
  794. checking for external symbol _system_configuration... no
  795. checking for getrusage... (cached) yes
  796. checking for on_exit... (cached) yes
  797. checking for psignal... (cached) yes
  798. checking for strerror... (cached) yes
  799. checking for strsignal... (cached) yes
  800. checking for sysconf... (cached) yes
  801. checking for times... (cached) yes
  802. checking for sbrk... (cached) yes
  803. checking for gettimeofday... (cached) yes
  804. checking for realpath... (cached) yes
  805. checking for canonicalize_file_name... (cached) yes
  806. checking for pstat_getstatic... (cached) no
  807. checking for pstat_getdynamic... (cached) no
  808. checking for sysmp... (cached) no
  809. checking for getsysinfo... (cached) no
  810. checking for table... (cached) no
  811. checking for sysctl... (cached) yes
  812. checking for wait3... (cached) yes
  813. checking for wait4... (cached) yes
  814. checking for __fsetlocking... (cached) yes
  815. checking whether basename is declared... (cached) no
  816. checking whether ffs is declared... (cached) yes
  817. checking whether asprintf is declared... (cached) no
  818. checking whether vasprintf is declared... (cached) no
  819. checking whether snprintf is declared... (cached) yes
  820. checking whether vsnprintf is declared... (cached) yes
  821. checking whether calloc is declared... (cached) yes
  822. checking whether getenv is declared... (cached) yes
  823. checking whether getopt is declared... (cached) yes
  824. checking whether malloc is declared... (cached) yes
  825. checking whether realloc is declared... (cached) yes
  826. checking whether sbrk is declared... (cached) yes
  827. checking whether strverscmp is declared... (cached) no
  828. checking whether canonicalize_file_name must be declared... (cached) yes
  829. checking for stdlib.h... (cached) yes
  830. checking for unistd.h... (cached) yes
  831. checking for getpagesize... (cached) yes
  832. checking for working mmap... (cached) yes
  833. checking for working strncmp... (cached) yes
  834. configure: creating ./config.status
  835. config.status: creating Makefile
  836. config.status: creating testsuite/Makefile
  837. config.status: creating config.h
  838. config.status: config.h is unchanged
  839. config.status: executing default commands
  840. make[1]: Entering directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/build-i686-pc-linux-gnu/libiberty'
  841. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.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 ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  842. make[2]: Entering directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/build-i686-pc-linux-gnu/libiberty/testsuite'
  843. make[2]: Nothing to be done for `all'.
  844. make[2]: Leaving directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/build-i686-pc-linux-gnu/libiberty/testsuite'
  845. make[1]: Leaving directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/build-i686-pc-linux-gnu/libiberty'
  846. Configuring in build-i686-pc-linux-gnu/fixincludes
  847. configure: loading cache ../config.cache
  848. checking build system type... (cached) i686-pc-linux-gnu
  849. checking host system type... (cached) i686-pc-linux-gnu
  850. checking target system type... (cached) arm-none-eabi
  851. checking for i686-pc-linux-gnu-gcc... (cached) gcc
  852. checking for C compiler default output file name... a.out
  853. checking whether the C compiler works... yes
  854. checking whether we are cross compiling... no
  855. checking for suffix of executables...
  856. checking for suffix of object files... (cached) o
  857. checking whether we are using the GNU C compiler... (cached) yes
  858. checking whether gcc accepts -g... (cached) yes
  859. checking for gcc option to accept ISO C89... (cached) none needed
  860. checking for a sed that does not truncate output... (cached) /bin/sed
  861. checking whether gcc supports -W... (cached) yes
  862. checking whether gcc supports -Wall... (cached) yes
  863. checking whether gcc supports -Wwrite-strings... (cached) yes
  864. checking whether gcc supports -Wstrict-prototypes... (cached) yes
  865. checking whether gcc supports -Wmissing-prototypes... (cached) yes
  866. checking whether gcc supports -Wold-style-definition... (cached) yes
  867. checking whether gcc supports -Wmissing-format-attribute... (cached) yes
  868. checking whether gcc supports -Wno-overlength-strings... (cached) yes
  869. checking whether gcc supports -pedantic -Wno-long-long... (cached) yes
  870. checking how to run the C preprocessor... (cached) gcc -E
  871. checking for grep that handles long lines and -e... (cached) /bin/grep
  872. checking for egrep... (cached) /bin/grep -E
  873. checking for ANSI C header files... (cached) yes
  874. checking for sys/types.h... (cached) yes
  875. checking for sys/stat.h... (cached) yes
  876. checking for stdlib.h... (cached) yes
  877. checking for string.h... (cached) yes
  878. checking for memory.h... (cached) yes
  879. checking for strings.h... (cached) yes
  880. checking for inttypes.h... (cached) yes
  881. checking for stdint.h... (cached) yes
  882. checking for unistd.h... (cached) yes
  883. checking for stddef.h... (cached) yes
  884. checking for stdlib.h... (cached) yes
  885. checking for strings.h... (cached) yes
  886. checking for unistd.h... (cached) yes
  887. checking for fcntl.h... (cached) yes
  888. checking for sys/file.h... (cached) yes
  889. checking for sys/stat.h... (cached) yes
  890. checking for clearerr_unlocked... (cached) yes
  891. checking for feof_unlocked... (cached) yes
  892. checking for ferror_unlocked... (cached) yes
  893. checking for fflush_unlocked... (cached) yes
  894. checking for fgetc_unlocked... (cached) yes
  895. checking for fgets_unlocked... (cached) yes
  896. checking for fileno_unlocked... (cached) yes
  897. checking for fprintf_unlocked... (cached) no
  898. checking for fputc_unlocked... (cached) yes
  899. checking for fputs_unlocked... (cached) yes
  900. checking for fread_unlocked... (cached) yes
  901. checking for fwrite_unlocked... (cached) yes
  902. checking for getchar_unlocked... (cached) yes
  903. checking for getc_unlocked... (cached) yes
  904. checking for putchar_unlocked... (cached) yes
  905. checking for putc_unlocked... (cached) yes
  906. checking whether abort is declared... (cached) yes
  907. checking whether asprintf is declared... (cached) no
  908. checking whether basename is declared... (cached) no
  909. checking whether errno is declared... (cached) no
  910. checking whether vasprintf is declared... (cached) no
  911. checking whether clearerr_unlocked is declared... (cached) yes
  912. checking whether feof_unlocked is declared... (cached) yes
  913. checking whether ferror_unlocked is declared... (cached) yes
  914. checking whether fflush_unlocked is declared... (cached) yes
  915. checking whether fgetc_unlocked is declared... (cached) yes
  916. checking whether fgets_unlocked is declared... (cached) no
  917. checking whether fileno_unlocked is declared... (cached) yes
  918. checking whether fprintf_unlocked is declared... (cached) no
  919. checking whether fputc_unlocked is declared... (cached) yes
  920. checking whether fputs_unlocked is declared... (cached) no
  921. checking whether fread_unlocked is declared... (cached) yes
  922. checking whether fwrite_unlocked is declared... (cached) yes
  923. checking whether getchar_unlocked is declared... (cached) yes
  924. checking whether getc_unlocked is declared... (cached) yes
  925. checking whether putchar_unlocked is declared... (cached) yes
  926. checking whether putc_unlocked is declared... (cached) yes
  927. checking for an ANSI C-conforming const... (cached) yes
  928. checking for sys/mman.h... (cached) yes
  929. checking for mmap... (cached) yes
  930. checking whether read-only mmap of a plain file works... (cached) yes
  931. checking whether mmap from /dev/zero works... (cached) yes
  932. checking for MAP_ANON(YMOUS)... (cached) yes
  933. checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
  934. checking whether to enable maintainer-specific portions of Makefiles... no
  935. configure: creating ./config.status
  936. config.status: creating Makefile
  937. config.status: creating mkheaders.almost
  938. config.status: creating config.h
  939. config.status: config.h is unchanged
  940. make[1]: Entering directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/build-i686-pc-linux-gnu/fixincludes'
  941. srcdir="../../../../src/gcc-4.5.1/fixincludes" /bin/bash ../../../../src/gcc-4.5.1/fixincludes/mkfixinc.sh arm-none-eabi
  942. sed -e 's/@gcc_version@/4.5.1/' < mkheaders.almost > mkheadersT
  943. mv -f mkheadersT mkheaders
  944. make[1]: Leaving directory `/home/john/Project/Toolchain/arm/build/gcc-4.5.1/build-i686-pc-linux-gnu/fixincludes'
  945. Configuring in ./zlib
  946. configure: loading cache ./config.cache
  947. checking build system type... (cached) i686-pc-linux-gnu
  948. checking host system type... (cached) i686-pc-linux-gnu
  949. checking target system type... (cached) arm-none-eabi
  950. checking for a BSD-compatible install... (cached) /usr/bin/install -c
  951. checking whether build environment is sane... yes
  952. checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
  953. checking for gawk... (cached) gawk
  954. checking whether make sets $(MAKE)... (cached) yes
  955. checking whether to enable maintainer-specific portions of Makefiles... no
  956. checking for i686-pc-linux-gnu-gcc... (cached) gcc
  957. checking for C compiler default output file name... a.out
  958. checking whether the C compiler works... yes
  959. checking whether we are cross compiling... no
  960. checking for suffix of executables...
  961. checking for suffix of object files... (cached) o
  962. checking whether we are using the GNU C compiler... (cached) yes
  963. checking whether gcc accepts -g... (cached) yes
  964. checking for gcc option to accept ISO C89... (cached) none needed
  965. checking for style of include used by make... GNU
  966. checking dependency style of gcc... (cached) gcc3
  967. checking how to print strings... printf
  968. checking for a sed that does not truncate output... (cached) /bin/sed
  969. checking for grep that handles long lines and -e... (cached) /bin/grep
  970. checking for egrep... (cached) /bin/grep -E
  971. checking for fgrep... (cached) /bin/grep -F
  972. checking for ld used by gcc... (cached) ld
  973. checking if the linker (ld) is GNU ld... (cached) yes
  974. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  975. checking the name lister (nm) interface... (cached) BSD nm
  976. checking whether ln -s works... yes
  977. checking the maximum length of command line arguments... (cached) 805306365
  978. checking whether the shell understands some XSI constructs... yes
  979. checking whether the shell understands "+="... yes
  980. checking for ld option to reload object files... (cached) -r
  981. checking for i686-pc-linux-gnu-objdump... (cached) objdump
  982. checking how to recognize dependent libraries... (cached) pass_all
  983. checking for i686-pc-linux-gnu-ar... (cached) ar
  984. checking for i686-pc-linux-gnu-strip... no
  985. checking for strip... (cached) strip
  986. checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
  987. checking command to parse nm output from gcc object... (cached) ok
  988. checking how to run the C preprocessor... (cached) gcc -E
  989. checking for ANSI C header files... (cached) yes
  990. checking for sys/types.h... (cached) yes
  991. checking for sys/stat.h... (cached) yes
  992. checking for stdlib.h... (cached) yes
  993. checking for string.h... (cached) yes
  994. checking for memory.h... (cached) yes
  995. checking for strings.h... (cached) yes
  996. checking for inttypes.h... (cached) yes
  997. checking for stdint.h... (cached) yes
  998. checking for unistd.h... (cached) yes
  999. checking for dlfcn.h... (cached) yes
  1000. checking for objdir... (cached) .libs
  1001. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  1002. checking for gcc option to produce PIC... -fPIC -DPIC
  1003. checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
  1004. checking if gcc static flag -static works... (cached) yes
  1005. checking if gcc supports -c -o file.o... (cached) yes
  1006. checking if gcc supports -c -o file.o... (cached) yes
  1007. checking whether the gcc linker (ld) supports shared libraries... yes
  1008. checking whether -lc should be explicitly linked in... (cached) no
  1009. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  1010. checking how to hardcode library paths into programs... immediate
  1011. checking whether stripping libraries is possible... yes
  1012. checking if libtool supports shared libraries... yes
  1013. checking whether to build shared libraries... yes
  1014. checking whether to build static libraries... yes
  1015. checking how to run the C preprocessor... gcc -E
  1016. checking for stdlib.h... (cached) yes
  1017. checking for unistd.h... (cached) yes
  1018. checking for getpagesize... (cached) yes
  1019. checking for working mmap... (cached) yes
  1020. checking for memcpy... (cached) yes
  1021. checking for strerror... (cached) yes
  1022. checking for unistd.h... (cached) yes
  1023. configure: creating ./config.status
  1024. config.status: creating Makefile
  1025. config.status: executing default-1 commands
  1026. Adding multilib support to Makefile in ../../../src/gcc-4.5.1/zlib
  1027. multidirs=64
  1028. with_multisubdir=
  1029. Running configure in multilib subdirs 64
  1030. pwd: /home/john/Project/Toolchain/arm/build/gcc-4.5.1/zlib
  1031. Running configure in multilib subdir 64
  1032. pwd: /home/john/Project/Toolchain/arm/build/gcc-4.5.1
  1033. configure: loading cache ./config.cache
  1034. checking build system type... i686-pc-linux-gnu
  1035. checking host system type... i686-pc-linux-gnu
  1036. checking target system type... arm-none-eabi
  1037. checking for a BSD-compatible install... /usr/bin/install -c
  1038. checking whether build environment is sane... yes
  1039. checking for i686-pc-linux-gnu-strip... no
  1040. checking for strip... strip
  1041. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1042. checking for gawk... gawk
  1043. checking whether make sets $(MAKE)... yes
  1044. checking whether to enable maintainer-specific portions of Makefiles... no
  1045. checking for i686-pc-linux-gnu-gcc... gcc -m64
  1046. checking for suffix of object files... o
  1047. checking whether we are using the GNU C compiler... yes
  1048. checking whether gcc -m64 accepts -g... yes
  1049. checking for gcc -m64 option to accept ISO C89... unsupported
  1050. checking for style of include used by make... GNU
  1051. checking dependency style of gcc -m64... gcc3
  1052. checking how to print strings... printf
  1053. checking for a sed that does not truncate output... /bin/sed
  1054. checking for grep that handles long lines and -e... /bin/grep
  1055. checking for egrep... /bin/grep -E
  1056. checking for fgrep... /bin/grep -F
  1057. checking for ld used by gcc -m64... ld
  1058. checking if the linker (ld) is GNU ld... yes
  1059. checking for BSD- or MS-compatible name lister (nm)... nm
  1060. checking the name lister (nm) interface... BSD nm
  1061. checking whether ln -s works... yes
  1062. checking the maximum length of command line arguments... 805306365
  1063. checking whether the shell understands some XSI constructs... yes
  1064. checking whether the shell understands "+="... yes
  1065. checking for ld option to reload object files... -r
  1066. checking for i686-pc-linux-gnu-objdump... objdump
  1067. checking how to recognize dependent libraries... pass_all
  1068. checking for i686-pc-linux-gnu-ar... ar
  1069. checking for i686-pc-linux-gnu-strip... strip
  1070. checking for i686-pc-linux-gnu-ranlib... ranlib
  1071. checking command to parse nm output from gcc -m64 object... failed
  1072. checking how to run the C preprocessor... /lib/cpp
  1073. checking for ANSI C header files... no
  1074. checking for sys/types.h... no
  1075. checking for sys/stat.h... no
  1076. checking for stdlib.h... no
  1077. checking for string.h... no
  1078. checking for memory.h... no
  1079. checking for strings.h... no
  1080. checking for inttypes.h... no
  1081. checking for stdint.h... no
  1082. checking for unistd.h... no
  1083. checking for dlfcn.h... no
  1084. checking for objdir... .libs
  1085. checking if gcc -m64 supports -fno-rtti -fno-exceptions... no
  1086. checking for gcc -m64 option to produce PIC... -fPIC -DPIC
  1087. checking if gcc -m64 PIC flag -fPIC -DPIC works... yes
  1088. checking if gcc -m64 static flag -static works... no
  1089. checking if gcc -m64 supports -c -o file.o... yes
  1090. checking if gcc -m64 supports -c -o file.o... (cached) yes
  1091. checking whether the gcc -m64 linker (ld) supports shared libraries... yes
  1092. checking whether -lc should be explicitly linked in... no
  1093. checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
  1094. make: *** [configure-zlib] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement