Advertisement
Guest User

cross_compile_setup error

a guest
May 26th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.46 KB | None | 0 0
  1. johnyburd:hello_os/ (master✗) 2$ sudo ./setup_cross_compiler.sh
  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... i586-pc-elf
  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. *** removing intl/Makefile to force reconfigure
  31. *** removing libiberty/Makefile to force reconfigure
  32. *** removing bfd/Makefile to force reconfigure
  33. checking for bison... bison -y
  34. checking for bison... bison
  35. checking for gm4... no
  36. checking for gnum4... no
  37. checking for m4... m4
  38. checking for flex... flex
  39. checking for flex... flex
  40. checking for makeinfo... makeinfo
  41. checking for expect... no
  42. checking for runtest... no
  43. checking for ar... ar
  44. checking for as... as
  45. checking for dlltool... no
  46. checking for ld... ld
  47. checking for lipo... no
  48. checking for nm... nm
  49. checking for ranlib... ranlib
  50. checking for strip... strip
  51. checking for windres... no
  52. checking for windmc... no
  53. checking for objcopy... objcopy
  54. checking for objdump... objdump
  55. checking for readelf... readelf
  56. checking for i586-elf-cc... no
  57. checking for i586-elf-gcc... no
  58. checking for i586-elf-c++... no
  59. checking for i586-elf-g++... no
  60. checking for i586-elf-cxx... no
  61. checking for i586-elf-gxx... no
  62. checking for i586-elf-gcc... no
  63. checking for i586-elf-gcj... no
  64. checking for i586-elf-gfortran... no
  65. checking for i586-elf-gccgo... no
  66. checking for i586-elf-ar... no
  67. checking for i586-elf-as... no
  68. checking for i586-elf-dlltool... no
  69. checking for i586-elf-ld... no
  70. checking for i586-elf-lipo... no
  71. checking for i586-elf-nm... no
  72. checking for i586-elf-objdump... no
  73. checking for i586-elf-ranlib... no
  74. checking for i586-elf-readelf... no
  75. checking for i586-elf-strip... no
  76. checking for i586-elf-windres... no
  77. checking for i586-elf-windmc... no
  78. checking where to find the target ar... just compiled
  79. checking where to find the target as... just compiled
  80. checking where to find the target cc... pre-installed
  81. checking where to find the target c++... pre-installed
  82. checking where to find the target c++ for libstdc++... pre-installed
  83. checking where to find the target dlltool... just compiled
  84. checking where to find the target gcc... pre-installed
  85. checking where to find the target gcj... pre-installed
  86. checking where to find the target gfortran... pre-installed
  87. checking where to find the target gccgo... pre-installed
  88. checking where to find the target ld... just compiled
  89. checking where to find the target lipo... pre-installed
  90. checking where to find the target nm... just compiled
  91. checking where to find the target objdump... just compiled
  92. checking where to find the target ranlib... just compiled
  93. checking where to find the target readelf... just compiled
  94. checking where to find the target strip... just compiled
  95. checking where to find the target windres... just compiled
  96. checking where to find the target windmc... just compiled
  97. checking whether to enable maintainer-specific portions of Makefiles... no
  98. checking whether -fkeep-inline-functions is supported... yes
  99. configure: creating ./config.status
  100. config.status: creating Makefile
  101. make[1]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils'
  102. Configuring in ./libiberty
  103. configure: loading cache ./config.cache
  104. checking whether to enable maintainer-specific portions of Makefiles... no
  105. checking for makeinfo... (cached) makeinfo --split-size=5000000
  106. checking for perl... (cached) perl
  107. checking build system type... (cached) x86_64-unknown-linux-gnu
  108. checking host system type... (cached) x86_64-unknown-linux-gnu
  109. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  110. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  111. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  112. checking for C compiler default output file name... a.out
  113. checking whether the C compiler works... yes
  114. checking whether we are cross compiling... no
  115. checking for suffix of executables...
  116. checking for suffix of object files... (cached) o
  117. checking whether we are using the GNU C compiler... (cached) yes
  118. checking whether gcc accepts -g... (cached) yes
  119. checking for gcc option to accept ISO C89... (cached) none needed
  120. checking for special C compiler options needed for large files... (cached) no
  121. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  122. checking how to run the C preprocessor... (cached) gcc -E
  123. checking whether gcc supports -W... (cached) yes
  124. checking whether gcc supports -Wall... (cached) yes
  125. checking whether gcc supports -Wwrite-strings... (cached) yes
  126. checking whether gcc supports -Wc++-compat... (cached) yes
  127. checking whether gcc supports -Wstrict-prototypes... (cached) yes
  128. checking whether gcc supports -pedantic ... (cached) yes
  129. checking whether gcc and cc understand -c and -o together... (cached) yes
  130. checking for an ANSI C-conforming const... (cached) yes
  131. checking for inline... (cached) inline
  132. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  133. checking for egrep... (cached) /usr/bin/grep -E
  134. checking for ANSI C header files... (cached) yes
  135. checking for sys/types.h... (cached) yes
  136. checking for sys/stat.h... (cached) yes
  137. checking for stdlib.h... (cached) yes
  138. checking for string.h... (cached) yes
  139. checking for memory.h... (cached) yes
  140. checking for strings.h... (cached) yes
  141. checking for inttypes.h... (cached) yes
  142. checking for stdint.h... (cached) yes
  143. checking for unistd.h... (cached) yes
  144. checking whether byte ordering is bigendian... (cached) no
  145. checking for a BSD-compatible install... /usr/bin/install -c
  146. checking for sys/file.h... (cached) yes
  147. checking for sys/param.h... (cached) yes
  148. checking for limits.h... (cached) yes
  149. checking for stdlib.h... (cached) yes
  150. checking for malloc.h... (cached) yes
  151. checking for string.h... (cached) yes
  152. checking for unistd.h... (cached) yes
  153. checking for strings.h... (cached) yes
  154. checking for sys/time.h... (cached) yes
  155. checking for time.h... (cached) yes
  156. checking for sys/resource.h... (cached) yes
  157. checking for sys/stat.h... (cached) yes
  158. checking for sys/mman.h... (cached) yes
  159. checking for fcntl.h... (cached) yes
  160. checking for alloca.h... (cached) yes
  161. checking for sys/pstat.h... (cached) no
  162. checking for sys/sysmp.h... (cached) no
  163. checking for sys/sysinfo.h... (cached) yes
  164. checking for machine/hal_sysinfo.h... (cached) no
  165. checking for sys/table.h... (cached) no
  166. checking for sys/sysctl.h... (cached) yes
  167. checking for sys/systemcfg.h... (cached) no
  168. checking for stdint.h... (cached) yes
  169. checking for stdio_ext.h... (cached) yes
  170. checking for process.h... (cached) no
  171. checking for sys/prctl.h... (cached) yes
  172. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  173. checking whether time.h and sys/time.h may both be included... (cached) yes
  174. checking whether errno must be declared... (cached) no
  175. checking size of int... (cached) 4
  176. checking for a 64-bit type... (cached) uint64_t
  177. checking for intptr_t... (cached) yes
  178. checking for uintptr_t... (cached) yes
  179. checking for ssize_t... (cached) yes
  180. checking for pid_t... (cached) yes
  181. checking for library containing strerror... (cached) none required
  182. checking for asprintf... (cached) yes
  183. checking for atexit... (cached) yes
  184. checking for basename... (cached) yes
  185. checking for bcmp... (cached) yes
  186. checking for bcopy... (cached) yes
  187. checking for bsearch... (cached) yes
  188. checking for bzero... (cached) yes
  189. checking for calloc... (cached) yes
  190. checking for clock... (cached) yes
  191. checking for ffs... (cached) yes
  192. checking for getcwd... (cached) yes
  193. checking for getpagesize... (cached) yes
  194. checking for gettimeofday... (cached) yes
  195. checking for index... (cached) yes
  196. checking for insque... (cached) yes
  197. checking for memchr... (cached) yes
  198. checking for memcmp... (cached) yes
  199. checking for memcpy... (cached) yes
  200. checking for memmem... (cached) yes
  201. checking for memmove... (cached) yes
  202. checking for mempcpy... (cached) yes
  203. checking for memset... (cached) yes
  204. checking for mkstemps... (cached) yes
  205. checking for putenv... (cached) yes
  206. checking for random... (cached) yes
  207. checking for rename... (cached) yes
  208. checking for rindex... (cached) yes
  209. checking for setenv... (cached) yes
  210. checking for snprintf... (cached) yes
  211. checking for sigsetmask... (cached) yes
  212. checking for stpcpy... (cached) yes
  213. checking for stpncpy... (cached) yes
  214. checking for strcasecmp... (cached) yes
  215. checking for strchr... (cached) yes
  216. checking for strdup... (cached) yes
  217. checking for strncasecmp... (cached) yes
  218. checking for strndup... (cached) yes
  219. checking for strrchr... (cached) yes
  220. checking for strstr... (cached) yes
  221. checking for strtod... (cached) yes
  222. checking for strtol... (cached) yes
  223. checking for strtoul... (cached) yes
  224. checking for strverscmp... (cached) yes
  225. checking for tmpnam... (cached) yes
  226. checking for vasprintf... (cached) yes
  227. checking for vfprintf... (cached) yes
  228. checking for vprintf... (cached) yes
  229. checking for vsnprintf... (cached) yes
  230. checking for vsprintf... (cached) yes
  231. checking for waitpid... (cached) yes
  232. checking for setproctitle... (cached) no
  233. checking whether alloca needs Cray hooks... (cached) no
  234. checking stack direction for C alloca... (cached) -1
  235. checking for vfork.h... (cached) no
  236. checking for fork... (cached) yes
  237. checking for vfork... (cached) yes
  238. checking for working fork... (cached) yes
  239. checking for working vfork... (cached) yes
  240. checking for _doprnt... (cached) no
  241. checking for sys_errlist... (cached) yes
  242. checking for sys_nerr... (cached) yes
  243. checking for sys_siglist... (cached) yes
  244. checking for external symbol _system_configuration... no
  245. checking for __fsetlocking... (cached) yes
  246. checking for canonicalize_file_name... (cached) yes
  247. checking for dup3... (cached) yes
  248. checking for getrlimit... (cached) yes
  249. checking for getrusage... (cached) yes
  250. checking for getsysinfo... (cached) no
  251. checking for gettimeofday... (cached) yes
  252. checking for on_exit... (cached) yes
  253. checking for psignal... (cached) yes
  254. checking for pstat_getdynamic... (cached) no
  255. checking for pstat_getstatic... (cached) no
  256. checking for realpath... (cached) yes
  257. checking for setrlimit... (cached) yes
  258. checking for sbrk... (cached) yes
  259. checking for spawnve... (cached) no
  260. checking for spawnvpe... (cached) no
  261. checking for strerror... (cached) yes
  262. checking for strsignal... (cached) yes
  263. checking for sysconf... (cached) yes
  264. checking for sysctl... (cached) yes
  265. checking for sysmp... (cached) no
  266. checking for table... (cached) no
  267. checking for times... (cached) yes
  268. checking for wait3... (cached) yes
  269. checking for wait4... (cached) yes
  270. checking whether basename is declared... (cached) no
  271. checking whether ffs is declared... (cached) yes
  272. checking whether asprintf is declared... (cached) no
  273. checking whether vasprintf is declared... (cached) no
  274. checking whether snprintf is declared... (cached) yes
  275. checking whether vsnprintf is declared... (cached) yes
  276. checking whether calloc is declared... (cached) yes
  277. checking whether getenv is declared... (cached) yes
  278. checking whether getopt is declared... (cached) yes
  279. checking whether malloc is declared... (cached) yes
  280. checking whether realloc is declared... (cached) yes
  281. checking whether sbrk is declared... (cached) yes
  282. checking whether strverscmp is declared... (cached) no
  283. checking whether canonicalize_file_name must be declared... (cached) yes
  284. checking for stdlib.h... (cached) yes
  285. checking for unistd.h... (cached) yes
  286. checking for getpagesize... (cached) yes
  287. checking for working mmap... (cached) yes
  288. checking for working strncmp... (cached) yes
  289. configure: creating ./config.status
  290. config.status: creating Makefile
  291. config.status: creating testsuite/Makefile
  292. config.status: creating config.h
  293. config.status: config.h is unchanged
  294. config.status: executing default commands
  295. Configuring in ./intl
  296. configure: loading cache ./config.cache
  297. checking whether make sets $(MAKE)... (cached) yes
  298. checking for a BSD-compatible install... /usr/bin/install -c
  299. checking whether NLS is requested... no
  300. checking for msgfmt... (cached) /usr/bin/msgfmt
  301. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  302. checking for xgettext... (cached) /usr/bin/xgettext
  303. checking for msgmerge... (cached) /usr/bin/msgmerge
  304. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  305. checking for C compiler default output file name... a.out
  306. checking whether the C compiler works... yes
  307. checking whether we are cross compiling... no
  308. checking for suffix of executables...
  309. checking for suffix of object files... (cached) o
  310. checking whether we are using the GNU C compiler... (cached) yes
  311. checking whether gcc accepts -g... (cached) yes
  312. checking for gcc option to accept ISO C89... (cached) none needed
  313. checking build system type... (cached) x86_64-unknown-linux-gnu
  314. checking host system type... (cached) x86_64-unknown-linux-gnu
  315. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  316. checking for library containing strerror... (cached) none required
  317. checking how to run the C preprocessor... (cached) gcc -E
  318. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  319. checking for egrep... (cached) /usr/bin/grep -E
  320. checking for ANSI C header files... (cached) yes
  321. checking for an ANSI C-conforming const... (cached) yes
  322. checking for inline... (cached) inline
  323. checking for sys/types.h... (cached) yes
  324. checking for sys/stat.h... (cached) yes
  325. checking for stdlib.h... (cached) yes
  326. checking for string.h... (cached) yes
  327. checking for memory.h... (cached) yes
  328. checking for strings.h... (cached) yes
  329. checking for inttypes.h... (cached) yes
  330. checking for stdint.h... (cached) yes
  331. checking for unistd.h... (cached) yes
  332. checking for off_t... (cached) yes
  333. checking for size_t... (cached) yes
  334. checking for working alloca.h... (cached) yes
  335. checking for alloca... (cached) yes
  336. checking for stdlib.h... (cached) yes
  337. checking for unistd.h... (cached) yes
  338. checking for getpagesize... (cached) yes
  339. checking for working mmap... (cached) yes
  340. checking whether we are using the GNU C Library 2.1 or newer... (cached) yes
  341. checking whether integer division by zero raises SIGFPE... (cached) yes
  342. checking for inttypes.h... (cached) yes
  343. checking for stdint.h... (cached) yes
  344. checking for unsigned long long... (cached) yes
  345. checking for inttypes.h... (cached) yes
  346. checking whether the inttypes.h PRIxNN macros are broken... (cached) no
  347. checking for ld used by GCC... (cached) ld
  348. checking if the linker (ld) is GNU ld... (cached) yes
  349. checking for shared library run path origin... (cached) done
  350. checking for argz.h... (cached) yes
  351. checking for limits.h... (cached) yes
  352. checking for locale.h... (cached) yes
  353. checking for nl_types.h... (cached) yes
  354. checking for malloc.h... (cached) yes
  355. checking for stddef.h... (cached) yes
  356. checking for stdlib.h... (cached) yes
  357. checking for string.h... (cached) yes
  358. checking for unistd.h... (cached) yes
  359. checking for sys/param.h... (cached) yes
  360. checking for feof_unlocked... (cached) yes
  361. checking for fgets_unlocked... (cached) yes
  362. checking for getc_unlocked... (cached) yes
  363. checking for getcwd... (cached) yes
  364. checking for getegid... (cached) yes
  365. checking for geteuid... (cached) yes
  366. checking for getgid... (cached) yes
  367. checking for getuid... (cached) yes
  368. checking for mempcpy... (cached) yes
  369. checking for munmap... (cached) yes
  370. checking for putenv... (cached) yes
  371. checking for setenv... (cached) yes
  372. checking for setlocale... (cached) yes
  373. checking for stpcpy... (cached) yes
  374. checking for strcasecmp... (cached) yes
  375. checking for strdup... (cached) yes
  376. checking for strtoul... (cached) yes
  377. checking for tsearch... (cached) yes
  378. checking for __argz_count... (cached) yes
  379. checking for __argz_stringify... (cached) yes
  380. checking for __argz_next... (cached) yes
  381. checking for __fsetlocking... (cached) yes
  382. checking for iconv... (cached) yes
  383. checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  384. checking for nl_langinfo and CODESET... (cached) yes
  385. checking for LC_MESSAGES... (cached) yes
  386. checking for bison... (cached) bison
  387. checking version of bison... 3.0.4, ok
  388. checking whether NLS is requested... no
  389. checking whether to use NLS... no
  390. checking for aclocal... (cached) aclocal
  391. checking for autoconf... (cached) autoconf
  392. checking for autoheader... (cached) autoheader
  393. configure: creating ./config.status
  394. config.status: creating Makefile
  395. config.status: creating config.intl
  396. config.status: creating config.h
  397. config.status: config.h is unchanged
  398. config.status: executing default-1 commands
  399. Configuring in ./bfd
  400. configure: loading cache ./config.cache
  401. checking build system type... (cached) x86_64-unknown-linux-gnu
  402. checking host system type... (cached) x86_64-unknown-linux-gnu
  403. checking target system type... (cached) i586-pc-elf
  404. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  405. checking for C compiler default output file name... a.out
  406. checking whether the C compiler works... yes
  407. checking whether we are cross compiling... no
  408. checking for suffix of executables...
  409. checking for suffix of object files... (cached) o
  410. checking whether we are using the GNU C compiler... (cached) yes
  411. checking whether gcc accepts -g... (cached) yes
  412. checking for gcc option to accept ISO C89... (cached) none needed
  413. checking for library containing strerror... (cached) none required
  414. checking for a BSD-compatible install... /usr/bin/install -c
  415. checking whether build environment is sane... yes
  416. checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
  417. checking for gawk... (cached) gawk
  418. checking whether make sets $(MAKE)... (cached) yes
  419. checking for style of include used by make... GNU
  420. checking dependency style of gcc... (cached) gcc3
  421. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  422. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  423. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  424. checking whether we are using the GNU C compiler... (cached) yes
  425. checking whether gcc accepts -g... (cached) yes
  426. checking for gcc option to accept ISO C89... (cached) none needed
  427. checking how to run the C preprocessor... (cached) gcc -E
  428. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  429. checking for egrep... (cached) /usr/bin/grep -E
  430. checking for ANSI C header files... (cached) yes
  431. checking for sys/types.h... (cached) yes
  432. checking for sys/stat.h... (cached) yes
  433. checking for stdlib.h... (cached) yes
  434. checking for string.h... (cached) yes
  435. checking for memory.h... (cached) yes
  436. checking for strings.h... (cached) yes
  437. checking for inttypes.h... (cached) yes
  438. checking for stdint.h... (cached) yes
  439. checking for unistd.h... (cached) yes
  440. checking for minix/config.h... (cached) no
  441. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  442. checking how to print strings... printf
  443. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  444. checking for fgrep... (cached) /usr/bin/grep -F
  445. checking for ld used by gcc... (cached) ld
  446. checking if the linker (ld) is GNU ld... (cached) yes
  447. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  448. checking the name lister (nm) interface... (cached) BSD nm
  449. checking whether ln -s works... yes
  450. checking the maximum length of command line arguments... (cached) 1572864
  451. checking whether the shell understands some XSI constructs... yes
  452. checking whether the shell understands "+="... yes
  453. checking for ld option to reload object files... (cached) -r
  454. checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
  455. checking how to recognize dependent libraries... (cached) pass_all
  456. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  457. checking for x86_64-unknown-linux-gnu-strip... no
  458. checking for strip... (cached) strip
  459. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  460. checking command to parse nm output from gcc object... (cached) ok
  461. checking for dlfcn.h... (cached) yes
  462. checking for objdir... (cached) .libs
  463. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  464. checking for gcc option to produce PIC... -fPIC -DPIC
  465. checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
  466. checking if gcc static flag -static works... (cached) yes
  467. checking if gcc supports -c -o file.o... (cached) yes
  468. checking if gcc supports -c -o file.o... (cached) yes
  469. checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
  470. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  471. checking how to hardcode library paths into programs... immediate
  472. checking for shl_load... (cached) no
  473. checking for shl_load in -ldld... (cached) no
  474. checking for dlopen... (cached) no
  475. checking for dlopen in -ldl... (cached) yes
  476. checking whether a program can dlopen itself... (cached) yes
  477. checking whether a statically linked program can dlopen itself... (cached) no
  478. checking whether stripping libraries is possible... yes
  479. checking if libtool supports shared libraries... yes
  480. checking whether to build shared libraries... no
  481. checking whether to build static libraries... yes
  482. checking for special C compiler options needed for large files... (cached) no
  483. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  484. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
  485. checking whether to enable maintainer-specific portions of Makefiles... no
  486. checking whether to install libbfd... no
  487. checking whether NLS is requested... no
  488. checking whether NLS is requested... no
  489. checking for msgfmt... (cached) /usr/bin/msgfmt
  490. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  491. checking for xgettext... (cached) /usr/bin/xgettext
  492. checking for msgmerge... (cached) /usr/bin/msgmerge
  493. checking size of long long... (cached) 8
  494. checking size of void *... (cached) 8
  495. checking size of long... (cached) 8
  496. checking for alloca.h... (cached) yes
  497. checking for stddef.h... (cached) yes
  498. checking for string.h... (cached) yes
  499. checking for strings.h... (cached) yes
  500. checking for stdlib.h... (cached) yes
  501. checking for time.h... (cached) yes
  502. checking for unistd.h... (cached) yes
  503. checking for fcntl.h... (cached) yes
  504. checking for sys/file.h... (cached) yes
  505. checking for sys/time.h... (cached) yes
  506. checking for sys/stat.h... (cached) yes
  507. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  508. checking for uintptr_t... yes
  509. checking for int_least32_t... yes
  510. checking for int_fast32_t... yes
  511. checking for uint64_t... yes
  512. checking what to include in bfd_stdint.h... stdint.h (already complete)
  513. checking whether time.h and sys/time.h may both be included... (cached) yes
  514. checking for dirent.h that defines DIR... (cached) yes
  515. checking for library containing opendir... (cached) none required
  516. checking for windows.h... (cached) no
  517. checking for dlfcn.h... (cached) yes
  518. checking whether string.h and strings.h may both be included... (cached) yes
  519. checking for fcntl... (cached) yes
  520. checking for getpagesize... (cached) yes
  521. checking for setitimer... (cached) yes
  522. checking for sysconf... (cached) yes
  523. checking for fdopen... (cached) yes
  524. checking for getuid... (cached) yes
  525. checking for getgid... (cached) yes
  526. checking for fileno... (cached) yes
  527. checking for strtoull... (cached) yes
  528. checking whether basename is declared... (cached) yes
  529. checking whether ftello is declared... (cached) yes
  530. checking whether ftello64 is declared... (cached) yes
  531. checking whether fseeko is declared... (cached) yes
  532. checking whether fseeko64 is declared... (cached) yes
  533. checking whether ffs is declared... (cached) yes
  534. checking whether free is declared... (cached) yes
  535. checking whether getenv is declared... (cached) yes
  536. checking whether malloc is declared... (cached) yes
  537. checking whether realloc is declared... (cached) yes
  538. checking whether stpcpy is declared... (cached) yes
  539. checking whether strstr is declared... (cached) yes
  540. checking whether snprintf is declared... (cached) yes
  541. checking whether vsnprintf is declared... (cached) yes
  542. checking for library containing zlibVersion... (cached) -lz
  543. checking for zlib.h... (cached) yes
  544. checking linker --as-needed support... (cached) yes
  545. checking for cos in -lm... (cached) yes
  546. checking for gcc version with buggy 64-bit support... no
  547. checking for ftello... (cached) yes
  548. checking for ftello64... (cached) yes
  549. checking for fseeko... (cached) yes
  550. checking for fseeko64... (cached) yes
  551. checking for fopen64... (cached) yes
  552. checking size of off_t... (cached) 8
  553. checking file_ptr type... BFD_HOST_64_BIT
  554. checking for stdlib.h... (cached) yes
  555. checking for unistd.h... (cached) yes
  556. checking for getpagesize... (cached) yes
  557. checking for working mmap... (cached) yes
  558. checking for madvise... (cached) yes
  559. checking for mprotect... (cached) yes
  560. configure: creating ./config.status
  561. config.status: creating Makefile
  562. config.status: creating doc/Makefile
  563. config.status: creating bfd-in3.h
  564. config.status: creating po/Makefile.in
  565. config.status: creating config.h
  566. config.status: config.h is unchanged
  567. config.status: executing depfiles commands
  568. config.status: executing libtool commands
  569. config.status: executing default-1 commands
  570. config.status: executing bfd_stdint.h commands
  571. config.status: executing default commands
  572. make[2]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/libiberty'
  573. 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 ./dwarfnames.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  574. make[3]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/libiberty/testsuite'
  575. make[3]: Nothing to be done for 'all'.
  576. make[3]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/libiberty/testsuite'
  577. make[2]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/libiberty'
  578. make[2]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/intl'
  579. make[2]: Nothing to be done for 'all'.
  580. make[2]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/intl'
  581. make[2]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd'
  582. Making info in doc
  583. make[3]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd/doc'
  584. make[3]: Nothing to be done for 'info'.
  585. make[3]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd/doc'
  586. Making info in po
  587. make[3]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd/po'
  588. make[3]: Nothing to be done for 'info'.
  589. make[3]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd/po'
  590. make[3]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd'
  591. make[3]: Nothing to be done for 'info-am'.
  592. make[3]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd'
  593. make all-recursive
  594. make[3]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd'
  595. Making all in doc
  596. make[4]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd/doc'
  597. make[4]: Nothing to be done for 'all'.
  598. make[4]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd/doc'
  599. Making all in po
  600. make[4]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd/po'
  601. make[4]: Nothing to be done for 'all'.
  602. make[4]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd/po'
  603. make[4]: Entering directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd'
  604. rm -f bfd-tmp.h
  605. cp bfd-in3.h bfd-tmp.h
  606. /bin/sh ../../binutils-2.23.2/bfd/../move-if-change bfd-tmp.h bfd.h
  607. rm -f bfd-tmp.h
  608. touch stmp-bfd-h
  609. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/opt/cross/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../binutils-2.23.2/bfd/archures.c
  610. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/opt/cross/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../binutils-2.23.2/bfd/archures.c -o archures.o
  611. mv -f .deps/archures.Tpo .deps/archures.Plo
  612. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/opt/cross/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../binutils-2.23.2/bfd/opncls.c
  613. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/opt/cross/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../binutils-2.23.2/bfd/opncls.c -o opncls.o
  614. In file included from ../../binutils-2.23.2/bfd/opncls.c:26:0:
  615. ../../binutils-2.23.2/bfd/opncls.c: In function ‘bfd_fopen’:
  616. ./bfd.h:529:65: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
  617. #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
  618. ^
  619. ../../binutils-2.23.2/bfd/opncls.c:261:5: note: in expansion of macro ‘bfd_set_cacheable’
  620. bfd_set_cacheable (nbfd, TRUE);
  621. ^
  622. cc1: all warnings being treated as errors
  623. Makefile:1575: recipe for target 'opncls.lo' failed
  624. make[4]: *** [opncls.lo] Error 1
  625. make[4]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd'
  626. Makefile:1617: recipe for target 'all-recursive' failed
  627. make[3]: *** [all-recursive] Error 1
  628. make[3]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd'
  629. Makefile:1108: recipe for target 'all' failed
  630. make[2]: *** [all] Error 2
  631. make[2]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils/bfd'
  632. Makefile:2505: recipe for target 'all-bfd' failed
  633. make[1]: *** [all-bfd] Error 2
  634. make[1]: Leaving directory '/home/johnyburd/code/kernel/hello_os/cross/build-binutils'
  635. Makefile:837: recipe for target 'all' failed
  636. make: *** [all] Error 2
  637. johnyburd:hello_os/ (master✗) 2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement