Guest User

Untitled

a guest
Apr 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. N:\Programas\msys\home\Jaime\wii\template>make
  2. linking ... template.elf
  3. n:/devkitPro/libogc/lib/wii\libwiiuse.a(dynamics.o): In function `calc_joystick_
  4. state':
  5. dynamics.c:(.text.calc_joystick_state+0xa0): undefined reference to `atanf'
  6. dynamics.c:(.text.calc_joystick_state+0xf0): undefined reference to `sqrt'
  7. dynamics.c:(.text.calc_joystick_state+0x154): undefined reference to `atanf'
  8. n:/devkitPro/libogc/lib/wii\libwiiuse.a(dynamics.o): In function `calculate_orie
  9. ntation':
  10. dynamics.c:(.text.calculate_orientation+0x230): undefined reference to `atan2f'
  11. dynamics.c:(.text.calculate_orientation+0x25c): undefined reference to `atan2f'
  12. n:/devkitPro/libogc/lib/wii\libwiiuse.a(ir.o): In function `calc_yaw':
  13. ir.c:(.text.calc_yaw+0x50): undefined reference to `atanf'
  14. n:/devkitPro/libogc/lib/wii\libwiiuse.a(ir.o): In function `fix_rotated_ir_dots'
  15. :
  16. ir.c:(.text.fix_rotated_ir_dots+0x80): undefined reference to `sin'
  17. ir.c:(.text.fix_rotated_ir_dots+0x8c): undefined reference to `cos'
  18. n:/devkitPro/libogc/lib/wii\libwiiuse.a(ir.o): In function `interpret_ir_data':
  19. ir.c:(.text.interpret_ir_data+0x390): undefined reference to `sqrt'
  20. n:/devkitPro/libogc/lib/wii\libbte.a(physbusif.o): In function `physbusif_output
  21. ':
  22. physbusif.c:(.text.physbusif_output+0x148): undefined reference to `USB_WriteBlk
  23. MsgAsync'
  24. physbusif.c:(.text.physbusif_output+0x184): undefined reference to `USB_WriteCtr
  25. lMsgAsync'
  26. n:/devkitPro/libogc/lib/wii\libbte.a(physbusif.o): In function `physbusif_shutdo
  27. wn':
  28. physbusif.c:(.text.physbusif_shutdown+0x3c): undefined reference to `USB_CloseDe
  29. viceAsync'
  30. n:/devkitPro/libogc/lib/wii\libbte.a(physbusif.o): In function `__issue_intrread
  31. ':
  32. physbusif.c:(.text.__issue_intrread+0x9c): undefined reference to `USB_ReadIntrM
  33. sgAsync'
  34. n:/devkitPro/libogc/lib/wii\libbte.a(physbusif.o): In function `__issue_bulkread
  35. ':
  36. physbusif.c:(.text.__issue_bulkread+0x9c): undefined reference to `USB_ReadBlkMs
  37. gAsync'
  38. n:/devkitPro/libogc/lib/wii\libbte.a(physbusif.o): In function `physbusif_init':
  39.  
  40. physbusif.c:(.text.physbusif_init+0x58): undefined reference to `USB_Initialize'
  41.  
  42. physbusif.c:(.text.physbusif_init+0x1a0): undefined reference to `USB_OpenDevice
  43. '
  44. physbusif.c:(.text.physbusif_init+0x1c8): undefined reference to `USB_OpenDevice
  45. '
  46. collect2: ld returned 1 exit status
  47. make[1]: *** [/n/Programas/msys/home/Jaime/wii/template/template.elf] Error 1
  48. make: *** [build] Error 2
Add Comment
Please, Sign In to add comment