Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.56 KB | None | 0 0
  1. [bryan@Bryans-MacBook-Pro:~/Documents/Projects/xash3d-libs/xash3d-switch]
  2. $ make -f Makefile.switch
  3. linking xash3d-switch.elf
  4. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: warning: size of symbol `teamplay' changed from 8 in sv_main.o to 32 in /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libserver.a(game.o)
  5. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(cdll_int.o): in function `__MsgFunc_Bhopcap(char const*, int, void*)':
  6. /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/cdll_int.cpp:52: undefined reference to `CLDLL_g_bhopcap'
  7. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/cdll_int.cpp:52: undefined reference to `CLDLL_g_bhopcap'
  8. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(cdll_int.o): in function `HUD_PlayerMoveInit':
  9. /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/cdll_int.cpp:140: undefined reference to `CLDLL_PM_Init'
  10. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(cdll_int.o): in function `HUD_PlayerMoveTexture':
  11. /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/cdll_int.cpp:145: undefined reference to `CLDLL_PM_FindTextureType'
  12. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(cdll_int.o): in function `HUD_PlayerMove':
  13. /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/cdll_int.cpp:150: undefined reference to `CLDLL_PM_Move'
  14. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(hl_weapons.o): in function `_GLOBAL__sub_I_g_flApplyVel':
  15. /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:461: undefined reference to `vtable for CLDLL_CGlock'
  16. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:493: undefined reference to `vtable for CLDLL_CCrowbar'
  17. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:461: undefined reference to `vtable for CLDLL_CGlock'
  18. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:493: undefined reference to `vtable for CLDLL_CCrowbar'
  19. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:526: undefined reference to `vtable for CLDLL_CPython'
  20. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:557: undefined reference to `vtable for CLDLL_CMP5'
  21. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:590: undefined reference to `vtable for CLDLL_CCrossbow'
  22. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:624: undefined reference to `vtable for CLDLL_CShotgun'
  23. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:676: undefined reference to `vtable for CLDLL_CRpg'
  24. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:737: undefined reference to `vtable for CLDLL_CGauss'
  25. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:784: undefined reference to `vtable for CLDLL_CEgon'
  26. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:850: undefined reference to `vtable for CLDLL_CHgun'
  27. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:889: undefined reference to `vtable for CLDLL_CHandGrenade'
  28. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:913: undefined reference to `vtable for CLDLL_CSatchel'
  29. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:947: undefined reference to `vtable for CLDLL_CTripmine'
  30. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:979: undefined reference to `vtable for CLDLL_CSqueak'
  31. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:526: undefined reference to `vtable for CLDLL_CPython'
  32. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:557: undefined reference to `vtable for CLDLL_CMP5'
  33. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:590: undefined reference to `vtable for CLDLL_CCrossbow'
  34. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:624: undefined reference to `vtable for CLDLL_CShotgun'
  35. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:676: undefined reference to `vtable for CLDLL_CRpg'
  36. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:737: undefined reference to `vtable for CLDLL_CGauss'
  37. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:784: undefined reference to `vtable for CLDLL_CEgon'
  38. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:850: undefined reference to `vtable for CLDLL_CHgun'
  39. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:889: undefined reference to `vtable for CLDLL_CHandGrenade'
  40. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:913: undefined reference to `vtable for CLDLL_CSatchel'
  41. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:947: undefined reference to `vtable for CLDLL_CTripmine'
  42. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/../dlls/weapons.h:979: undefined reference to `vtable for CLDLL_CSqueak'
  43. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /opt/devkitpro/portlibs/switch/lib/libdrm_nouveau.a(nouveau.o): in function `nouveau_device_new':
  44. /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:180: undefined reference to `nvGpuCreate'
  45. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /opt/devkitpro/portlibs/switch/lib/libdrm_nouveau.a(nouveau.o): in function `nouveau_device_del':
  46. /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:198: undefined reference to `nvGpuClose'
  47. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /opt/devkitpro/portlibs/switch/lib/libdrm_nouveau.a(nouveau.o): in function `nouveau_bo_new':
  48. /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:313: undefined reference to `nvBufferCreate'
  49. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:337: undefined reference to `nvBufferGetGpuAddr'
  50. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:339: undefined reference to `nvBufferGetCpuAddr'
  51. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:323: undefined reference to `nvBufferMapAsTexture'
  52. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:337: undefined reference to `nvBufferGetGpuAddrTexture'
  53. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:339: undefined reference to `nvBufferGetCpuAddr'
  54. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:313: undefined reference to `nvBufferCreate'
  55. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /opt/devkitpro/portlibs/switch/lib/libdrm_nouveau.a(nouveau.o): in function `nouveau_bo_name_ref':
  56. /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:382: undefined reference to `nvAddressSpaceMapBuffer'
  57. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /opt/devkitpro/portlibs/switch/lib/libdrm_nouveau.a(nouveau.o): in function `nouveau_bo_del':
  58. /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/nouveau.c:286: undefined reference to `nvBufferFree'
  59. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /opt/devkitpro/portlibs/switch/lib/libdrm_nouveau.a(pushbuf.o): in function `nouveau_pushbuf_del':
  60. /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/pushbuf.c:461: undefined reference to `nvBufferFree'
  61. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /opt/devkitpro/portlibs/switch/lib/libdrm_nouveau.a(pushbuf.o): in function `nouveau_pushbuf_new':
  62. /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/pushbuf.c:435: undefined reference to `nvBufferCreate'
  63. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/pushbuf.c:444: undefined reference to `nvBufferGetCpuAddr'
  64. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /opt/devkitpro/portlibs/switch/lib/libdrm_nouveau.a(pushbuf.o): in function `pushbuf_submit':
  65. /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/pushbuf.c:218: undefined reference to `nvGpfifoAppendEntry'
  66. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/pushbuf.c:225: undefined reference to `nvBufferGetGpuAddr'
  67. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/pushbuf.c:225: undefined reference to `nvGpfifoAppendEntry'
  68. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /home/fincs/pacman-packages/switch/libdrm_nouveau/src/source/pushbuf.c:232: undefined reference to `nvGpfifoFlush'
  69. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(hud_spectator.o): in function `CHudSpectator::Init()':
  70. /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/hud_spectator.cpp:121: undefined reference to `iJumpSpectator'
  71. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/hud_spectator.cpp:121: undefined reference to `iJumpSpectator'
  72. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(hud_spectator.o): in function `CHudSpectator::SetSpectatorStartPosition()':
  73. /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/hud_spectator.cpp:328: undefined reference to `iJumpSpectator'
  74. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/hud_spectator.cpp:328: undefined reference to `iJumpSpectator'
  75. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(hud_spectator.o): in function `CHudSpectator::FindNextPlayer(bool)':
  76. /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/hud_spectator.cpp:613: undefined reference to `iJumpSpectator'
  77. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(hud_spectator.o):/Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/hud_spectator.cpp:613: more undefined references to `iJumpSpectator' follow
  78. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(view.o): in function `V_GetChaseOrigin(float*, float*, float, float*)':
  79. /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/view.cpp:860: undefined reference to `CLDLL_PM_GetPhysEntInfo'
  80. /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/8.2.0/../../../../aarch64-none-elf/bin/ld: /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/lib/libclient.a(ev_hldm.o): in function `EV_HLDM_PlayTextureSound(int, pmtrace_s*, float*, float*, int)':
  81. /Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/hlsdk-xash3d/cl_dll/ev_hldm.cpp:143: undefined reference to `CLDLL_PM_FindTextureType'
  82. collect2: error: ld returned 1 exit status
  83. make[1]: *** [/Users/bryan/Documents/Projects/xash3d-libs/xash3d-switch/xash3d-switch.elf] Error 1
  84. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement