Advertisement
Guest User

Untitled

a guest
Oct 31st, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. [ 0%] Building kernel/version_81876a37.o
  2. Stack dump:
  3. 0. Program arguments: /usr/lib/llvm-7/bin/clang -cc1 -triple armv6k-unknown-linux-gnueabihf -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name version_81876a37.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -fuse-init-array -target-cpu arm1176j-s -target-feature +strict-align -target-abi aapcs-linux -mfloat-abi hard -fallow-half-arguments-and-returns -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-notes-file /home/pi/build/icestick/yosys/kernel/version_81876a37.gcno -resource-dir /usr/lib/llvm-7/lib/clang/7.0.1 -dependency-file kernel/version_81876a37.d -MT kernel/version_81876a37.o -sys-header-deps -I . -I ./ -D _YOSYS_ -I /usr/local/include -D YOSYS_ENABLE_READLINE -D YOSYS_ENABLE_PLUGINS -D YOSYS_ENABLE_GLOB -D YOSYS_ENABLE_ZLIB -I /usr/include/tcl8.6 -D YOSYS_ENABLE_TCL -D YOSYS_ENABLE_ABC -D YOSYS_ENABLE_COVER -internal-isystem /usr/bin/../lib/gcc/arm-linux-gnueabihf/8/../../../../include/c++/8 -internal-isystem /usr/bin/../lib/gcc/arm-linux-gnueabihf/8/../../../../include/arm-linux-gnueabihf/c++/8 -internal-isystem /usr/bin/../lib/gcc/arm-linux-gnueabihf/8/../../../../include/arm-linux-gnueabihf/c++/8 -internal-isystem /usr/bin/../lib/gcc/arm-linux-gnueabihf/8/../../../../include/c++/8/backward -internal-isystem /usr/include/clang/7.0.1/include/ -internal-isystem /usr/local/include -internal-isystem /usr/lib/llvm-7/lib/clang/7.0.1/include -internal-externc-isystem /usr/include/arm-linux-gnueabihf -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wall -Wextra -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /home/pi/build/icestick/yosys -ferror-limit 19 -fmessage-length 159 -fno-signed-char -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o kernel/version_81876a37.o -x c++ kernel/version_81876a37.cc -faddrsig
  4. 1. <eof> parser at end of file
  5. clang: error: unable to execute command: Segmentation fault
  6. clang: error: clang frontend command failed due to signal (use -v to see invocation)
  7. clang version 7.0.1-8+rpi2 (tags/RELEASE_701/final)
  8. Target: armv6k-unknown-linux-gnueabihf
  9. Thread model: posix
  10. InstalledDir: /usr/bin
  11. clang: note: diagnostic msg: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script.
  12. clang: note: diagnostic msg:
  13. ********************
  14.  
  15. PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
  16. Preprocessed source(s) and associated run script(s) are located at:
  17. clang: note: diagnostic msg: /tmp/version_81876a37-2e8438.cpp
  18. clang: note: diagnostic msg: /tmp/version_81876a37-2e8438.sh
  19. clang: note: diagnostic msg:
  20.  
  21. ********************
  22. make: *** [Makefile:617: kernel/version_81876a37.o] Error 254
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement