Advertisement
Guest User

Untitled

a guest
Jul 29th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. checking whether snprintf is declared... yes
  2. checking whether vsnprintf is declared... yes
  3. checking whether strnlen is declared... yes
  4. checking linker --as-needed support... yes
  5. checking for cos in -lm... yes
  6. checking for gcc version with buggy 64-bit support... no
  7. checking for ftello... yes
  8. checking for ftello64... yes
  9. checking for fseeko... yes
  10. checking for fseeko64... yes
  11. checking for fopen64... yes
  12. checking size of off_t... 8
  13. checking file_ptr type... BFD_HOST_64_BIT
  14. checking for stdlib.h... (cached) yes
  15. checking for unistd.h... (cached) yes
  16. checking for getpagesize... (cached) yes
  17. checking for working mmap... yes
  18. checking for madvise... yes
  19. checking for mprotect... yes
  20. configure: updating cache ./config.cache
  21. configure: creating ./config.status
  22. config.status: creating Makefile
  23. config.status: creating doc/Makefile
  24. config.status: creating bfd-in3.h
  25. config.status: creating po/Makefile.in
  26. config.status: creating config.h
  27. config.status: executing depfiles commands
  28. config.status: executing libtool commands
  29. config.status: executing default-1 commands
  30. config.status: executing bfd_stdint.h commands
  31. config.status: executing default commands
  32. make[1]: Leaving directory '/tmp/rbdev-build/build-binutils'
  33. make: *** [Makefile:847: all] Error 2
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement