Advertisement
Guest User

Untitled

a guest
Apr 12th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. Running '../gcc-4.9.4/configure --prefix=/home/ubuntu/arm-rockbox-linux-gnueabi --disable-docs --enable-languages=c --target=arm-rockbox-linux-gnueabi --without-headers --disable-threads --disable-libgomp --disable-libmudflap --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-shared --with-newlib --disable-libitm --disable-libsanitizer --disable-libatomic'
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking target system type... arm-rockbox-linux-gnueabi
  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... /bin/sed
  9. checking for gawk... no
  10. checking for mawk... mawk
  11. checking for libcilkrts support... no
  12. checking for libvtv support... no
  13. checking for gcc... gcc
  14. checking for C compiler default output file name... a.out
  15. checking whether the C compiler works... yes
  16. checking whether we are cross compiling... no
  17. checking for suffix of executables...
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking for g++... g++
  23. checking whether we are using the GNU C++ compiler... yes
  24. checking whether g++ accepts -g... yes
  25. checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
  26. checking for gnatbind... no
  27. checking for gnatmake... no
  28. checking whether compiler driver understands Ada... no
  29. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  30. checking for objdir... .libs
  31. checking for the correct version of gmp.h... no
  32. configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
  33. Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
  34. their locations. Source code for these libraries can be found at
  35. their respective hosting sites as well as at
  36. ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
  37. http://gcc.gnu.org/install/prerequisites.html for additional info. If
  38. you obtained GMP, MPFR and/or MPC from a vendor distribution package,
  39. make sure that you have installed both the libraries and the header
  40. files. They may be located in separate packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement