Advertisement
Guest User

Untitled

a guest
May 26th, 2014
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. sandeep@ubuntu:~/lttng-git/lttng-ust/tests/hello2$ clang -emit-llvm -O2 -I. -o hello -ldl -llttng-ust hello.c tp.c
  2. /usr/bin/ld: error: /tmp/hello-u3dmcq.o:1:3: invalid character
  3. /usr/bin/ld: error: /tmp/hello-u3dmcq.o:1:3: syntax error, unexpected $end
  4. /usr/bin/ld: error: /tmp/hello-u3dmcq.o: not an object or archive
  5. /usr/bin/ld: error: /tmp/tp-1CR8ta.o:1:3: invalid character
  6. /usr/bin/ld: error: /tmp/tp-1CR8ta.o:1:3: syntax error, unexpected $end
  7. /usr/bin/ld: error: /tmp/tp-1CR8ta.o: not an object or archive
  8. /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crt1.o(.text+0x20): error: undefined reference to 'main'
  9. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement