Advertisement
Guest User

Untitled

a guest
Oct 14th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1.  
  2. xbmc/input/input.a(SDLJoystick.o): In function `CJoystick::GetHat(int&, int&, bool)':
  3. SDLJoystick.cpp:(.text+0x160): undefined reference to `SDL_GetTicks'
  4. xbmc/input/input.a(SDLJoystick.o): In function `CJoystick::GetButton(int&, bool)':
  5. SDLJoystick.cpp:(.text+0x224): undefined reference to `SDL_GetTicks'
  6. xbmc/input/input.a(SDLJoystick.o): In function `CJoystick::Update(SDL_Event&)':
  7. SDLJoystick.cpp:(.text+0x3b8): undefined reference to `SDL_JoystickNumAxes'
  8. SDLJoystick.cpp:(.text+0x428): undefined reference to `SDL_GetTicks'
  9. SDLJoystick.cpp:(.text+0x4a0): undefined reference to `SDL_GetTicks'
  10. xbmc/input/input.a(SDLJoystick.o): In function `CJoystick::Update()':
  11. SDLJoystick.cpp:(.text+0x554): undefined reference to `SDL_JoystickUpdate'
  12. SDLJoystick.cpp:(.text+0x570): undefined reference to `SDL_JoystickNumButtons'
  13. SDLJoystick.cpp:(.text+0x57c): undefined reference to `SDL_JoystickNumHats'
  14. SDLJoystick.cpp:(.text+0x588): undefined reference to `SDL_JoystickNumAxes'
  15. SDLJoystick.cpp:(.text+0x5bc): undefined reference to `SDL_JoystickGetButton'
  16. SDLJoystick.cpp:(.text+0x5cc): undefined reference to `SDL_JoystickIndex'
  17. SDLJoystick.cpp:(.text+0x608): undefined reference to `SDL_JoystickGetHat'
  18. SDLJoystick.cpp:(.text+0x618): undefined reference to `SDL_JoystickIndex'
  19. SDLJoystick.cpp:(.text+0x664): undefined reference to `SDL_JoystickGetAxis'
  20. SDLJoystick.cpp:(.text+0x6f4): undefined reference to `SDL_GetTicks'
  21. SDLJoystick.cpp:(.text+0x744): undefined reference to `SDL_GetTicks'
  22. SDLJoystick.cpp:(.text+0x764): undefined reference to `SDL_JoystickIndex'
  23. xbmc/input/input.a(SDLJoystick.o): In function `CJoystick::ReleaseJoysticks()':
  24. SDLJoystick.cpp:(.text+0x9e4): undefined reference to `SDL_QuitSubSystem'
  25. SDLJoystick.cpp:(.text+0x9ec): undefined reference to `SDL_WasInit'
  26. xbmc/input/input.a(SDLJoystick.o): In function `CJoystick::Initialize()':
  27. SDLJoystick.cpp:(.text+0xaac): undefined reference to `SDL_InitSubSystem'
  28. SDLJoystick.cpp:(.text+0xb20): undefined reference to `SDL_NumJoysticks'
  29. SDLJoystick.cpp:(.text+0xb2c): undefined reference to `SDL_NumJoysticks'
  30. SDLJoystick.cpp:(.text+0xb58): undefined reference to `SDL_JoystickOpen'
  31. SDLJoystick.cpp:(.text+0xb98): undefined reference to `SDL_JoystickName'
  32. SDLJoystick.cpp:(.text+0xbf8): undefined reference to `SDL_JoystickName'
  33. SDLJoystick.cpp:(.text+0xc10): undefined reference to `SDL_JoystickNumAxes'
  34. SDLJoystick.cpp:(.text+0xc1c): undefined reference to `SDL_JoystickNumHats'
  35. SDLJoystick.cpp:(.text+0xc28): undefined reference to `SDL_JoystickNumButtons'
  36. SDLJoystick.cpp:(.text+0xc48): undefined reference to `SDL_NumJoysticks'
  37. SDLJoystick.cpp:(.text+0xc58): undefined reference to `SDL_JoystickEventState'
  38. SDLJoystick.cpp:(.text+0xd60): undefined reference to `SDL_JoystickOpened'
  39. SDLJoystick.cpp:(.text+0xd74): undefined reference to `SDL_JoystickClose'
  40. SDLJoystick.cpp:(.text+0xda0): undefined reference to `SDL_GetError'
  41. collect2: ld returned 1 exit status
  42. Makefile:376: recipe for target 'xbmc.bin' failed
  43. make: *** [xbmc.bin] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement