Advertisement
Guest User

Untitled

a guest
Jan 11th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. > gcc -mcmodel=medium the_file.s
  2. /usr/lib64/gcc/x86_64-suse-linux/4.8/crtbegin.o: In function `deregister_tm_clones':
  3. crtstuff.c:(.text+0x1): relocation truncated to fit: R_X86_64_32 against symbol `__TMC_END__' defined in .data section in a.out
  4. crtstuff.c:(.text+0x8): relocation truncated to fit: R_X86_64_32S against `.tm_clone_table'
  5. crtstuff.c:(.text+0x23): relocation truncated to fit: R_X86_64_32 against `.tm_clone_table'
  6. /usr/lib64/gcc/x86_64-suse-linux/4.8/crtbegin.o: In function `register_tm_clones':
  7. crtstuff.c:(.text+0x31): relocation truncated to fit: R_X86_64_32 against symbol `__TMC_END__' defined in .data section in a.out
  8. crtstuff.c:(.text+0x38): relocation truncated to fit: R_X86_64_32S against `.tm_clone_table'
  9. crtstuff.c:(.text+0x63): relocation truncated to fit: R_X86_64_32 against `.tm_clone_table'
  10. /usr/lib64/gcc/x86_64-suse-linux/4.8/crtbegin.o: In function `__do_global_dtors_aux':
  11. crtstuff.c:(.text+0x72): relocation truncated to fit: R_X86_64_PC32 against `.bss'
  12. crtstuff.c:(.text+0x85): relocation truncated to fit: R_X86_64_PC32 against `.bss'
  13. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement