Advertisement
Guest User

dummy.log

a guest
Sep 5th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. Reading specs from /tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/specs
  2. COLLECT_GCC=cc
  3. COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
  4. Target: x86_64-unknown-linux-gnu
  5. Configured with: ../gcc-4.9.2/configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp
  6. Thread model: posix
  7. gcc version 4.9.2 (GCC)
  8. COLLECT_GCC_OPTIONS='-v' '-v' '-mtune=generic' '-march=x86-64'
  9. /tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/cc1 -quiet -v -v -isystem /usr/include foo.c -quiet -dumpbase foo.c -mtune=generic -march=x86-64 -auxbase foo -version -o /tmp/ccbtKQY5.s
  10. GNU C (GCC) version 4.9.2 (x86_64-unknown-linux-gnu)
  11. compiled by GNU C version 4.9.2, GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.2
  12. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  13. ignoring nonexistent directory "/tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../x86_64-unknown-linux-gnu/include"
  14. ignoring duplicate directory "/tools/include"
  15. #include "..." search starts here:
  16. #include <...> search starts here:
  17. /usr/include
  18. /tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include
  19. /tools/include
  20. /tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include-fixed
  21. End of search list.
  22. GNU C (GCC) version 4.9.2 (x86_64-unknown-linux-gnu)
  23. compiled by GNU C version 4.9.2, GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.2
  24. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  25. Compiler executable checksum: 8ae336d05e59f6aefdb0b2f775a72666
  26. COLLECT_GCC_OPTIONS='-v' '-v' '-mtune=generic' '-march=x86-64'
  27. /tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../x86_64-unknown-linux-gnu/bin/as -v -v --64 -o /tmp/ccDAGtYU.o /tmp/ccbtKQY5.s
  28. GNU assembler version 2.25 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.25
  29. COMPILER_PATH=/tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/:/tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/:/tools/libexec/gcc/x86_64-unknown-linux-gnu/:/tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/:/tools/lib/gcc/x86_64-unknown-linux-gnu/:/tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../x86_64-unknown-linux-gnu/bin/
  30. LIBRARY_PATH=/tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/:/usr/lib/../lib64/:/tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../x86_64-unknown-linux-gnu/lib/:/usr/lib/
  31. COLLECT_GCC_OPTIONS='-v' '-v' '-mtune=generic' '-march=x86-64'
  32. /tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/collect2 -plugin /tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/liblto_plugin.so -plugin-opt=/tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper -plugin-opt=-fresolution=/tmp/cclG4uYJ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 /usr/lib/../lib64/crt1.o /usr/lib/../lib64/crti.o /tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbegin.o -L/tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2 -L/usr/lib/../lib64 -L/tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../x86_64-unknown-linux-gnu/lib /tmp/ccDAGtYU.o "" -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o /usr/lib/../lib64/crtn.o
  33. /tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find : No such file or directory
  34. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement