Advertisement
Guest User

Untitled

a guest
Nov 29th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. nanik@nanik-desktop:/media/SeagateInternal/Data/OpenSourceHardwareProjects/anelok/anelok/fw$ make -j1
  2. CC main.o
  3. main.c: In function 'usb':
  4. main.c:411:2: warning: implicit declaration of function 'usb_begin' [-Wimplicit-function-declaration]
  5. CC start.o
  6. CC gpio.o
  7. CC display.o
  8. CC wheel.o
  9. CC text.o
  10. CC event.o
  11. CC rf.o
  12. rf.c:62:13: warning: 'rf_end' defined but not used [-Wunused-function]
  13. CC misc.o
  14. CC power.o
  15. CC mmc-hw.o
  16. CC mmc.o
  17. CC clock.o
  18. CC led.o
  19. CC adc.o
  20. CC board.o
  21. CC console.o
  22. CC kinetis-dev.o
  23. CC kinetis-host.o
  24. CC kinetis-common.o
  25. CC usb-board.o
  26. CC usb.o
  27. CC host.o
  28. CC descr.o
  29. CC main.elf
  30. size main.elf
  31. text data bss dec hex filename
  32. 16576 1908 1624 20108 4e8c main.elf
  33. BUILD main.srec
  34. nanik@nanik-desktop:/media/SeagateInternal/Data/OpenSourceHardwareProjects/anelok/anelok/fw$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement