Advertisement
Guest User

Untitled

a guest
Mar 21st, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ ./qmake
  2. bash: ./qmake: No such file or directory
  3. ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ ls
  4. fixqt4headers.pl qgltf qmleasing qmlplugindump rcc uic
  5. moc qlalr qmlimportscanner qmlprofiler servicefw
  6. qdbuscpp2xml qmake qmllint qmlscene sfwlisten
  7. qdbusxml2cpp qml qmlmin qmltestrunner syncqt.pl
  8. ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ file qmakeqmake: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=2231d29422ed0efa760f89f6a11218657fc945ff, stripped
  9. ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ readelf -l qmake
  10.  
  11. Elf file type is EXEC (Executable file)
  12. Entry point 0x402ca0
  13. There are 8 program headers, starting at offset 64
  14.  
  15. Program Headers:
  16. Type Offset VirtAddr PhysAddr
  17. FileSiz MemSiz Flags Align
  18. PHDR 0x0000000000000040 0x0000000000400040 0x0000000000400040
  19. 0x00000000000001c0 0x00000000000001c0 R E 8
  20. INTERP 0x0000000000000200 0x0000000000400200 0x0000000000400200
  21. 0x000000000000001a 0x000000000000001a R 1
  22. [Requesting program interpreter: /lib/ld-linux-x86-64.so.2]
  23. LOAD 0x0000000000000000 0x0000000000400000 0x0000000000400000
  24. 0x0000000000330756 0x0000000000330756 R E 200000
  25. LOAD 0x0000000000330758 0x0000000000930758 0x0000000000930758
  26. 0x0000000000000608 0x0000000000001578 RW 200000
  27. DYNAMIC 0x00000000003307b0 0x00000000009307b0 0x00000000009307b0
  28. 0x00000000000001c0 0x00000000000001c0 RW 8
  29. NOTE 0x000000000000021c 0x000000000040021c 0x000000000040021c
  30. 0x0000000000000044 0x0000000000000044 R 4
  31. GNU_EH_FRAME 0x00000000002bc2e8 0x00000000006bc2e8 0x00000000006bc2e8
  32. 0x00000000000079ac 0x00000000000079ac R 4
  33. GNU_STACK 0x0000000000000000 0x0000000000000000 0x0000000000000000
  34. 0x0000000000000000 0x0000000000000000 RW 10
  35.  
  36. Section to Segment mapping:
  37. Segment Sections...
  38. 00
  39. 01 .interp
  40. 02 .interp .note.ABI-tag .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt .text .fini .rodata .eh_frame_hdr .eh_frame .gcc_except_table
  41. 03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss
  42. 04 .dynamic
  43. 05 .note.ABI-tag .note.gnu.build-id
  44. 06 .eh_frame_hdr
  45. 07
  46. ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ ldd
  47. ldd: missing file arguments
  48. Try `ldd --help' for more information.
  49. ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ ldd qmake
  50. linux-vdso.so.1 => (0x00007ffd355d8000)
  51. libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fbcacfda000)
  52. libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fbcaccd4000)
  53. libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fbcacabd000)
  54. libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbcac6f8000)
  55. /lib/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 (0x000055943f425000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement