Advertisement
Guest User

Untitled

a guest
May 7th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. clang version 8.0.0 (tags/RELEASE_800/final)
  2. Target: x86_64-buildroot-linux-gnu
  3. Thread model: posix
  4. InstalledDir: /home/romnao/buildroot/test/compiler-rt/host/bin
  5. "/home/romnao/buildroot/test/compiler-rt/host/bin/clang-8" -cc1 -triple x86_64-buildroot-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name fuzz_me.cc -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -v -resource-dir /home/romnao/buildroot/test/compiler-rt/host/lib/clang/8.0.0 -isysroot /home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot -internal-isystem /home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/usr/local/include -internal-isystem /home/romnao/buildroot/test/compiler-rt/host/lib/clang/8.0.0/include -internal-externc-isystem /home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/include -internal-externc-isystem /home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/usr/include -fdeprecated-macro -fdebug-compilation-dir /home/romnao/buildroot -ferror-limit 19 -fmessage-length 190 -fsanitize-coverage-type=1 -fsanitize-coverage-type=3 -fsanitize-coverage-indirect-calls -fsanitize-coverage-trace-cmp -fsanitize-coverage-inline-8bit-counters -fsanitize-coverage-pc-table -fsanitize-coverage-stack-depth -fsanitize=address,fuzzer,fuzzer-no-link -fsanitize-address-use-after-scope -fno-assume-sane-operator-new -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -o /tmp/fuzz_me-2ae49f.o -x c++ /home/romnao/buildroot/test/compiler-rt/build/libfuzzer-a47305004cfa75181926a3804207d55b8778814f/tutorial/fuzz_me.cc -faddrsig
  6.  
  7. clang -cc1 version 8.0.0 based upon LLVM 8.0.0 default target x86_64-buildroot-linux-gnu
  8. ignoring nonexistent directory "/home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/usr/local/include"
  9. ignoring nonexistent directory "/home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/include"
  10. #include "..." search starts here:
  11. #include <...> search starts here:
  12. /home/romnao/buildroot/test/compiler-rt/host/lib/clang/8.0.0/include
  13. /home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/usr/include
  14. End of search list.
  15.  
  16. "/home/romnao/buildroot/test/compiler-rt/host/bin/x86_64-linux-ld" --sysroot=/home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot --hash-style=gnu --no-add-needed --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o /home/romnao/buildroot/test/compiler-rt/build/libfuzzer-a47305004cfa75181926a3804207d55b8778814f/fuzz_me /home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/../lib64/crt1.o /home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/../lib64/crti.o
  17.  
  18. crtbegin.o
  19. ^^^^^^^^^^^
  20. -L/home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/lib/../lib64 -L/home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/../lib64 -L/home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/lib -L/home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib --whole-archive /home/romnao/buildroot/test/compiler-rt/host/lib/clang/8.0.0/lib/linux/libclang_rt.fuzzer-x86_64.a --no-whole-archive -lstdc++ --whole-archive /home/romnao/buildroot/test/compiler-rt/host/lib/clang/8.0.0/lib/linux/libclang_rt.asan-x86_64.a --no-whole-archive --dynamic-list=/home/romnao/buildroot/test/compiler-rt/host/lib/clang/8.0.0/lib/linux/libclang_rt.asan-x86_64.a.syms --whole-archive /home/romnao/buildroot/test/compiler-rt/host/lib/clang/8.0.0/lib/linux/libclang_rt.asan_cxx-x86_64.a --no-whole-archive --dynamic-list=/home/romnao/buildroot/test/compiler-rt/host/lib/clang/8.0.0/lib/linux/libclang_rt.asan_cxx-x86_64.a.syms /tmp/fuzz_me-2ae49f.o -lstdc++ -lm --no-as-needed -lpthread -lrt -lm -ldl -lgcc_s -lgcc -lc -lgcc_s -lgcc crtend.o /home/romnao/buildroot/test/compiler-rt/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/../lib64/crtn.o
  21. /home/romnao/buildroot/test/compiler-rt/host/bin/x86_64-linux-ld: cannot find crtbegin.o: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement