Advertisement
Digzsudi

configuring binutils

Oct 8th, 2020
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.66 KB | None | 0 0
  1. digzsudi@kali:~$ sudo su
  2. [sudo] password for digzsudi:
  3. root@kali:/home/digzsudi# cd Downloads
  4. root@kali:/home/digzsudi/Downloads# tar -xzf os161-binutils.tar.gz
  5. root@kali:/home/digzsudi/Downloads# cd binutils-2.17+os161-2.0.1
  6. root@kali:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1# ./configure --nfp --disable-werror --target=mips-harvard-os161 --prefix=$HOME/sys161/tools
  7. loading cache ./config.cache
  8. checking host system type... x86_64-unknown-linux-gnu
  9. checking target system type... mips-harvard-os161
  10. checking build system type... x86_64-unknown-linux-gnu
  11. checking for a BSD compatible install... (cached) /usr/bin/install -c
  12. checking whether ln works... (cached) yes
  13. checking whether ln -s works... (cached) yes
  14. checking for gcc... (cached) gcc
  15. checking whether the C compiler (gcc ) works... yes
  16. checking whether the C compiler (gcc ) is a cross-compiler... no
  17. checking whether we are using GNU C... (cached) yes
  18. checking whether gcc accepts -g... (cached) yes
  19. checking for gnatbind... no
  20. checking whether compiler driver understands Ada... (cached) no
  21. checking how to compare bootstrapped objects... (cached) cmp --ignore-initial=16 $$f1 $$f2
  22. checking for correct version of gmp.h... yes
  23. checking for MPFR... no
  24. *** removing intl/Makefile to force reconfigure
  25. *** removing libiberty/Makefile to force reconfigure
  26. *** removing opcodes/Makefile to force reconfigure
  27. *** removing bfd/Makefile to force reconfigure
  28. *** removing binutils/Makefile to force reconfigure
  29. *** removing gas/Makefile to force reconfigure
  30. *** removing etc/Makefile to force reconfigure
  31. checking for bison... (cached) bison -y
  32. checking for bison... (cached) bison
  33. checking for gm4... (cached) m4
  34. checking for flex... (cached) flex
  35. checking for flex... (cached) flex
  36. checking for makeinfo... (cached) makeinfo
  37. checking for expect... (cached) expect
  38. checking for runtest... no
  39. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  40. checking for x86_64-unknown-linux-gnu-as... (cached) as
  41. checking for x86_64-unknown-linux-gnu-dlltool... no
  42. checking for dlltool... no
  43. checking for x86_64-unknown-linux-gnu-ld... (cached) ld
  44. checking for x86_64-unknown-linux-gnu-lipo... no
  45. checking for lipo... no
  46. checking for x86_64-unknown-linux-gnu-nm... (cached) nm
  47. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  48. checking for x86_64-unknown-linux-gnu-strip... (cached) strip
  49. checking for x86_64-unknown-linux-gnu-windres... no
  50. checking for windres... no
  51. checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
  52. checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
  53. checking for mips-harvard-os161-cc... no
  54. checking for mips-harvard-os161-gcc... no
  55. checking for mips-harvard-os161-c++... no
  56. checking for mips-harvard-os161-g++... no
  57. checking for mips-harvard-os161-cxx... no
  58. checking for mips-harvard-os161-gxx... no
  59. checking for mips-harvard-os161-gcc... no
  60. checking for mips-harvard-os161-gcj... no
  61. checking for mips-harvard-os161-gfortran... no
  62. checking for ar... no
  63. checking for mips-harvard-os161-ar... no
  64. checking for as... no
  65. checking for mips-harvard-os161-as... no
  66. checking for dlltool... no
  67. checking for mips-harvard-os161-dlltool... no
  68. checking for ld... no
  69. checking for mips-harvard-os161-ld... no
  70. checking for lipo... no
  71. checking for mips-harvard-os161-lipo... no
  72. checking for nm... no
  73. checking for mips-harvard-os161-nm... no
  74. checking for objdump... no
  75. checking for mips-harvard-os161-objdump... no
  76. checking for ranlib... no
  77. checking for mips-harvard-os161-ranlib... no
  78. checking for strip... no
  79. checking for mips-harvard-os161-strip... no
  80. checking for windres... no
  81. checking for mips-harvard-os161-windres... no
  82. checking where to find the target ar... just compiled
  83. checking where to find the target as... just compiled
  84. checking where to find the target cc... pre-installed
  85. checking where to find the target c++... pre-installed
  86. checking where to find the target c++ for libstdc++... pre-installed
  87. checking where to find the target dlltool... just compiled
  88. checking where to find the target gcc... pre-installed
  89. checking where to find the target gcj... pre-installed
  90. checking where to find the target gfortran... pre-installed
  91. checking where to find the target ld... just compiled
  92. checking where to find the target lipo... pre-installed
  93. checking where to find the target nm... just compiled
  94. checking where to find the target objdump... just compiled
  95. checking where to find the target ranlib... just compiled
  96. checking where to find the target strip... just compiled
  97. checking where to find the target windres... just compiled
  98. checking whether to enable maintainer-specific portions of Makefiles... no
  99. creating ./config.status
  100. creating Makefile
  101. root@kali:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1#
  102. root@kali:/home/digzsudi/Downloads/binutils-2.17+os161-2.0.1#
  103.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement