Advertisement
Guest User

gcc-error

a guest
Oct 23rd, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. make[2]: Entering directory '/mnt/lfs/sources/gcc-10.2.0/build'
  2. Configuring stage 2 in ./gmp
  3. Configuring stage 2 in ./intl
  4. configure: creating cache ./config.cache
  5. checking for x86_64-pc-linux-gnu-gcc... /mnt/lfs/sources/gcc-10.2.0/build/./prev-gcc/xgcc -B/mnt/lfs/sources/gcc-10.2.0/build/./prev-gcc/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/lib/ -isystem /mnt/lfs/tools/x86_64-pc-linux-gnu/include -isystem /mnt/lfs/tools/x86_64-pc-linux-gnu/sys-include -fno-checking
  6. configure: creating cache ./config.cache
  7. checking whether the C compiler works... checking build system type... x86_64-pc-linux-gnu
  8. checking host system type... none-pc-linux-gnu
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. no
  11. checking whether build environment is sane... configure: error: in `/mnt/lfs/sources/gcc-10.2.0/build/intl':
  12. configure: error: C compiler cannot create executables
  13. See `config.log' for more details
  14. yes
  15. checking for none-pc-linux-gnu-strip... no
  16. checking for strip... strip
  17. configure: WARNING: using cross tools not prefixed with host triplet
  18. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  19. checking for gawk... gawk
  20. checking whether make sets $(MAKE)... make[2]: *** [Makefile:9090: configure-stage2-intl] Error 77
  21. make[2]: *** Waiting for unfinished jobs....
  22. yes
  23. checking whether make supports nested variables... yes
  24. checking whether to enable maintainer-specific portions of Makefiles... no
  25. configure: WARNING: the "none" host is obsolete, use --disable-assembly
  26. checking ABI=standard
  27. checking whether /mnt/lfs/sources/gcc-10.2.0/build/./prev-gcc/xgcc -B/mnt/lfs/sources/gcc-10.2.0/build/./prev-gcc/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/lib/ -isystem /mnt/lfs/tools/x86_64-pc-linux-gnu/include -isystem /mnt/lfs/tools/x86_64-pc-linux-gnu/sys-include -fno-checking is gcc... yes
  28. checking compiler /mnt/lfs/sources/gcc-10.2.0/build/./prev-gcc/xgcc -B/mnt/lfs/sources/gcc-10.2.0/build/./prev-gcc/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/lib/ -isystem /mnt/lfs/tools/x86_64-pc-linux-gnu/include -isystem /mnt/lfs/tools/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -fno-checking -gtoggle ... no
  29. checking for none-pc-linux-gnu-gcc... /mnt/lfs/sources/gcc-10.2.0/build/./prev-gcc/xgcc -B/mnt/lfs/sources/gcc-10.2.0/build/./prev-gcc/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/lib/ -isystem /mnt/lfs/tools/x86_64-pc-linux-gnu/include -isystem /mnt/lfs/tools/x86_64-pc-linux-gnu/sys-include -fno-checking
  30. checking whether the C compiler works... no
  31. configure: error: in `/mnt/lfs/sources/gcc-10.2.0/build/gmp':
  32. configure: error: C compiler cannot create executables
  33. See `config.log' for more details
  34. make[2]: *** [Makefile:5463: configure-stage2-gmp] Error 77
  35. make[2]: Leaving directory '/mnt/lfs/sources/gcc-10.2.0/build'
  36. make[1]: *** [Makefile:22086: stage2-bubble] Error 2
  37. make[1]: Leaving directory '/mnt/lfs/sources/gcc-10.2.0/build'
  38. make: *** [Makefile:952: all] Error 2
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement