Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ ./qmake
- bash: ./qmake: No such file or directory
- ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ ls
- fixqt4headers.pl qgltf qmleasing qmlplugindump rcc uic
- moc qlalr qmlimportscanner qmlprofiler servicefw
- qdbuscpp2xml qmake qmllint qmlscene sfwlisten
- qdbusxml2cpp qml qmlmin qmltestrunner syncqt.pl
- 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
- ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ readelf -l qmake
- Elf file type is EXEC (Executable file)
- Entry point 0x402ca0
- There are 8 program headers, starting at offset 64
- Program Headers:
- Type Offset VirtAddr PhysAddr
- FileSiz MemSiz Flags Align
- PHDR 0x0000000000000040 0x0000000000400040 0x0000000000400040
- 0x00000000000001c0 0x00000000000001c0 R E 8
- INTERP 0x0000000000000200 0x0000000000400200 0x0000000000400200
- 0x000000000000001a 0x000000000000001a R 1
- [Requesting program interpreter: /lib/ld-linux-x86-64.so.2]
- LOAD 0x0000000000000000 0x0000000000400000 0x0000000000400000
- 0x0000000000330756 0x0000000000330756 R E 200000
- LOAD 0x0000000000330758 0x0000000000930758 0x0000000000930758
- 0x0000000000000608 0x0000000000001578 RW 200000
- DYNAMIC 0x00000000003307b0 0x00000000009307b0 0x00000000009307b0
- 0x00000000000001c0 0x00000000000001c0 RW 8
- NOTE 0x000000000000021c 0x000000000040021c 0x000000000040021c
- 0x0000000000000044 0x0000000000000044 R 4
- GNU_EH_FRAME 0x00000000002bc2e8 0x00000000006bc2e8 0x00000000006bc2e8
- 0x00000000000079ac 0x00000000000079ac R 4
- GNU_STACK 0x0000000000000000 0x0000000000000000 0x0000000000000000
- 0x0000000000000000 0x0000000000000000 RW 10
- Section to Segment mapping:
- Segment Sections...
- 00
- 01 .interp
- 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
- 03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss
- 04 .dynamic
- 05 .note.ABI-tag .note.gnu.build-id
- 06 .eh_frame_hdr
- 07
- ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ ldd
- ldd: missing file arguments
- Try `ldd --help' for more information.
- ryan@hp-pc:/opt/poky/2.0.1/sysroots/corei7-64-poky-linux/usr/bin/qt5$ ldd qmake
- linux-vdso.so.1 => (0x00007ffd355d8000)
- libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fbcacfda000)
- libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fbcaccd4000)
- libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fbcacabd000)
- libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbcac6f8000)
- /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