Advertisement
Guest User

error

a guest
Jan 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. c++ main.cpp -o main
  2. final section layout:
  3. __TEXT/__text addr=0x100000F80, size=0x00001DEB, fileOffset=0x00000F80, type=1
  4. __TEXT/__stubs addr=0x100002D6C, size=0x0000007E, fileOffset=0x00002D6C, type=28
  5. __TEXT/__stub_helper addr=0x100002DEC, size=0x000000B0, fileOffset=0x00002DEC, type=32
  6. __TEXT/__gcc_except_tab addr=0x100002E9C, size=0x00000078, fileOffset=0x00002E9C, type=0
  7. __TEXT/__cstring addr=0x100002F14, size=0x0000004E, fileOffset=0x00002F14, type=13
  8. __TEXT/__unwind_info addr=0x100002F64, size=0x00000094, fileOffset=0x00002F64, type=22
  9. __DATA/__nl_symbol_ptr addr=0x100003000, size=0x00000010, fileOffset=0x00003000, type=29
  10. __DATA/__got addr=0x100003010, size=0x00000028, fileOffset=0x00003010, type=29
  11. __DATA/__la_symbol_ptr addr=0x100003038, size=0x000000A8, fileOffset=0x00003038, type=27
  12. __DATA/__mod_init_func addr=0x1000030E0, size=0x00000008, fileOffset=0x000030E0, type=33
  13. __DATA/__data addr=0x1000030E8, size=0x00000010, fileOffset=0x000030E8, type=0
  14. __DATA/__common addr=0x100003100, size=0x00000028, fileOffset=0x00000000, type=25
  15. __DATA/__huge addr=0x100003130, size=0x3BA63BB40, fileOffset=0x00000000, type=25
  16. ld: 32-bit RIP relative reference out of range (16004007569 max is +/-2GB): from _main (0x100000FA0) to _A (0x4B9E9DA60) in '_main' from /var/folders/m4/td3d7qrs3j1dsdtghwpz_4dr0000gn/T/main-aba8e3.o for architecture x86_64
  17. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  18. make: *** [main] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement