Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. make: Entering directory '/home/User/pokecrystal/tools' gcc -O3 -std=c99 -Wall -Wextra -Wno-missing-field-initializers -o lzcomp lzcomp.c gcc -O3 -std=c99 -Wall -Wextra -Wno-missing-field-initializers -o png_dimensions png_dimensions.c gcc -O3 -std=c99 -Wall -Wextra -Wno-missing-field-initializers -o scan_includes scan_includes.c gcc -O3 -std=c99 -Wall -Wextra -Wno-missing-field-initializers -o palette palette.c gcc -O3 -std=c99 -Wall -Wextra -Wno-missing-field-initializers -o pokemon_animation pokemon_animation.c gcc -O3 -std=c99 -Wall -Wextra -Wno-missing-field-initializers -o pokemon_animation_graphics pokemon_animation_graphics.c gcc -O3 -std=c99 -Wall -Wextra -Wno-missing-field-initializers -o gfx gfx.c gcc -O3 -std=c99 -Wall -Wextra -Wno-missing-field-initializers -o md5 md5.c make: Leaving directory '/home/User/pokecrystal/tools'
  2. rgbasm -L -o audio.o audio.asm
  3. rgbasm -L -o home.o home.asm
  4. ERROR: home.asm(44) -> home/copy.asm(3):
  5. 'Get2bpp_2' already defined in home/gfx.asm(3)
  6. ERROR: home.asm(44) -> home/copy.asm(12):
  7. 'Get1bpp_2' already defined in home/gfx.asm(12)
  8. ERROR: home.asm(44) -> home/copy.asm(21):
  9. 'FarCopyBytesDouble_DoubleBankSwitch' already defined in home/gfx.asm(21)
  10. ERROR: home.asm(44) -> home/copy.asm(34):
  11. 'OldDMATransfer' already defined in home/gfx.asm(34)
  12. ERROR: home.asm(44) -> home/copy.asm(45):
  13. 'OldDMATransfer.loop' already defined in home/gfx.asm(45)
  14. ERROR: home.asm(44) -> home/copy.asm(84):
  15. 'OldDMATransfer.done' already defined in home/gfx.asm(84)
  16. ERROR: home.asm(44) -> home/copy.asm(96):
  17. 'ReplaceKrisSprite' already defined in home/gfx.asm(96)
  18. ERROR: home.asm(44) -> home/copy.asm(100):
  19. 'LoadStandardFont' already defined in home/gfx.asm(100)
  20. ERROR: home.asm(44) -> home/copy.asm(104):
  21. 'LoadFontsBattleExtra' already defined in home/gfx.asm(104)
  22. ERROR: home.asm(44) -> home/copy.asm(108):
  23. 'LoadFontsExtra' already defined in home/gfx.asm(108)
  24. ERROR: home.asm(44) -> home/copy.asm(113):
  25. 'LoadFontsExtra2' already defined in home/gfx.asm(113)
  26. ERROR: home.asm(44) -> home/copy.asm(117):
  27. 'DecompressRequest2bpp' already defined in home/gfx.asm(117)
  28. ERROR: home.asm(44) -> home/copy.asm(135):
  29. 'FarCopyBytes' already defined in home/gfx.asm(135)
  30. ERROR: home.asm(44) -> home/copy.asm(150):
  31. 'FarCopyBytesDouble' already defined in home/gfx.asm(150)
  32. ERROR: home.asm(44) -> home/copy.asm(172):
  33. 'FarCopyBytesDouble.loop' already defined in home/gfx.asm(172)
  34. ERROR: home.asm(44) -> home/copy.asm(177):
  35. 'FarCopyBytesDouble.dec' already defined in home/gfx.asm(177)
  36. ERROR: home.asm(44) -> home/copy.asm(187):
  37. 'Request2bpp' already defined in home/gfx.asm(187)
  38. ERROR: home.asm(44) -> home/copy.asm(213):
  39. 'Request2bpp.NotMobile' already defined in home/gfx.asm(213)
  40. ERROR: home.asm(44) -> home/copy.asm(222):
  41. 'Request2bpp.loop' already defined in home/gfx.asm(222)
  42. ERROR: home.asm(44) -> home/copy.asm(229):
  43. 'Request2bpp.wait' already defined in home/gfx.asm(229)
  44. ERROR: home.asm(44) -> home/copy.asm(245):
  45. 'Request2bpp.iterate' already defined in home/gfx.asm(245)
  46. ERROR: home.asm(44) -> home/copy.asm(249):
  47. 'Request2bpp.wait2' already defined in home/gfx.asm(249)
  48. ERROR: home.asm(44) -> home/copy.asm(261):
  49. 'Request1bpp' already defined in home/gfx.asm(261)
  50. ERROR: home.asm(44) -> home/copy.asm(287):
  51. 'Request1bpp.NotMobile' already defined in home/gfx.asm(287)
  52. ERROR: home.asm(44) -> home/copy.asm(296):
  53. 'Request1bpp.loop' already defined in home/gfx.asm(296)
  54. ERROR: home.asm(44) -> home/copy.asm(303):
  55. 'Request1bpp.wait' already defined in home/gfx.asm(303)
  56. ERROR: home.asm(44) -> home/copy.asm(319):
  57. 'Request1bpp.iterate' already defined in home/gfx.asm(319)
  58. ERROR: home.asm(44) -> home/copy.asm(323):
  59. 'Request1bpp.wait2' already defined in home/gfx.asm(323)
  60. ERROR: home.asm(44) -> home/copy.asm(335):
  61. 'Get2bpp' already defined in home/gfx.asm(335)
  62. ERROR: home.asm(44) -> home/copy.asm(340):
  63. 'Copy2bpp' already defined in home/gfx.asm(340)
  64. ERROR: home.asm(44) -> home/copy.asm(364):
  65. 'Get1bpp' already defined in home/gfx.asm(364)
  66. ERROR: home.asm(44) -> home/copy.asm(369):
  67. 'Copy1bpp' already defined in home/gfx.asm(369)
  68. ERROR: home.asm(48) -> home/math.asm(1):
  69. 'AddNTimes' already defined in home/array.asm(36)
  70. ERROR: home.asm(48) -> home/math.asm(5):
  71. 'AddNTimes.loop' already defined in home/array.asm(40)
  72. error: Assembly aborted (34 errors)!
  73. make: *** [Makefile:89: home.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement