Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 3.80 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Building openiboot
  2. commands.o: In function `cmd_vibrator_off':
  3. commands.c:(.text+0x7c): undefined reference to `vibrator_off'
  4. commands.o: In function `cmd_vibrator_once':
  5. commands.c:(.text+0x134): undefined reference to `vibrator_once'
  6. commands.o: In function `cmd_vibrator_loop':
  7. commands.c:(.text+0x184): undefined reference to `vibrator_loop'
  8. commands.o: In function `cmd_radio_hangup':
  9. commands.c:(.text+0x198): undefined reference to `radio_hangup'
  10. commands.o: In function `cmd_radio_call':
  11. commands.c:(.text+0x1b2): undefined reference to `radio_call'
  12. commands.o: In function `cmd_radio_register':
  13. commands.c:(.text+0x1da): undefined reference to `radio_register'
  14. commands.o: In function `cmd_radio_nvram_list':
  15. commands.c:(.text+0x1fa): undefined reference to `radio_nvram_list'
  16. commands.o: In function `cmd_radio_send':
  17. commands.c:(.text+0x20c): undefined reference to `radio_write'
  18. commands.c:(.text+0x212): undefined reference to `radio_write'
  19. commands.c:(.text+0x224): undefined reference to `radio_read'
  20. commands.c:(.text+0x242): undefined reference to `radio_read'
  21. commands.o: In function `cmd_multitouch_setup':
  22. commands.c:(.text+0x328): undefined reference to `multitouch_setup'
  23. commands.o: In function `cmd_audiohw_speaker_vol':
  24. commands.c:(.text+0x346): undefined reference to `loudspeaker_vol'
  25. commands.c:(.text+0x35e): undefined reference to `speaker_vol'
  26. commands.o: In function `cmd_audiohw_headphone_vol':
  27. commands.c:(.text+0x3aa): undefined reference to `audiohw_set_headphone_vol'
  28. commands.c:(.text+0x3dc): undefined reference to `audiohw_settings'
  29. commands.o: In function `cmd_audiohw_play_pcm':
  30. commands.c:(.text+0x42a): undefined reference to `audiohw_play_pcm'
  31. commands.c:(.text+0x440): undefined reference to `audiohw_play_pcm'
  32. commands.o: In function `cmd_audiohw_transfers_done':
  33. commands.c:(.text+0x456): undefined reference to `audiohw_transfers_done'
  34. commands.o: In function `cmd_audiohw_resume':
  35. commands.c:(.text+0x46e): undefined reference to `audiohw_resume'
  36. commands.o: In function `cmd_audiohw_pause':
  37. commands.c:(.text+0x482): undefined reference to `audiohw_pause'
  38. commands.o: In function `cmd_audiohw_position':
  39. commands.c:(.text+0x496): undefined reference to `audiohw_get_position'
  40. commands.c:(.text+0x49c): undefined reference to `audiohw_get_total'
  41. commands.o: In function `cmd_als_dis':
  42. commands.c:(.text+0x4ec): undefined reference to `als_disable_interrupt'
  43. commands.o: In function `cmd_als_en':
  44. commands.c:(.text+0x500): undefined reference to `als_enable_interrupt'
  45. commands.o: In function `cmd_als_channel':
  46. commands.c:(.text+0x524): undefined reference to `als_setchannel'
  47. commands.o: In function `cmd_als':
  48. commands.c:(.text+0x542): undefined reference to `als_data'
  49. openiboot.o: In function `multitouch_pre_setup':
  50. openiboot.c:(.text+0x3e2): undefined reference to `multitouch_setup'
  51. openiboot.o: In function `OpenIBootStart':
  52. openiboot.c:(.text+0x468): undefined reference to `audiohw_init'
  53. openiboot.c:(.text+0x4b2): undefined reference to `multitouch_setup'
  54. openiboot.c:(.text+0x51e): undefined reference to `camera_setup'
  55. openiboot.c:(.text+0x522): undefined reference to `radio_setup'
  56. openiboot.c:(.text+0x532): undefined reference to `als_setup'
  57. openiboot.c:(.text+0x566): undefined reference to `audiohw_postinit'
  58. actions.o: In function `boot_linux':
  59. actions.c:(.text+0x76): undefined reference to `radio_nvram_get'
  60. actions.c:(.text+0x82): undefined reference to `radio_nvram_get'
  61. menu.o: In function `menu_setup':
  62. menu.c:(.text+0x280): undefined reference to `multitouch_run'
  63. menu.c:(.text+0x2ae): undefined reference to `multitouch_ispoint_inside_region'
  64. menu.c:(.text+0x8d8): undefined reference to `radio_setup'
  65. collect2: ld returned 1 exit status
  66. make: *** [openiboot] Error 1
  67. alex@ubuntu:/mnt/hgfs/Data/idroid-release-0.1/openiboot/iphonelinux/openiboot$