Guest User

Untitled

a guest
Nov 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(png.o): In funct
  2. ion `png_reset_zstream':
  3. (.text+0x8c): undefined reference to `inflateReset'
  4. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(png.o): In funct
  5. ion `png_calculate_crc':
  6. (.text+0xa60): undefined reference to `crc32'
  7. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(png.o): In funct
  8. ion `png_reset_crc':
  9. (.text+0xab0): undefined reference to `crc32'
  10. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngread.o): In f
  11. unction `png_read_destroy':
  12. (.text+0x1fc): undefined reference to `inflateEnd'
  13. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngread.o): In f
  14. unction `png_read_row':
  15. (.text+0xa90): undefined reference to `inflate'
  16. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngread.o): In f
  17. unction `png_read_row':
  18. (.text+0xb94): undefined reference to `inflate'
  19. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngread.o): In f
  20. unction `png_read_init_3':
  21. (.text+0x1ca0): undefined reference to `inflateInit_'
  22. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngread.o): In f
  23. unction `png_create_read_struct_2':
  24. (.text+0x2124): undefined reference to `inflateInit_'
  25. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrtran.o): In
  26. function `png_build_gamma_table':
  27. (.text+0x2b64): undefined reference to `pow'
  28. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrtran.o): In
  29. function `png_build_gamma_table':
  30. (.text+0x2c4c): undefined reference to `pow'
  31. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrtran.o): In
  32. function `png_build_gamma_table':
  33. (.text+0x2d50): undefined reference to `pow'
  34. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrtran.o): In
  35. function `png_build_gamma_table':
  36. (.text+0x2f8c): undefined reference to `pow'
  37. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrtran.o): In
  38. function `png_build_gamma_table':
  39. (.text+0x3114): undefined reference to `pow'
  40. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrtran.o):(.te
  41. xt+0x32a8): more undefined references to `pow' follow
  42. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrutil.o): In
  43. function `png_decompress_chunk':
  44. (.text+0x11c8): undefined reference to `inflate'
  45. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrutil.o): In
  46. function `png_decompress_chunk':
  47. (.text+0x12d4): undefined reference to `inflateReset'
  48. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrutil.o): In
  49. function `png_decompress_chunk':
  50. (.text+0x141c): undefined reference to `inflateReset'
  51. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrutil.o): In
  52. function `png_read_finish_row':
  53. (.text+0x17d8): undefined reference to `inflateReset'
  54. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib\libpng.a(pngrutil.o): In
  55. function `png_read_finish_row':
  56. (.text+0x1848): undefined reference to `inflate'
  57. collect2: ld returned 1 exit status
  58. make: *** [PGR.elf] Error 1
Add Comment
Please, Sign In to add comment