Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. [~] dev% ~/ellcc/bin/ecc -target arm-linux-engeabihf -mcpu=cortex-a7 -mfloat-abi=soft -mfpu=neon hello.c -v
  2. clang version 3.9.0 (trunk)
  3. Target: arm-ellcc-linux
  4. Thread model: posix
  5. InstalledDir: /home/rich/ellcc/bin
  6. "/home/rich/ellcc/bin/ecc" -cc1 -triple armv7-ellcc-linux -emit-obj -mrelax-all -disable-free -main-file-name hello.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -target-cpu cortex-a7 -target-feature +soft-float -target-feature +soft-float-abi -target-feature -fp-only-sp -target-feature -d16 -target-feature +vfp3 -target-feature -fp16 -target-feature -vfp4 -target-feature -fp-armv8 -target-feature -neon -target-feature -crypto -target-abi aapcs -msoft-float -mfloat-abi soft -target-linker-version 2.24 -v -dwarf-column-info -debugger-tuning=gdb -resource-dir /home/rich/ellcc/bin/../libecc -internal-isystem /home/rich/ellcc/bin/../libecc/include/arm -internal-isystem /home/rich/ellcc/bin/../libecc/include -fdebug-compilation-dir /home/rich -ferror-limit 19 -fmessage-length 81 -fallow-half-arguments-and-returns -fno-signed-char -fobjc-runtime=gcc -fdiagnostics-show-option -fcolor-diagnostics -o /tmp/hello-3abb02.o -x c hello.c
  7. clang -cc1 version 3.9.0 based upon LLVM 3.9.0svn default target x86_64-pc-linux-gnu
  8. #include "..." search starts here:
  9. #include <...> search starts here:
  10. /home/rich/ellcc/bin/../libecc/include/arm
  11. /home/rich/ellcc/bin/../libecc/include
  12. End of search list.
  13. "/home/rich/ellcc/bin/ecc-ld" -nostdlib -L/home/rich/ellcc/bin/../libecc/lib/arm-linux-engeabihf -m armelf_linux_eabi --build-id --hash-style=gnu --eh-frame-hdr -o a.out -e _start -Bstatic /home/rich/ellcc/bin/../libecc/lib/arm-linux-engeabihf/crt1.o /home/rich/ellcc/bin/../libecc/lib/arm-linux-engeabihf/crtbegin.o /tmp/hello-3abb02.o -( -lc -lcompiler-rt -) /home/rich/ellcc/bin/../libecc/lib/arm-linux-engeabihf/crtend.o
  14. [~] dev% file ./a.out
  15. ./a.out: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, BuildID[sha1]=2cfdec1b0d927ed4d7fcb3f210b136d3056db1f4, not stripped
  16. [~] dev%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement