Advertisement
Guest User

Untitled

a guest
Nov 29th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. nanik@nanik-desktop:/media/SeagateInternal/Data/OpenSourceHardwareProjects/anelok/anelok/fw$ make -j12
  2. CC main.o
  3. CC start.o
  4. CC gpio.o
  5. CC display.o
  6. CC wheel.o
  7. CC text.o
  8. CC event.o
  9. CC rf.o
  10. CC power.o
  11. CC mmc.o
  12. CC mmc-hw.o
  13. rf.c:62:13: warning: 'rf_end' defined but not used [-Wunused-function]
  14. CC misc.o
  15. main.c: In function 'usb':
  16. main.c:411:2: warning: implicit declaration of function 'usb_begin' [-Wimplicit-function-declaration]
  17. CC clock.o
  18. CC led.o
  19. CC adc.o
  20. CC board.o
  21. CC console.o
  22. CC kinetis-host.o
  23. CC kinetis-dev.o
  24. CC kinetis-common.o
  25. CC usb-board.o
  26. CC usb.o
  27. In file included from usb/kinetis-host.c:28:0:
  28. usb/host.h: In function 'usb_setup_urb':
  29. usb/host.h:71:13: error: 'PID_SETUP' undeclared (first use in this function)
  30. usb/host.h:71:13: note: each undeclared identifier is reported only once for each function it appears in
  31. usb/host.h: In function 'usb_data_urb':
  32. usb/host.h:83:19: error: 'PID_OUT' undeclared (first use in this function)
  33. usb/host.h:83:29: error: 'PID_IN' undeclared (first use in this function)
  34. usb/kinetis-dev.c: In function 'token_done':
  35. usb/kinetis-dev.c:232:7: error: 'PID_SETUP' undeclared (first use in this function)
  36. usb/kinetis-dev.c:232:7: note: each undeclared identifier is reported only once for each function it appears in
  37. usb/kinetis-dev.c:242:7: error: 'PID_OUT' undeclared (first use in this function)
  38. usb/kinetis-dev.c:254:7: error: 'PID_IN' undeclared (first use in this function)
  39. make: *** [kinetis-dev.o] Error 1
  40. make: *** Waiting for unfinished jobs....
  41. usb/kinetis-host.c: In function 'start_urb':
  42. usb/kinetis-host.c:59:30: error: 'PID_IN' undeclared (first use in this function)
  43. usb/kinetis-host.c:67:19: error: 'PID_SETUP' undeclared (first use in this function)
  44. usb/kinetis-host.c: In function 'token_done':
  45. usb/kinetis-host.c:103:19: error: 'PID_IN' undeclared (first use in this function)
  46. usb/kinetis-host.c:118:7: error: 'PID_ACK' undeclared (first use in this function)
  47. usb/kinetis-host.c:119:7: error: 'PID_DATA0' undeclared (first use in this function)
  48. usb/kinetis-host.c:120:7: error: 'PID_DATA1' undeclared (first use in this function)
  49. usb/kinetis-host.c:124:35: error: 'PID_OUT' undeclared (first use in this function)
  50. usb/kinetis-host.c:126:20: error: 'PID_SETUP' undeclared (first use in this function)
  51. usb/kinetis-host.c:176:7: error: 'PID_STALL' undeclared (first use in this function)
  52. make: *** [kinetis-host.o] Error 1
  53. make: *** wait: No child processes. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement