Advertisement
infected_

Untitled

Jul 20th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. infected_@mint-qiana ~/uber_toolchain/build $ ./arm-eabi-4.9
  2.  
  3. It's time to build LINARO toolchains for....
  4.  
  5. ________________________________________
  6. | |
  7. | _| _| _|_|_| _|_|_|_| _|_|_| |
  8. | _| _| _| _| _| _| _| |
  9. | _| _| _|_|_| _|_|_| _|_|_| |
  10. | _| _| _| _| _| _| _| |
  11. | _| _| _| _| _| _| _| |
  12. | _|_| _|_|_| _|_|_|_| _| _| |
  13. |________________________________________|
  14.  
  15. fatal: 'gh' does not appear to be a git repository
  16. fatal: Could not read from remote repository.
  17.  
  18. Please make sure you have the correct access rights
  19. and the repository exists.
  20. checking build system type... x86_64-pc-linux-gnu
  21. checking host system type... x86_64-pc-linux-gnu
  22. checking target system type... arm-unknown-eabi
  23. checking for a BSD-compatible install... /usr/bin/install -c
  24. checking whether ln works... yes
  25. checking whether ln -s works... yes
  26. checking for a sed that does not truncate output... /bin/sed
  27. checking for gawk... gawk
  28. checking for libatomic support... no
  29. checking for libcilkrts support... no
  30. checking for libitm support... no
  31. checking for libsanitizer support... no
  32. checking for libvtv support... no
  33. checking for x86_64-linux-gnu-gcc... gcc-4.8
  34. checking for C compiler default output file name... a.out
  35. checking whether the C compiler works... yes
  36. checking whether we are cross compiling... no
  37. checking for suffix of executables...
  38. checking for suffix of object files... o
  39. checking whether we are using the GNU C compiler... yes
  40. checking whether gcc-4.8 accepts -g... yes
  41. checking for gcc-4.8 option to accept ISO C89... none needed
  42. checking whether we are using the GNU C++ compiler... yes
  43. checking whether g++-4.8 accepts -g... yes
  44. checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
  45. checking for x86_64-linux-gnu-gnatbind... no
  46. checking for gnatbind... no
  47. checking for x86_64-linux-gnu-gnatmake... no
  48. checking for gnatmake... no
  49. checking whether compiler driver understands Ada... no
  50. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  51. checking for objdir... .libs
  52. checking for the correct version of gmp.h... no
  53. configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
  54. Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
  55. their locations. Source code for these libraries can be found at
  56. their respective hosting sites as well as at
  57. ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
  58. http://gcc.gnu.org/install/prerequisites.html for additional info. If
  59. you obtained GMP, MPFR and/or MPC from a vendor distribution package,
  60. make sure that you have installed both the libraries and the header
  61. files. They may be located in separate packages.
  62. make: *** No targets specified and no makefile found. Stop.
  63. make: *** No rule to make target `install'. Stop.
  64.  
  65. **************ERROR*****************
  66. **************ERROR*****************
  67. **************ERROR*****************
  68. Sorry your build failed
  69. **************ERROR*****************
  70. **************ERROR*****************
  71. **************ERROR*****************
  72.  
  73. Error Log is found at: ~/uber_toolchain/Linaro-4.9-Nightly.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement