Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. checking for library containing waddstr... no
  2. configure: WARNING: no enhanced curses library found; disabling TUI
  3. checking for library containing tgetent... no
  4. checking size of unsigned long long... 8
  5. checking size of unsigned long... 4
  6. checking size of unsigned __int128... 0
  7. checking for library containing dlopen... none required
  8. checking whether to use expat... auto
  9. checking for libexpat... no
  10. configure: WARNING: expat is missing or unusable; some features may be unavailable.
  11. checking whether to use MPFR... auto
  12. checking for libmpfr... no
  13. configure: WARNING: MPFR is missing or unusable; some features may be unavailable.
  14. checking whether to use python... python3.7
  15. checking for python3.7... /usr/bin/python3.7
  16. checking for python3.7... no
  17. configure: error: no usable python found at python3.7
  18. Makefile:9096: recipe for target 'configure-gdb' failed
  19. make[1]: *** [configure-gdb] Error 1
  20. make[1]: Leaving directory '/home/user/files/gdb/gdb-8.3'
  21. Makefile:849: recipe for target 'all' failed
  22. make: *** [all] Error 2
  23.  
  24. sudo ./configure --enable-targets=all --host=arm-linux-gnueabi --with-python=python3.7 prefix=/home/user/files/gdb_output
  25.  
  26. /usr/bin/ld: ../readline/libreadline.a(readline.o): Relocations in generic ELF (EM: 40)
  27. /usr/bin/ld: ../readline/libreadline.a(readline.o): Relocations in generic ELF (EM: 40)
  28. /usr/bin/ld: ../readline/libreadline.a(readline.o): Relocations in generic ELF (EM: 40)
  29. /usr/bin/ld: ../readline/libreadline.a(readline.o): Relocations in generic ELF (EM: 40)
  30. /usr/bin/ld: ../readline/libreadline.a(readline.o): Relocations in generic ELF (EM: 40)
  31. /usr/bin/ld: ../readline/libreadline.a(readline.o): Relocations in generic ELF (EM: 40)
  32. /usr/bin/ld: ../readline/libreadline.a(readline.o): Relocations in generic ELF (EM: 40)
  33. ../readline/libreadline.a: error adding symbols: File in wrong format
  34. collect2: error: ld returned 1 exit status
  35. Makefile:1892: recipe for target 'gdb' failed
  36. make[2]: *** [gdb] Error 1
  37. make[2]: Leaving directory '/home/user/files/gdb/gdb-8.3/gdb'
  38. Makefile:9126: recipe for target 'all-gdb' failed
  39. make[1]: *** [all-gdb] Error 2
  40. make[1]: Leaving directory '/home/user/files/gdb/gdb-8.3'
  41. Makefile:849: recipe for target 'all' failed
  42. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement