Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nanik@nanik-desktop:/media/SeagateInternal/Data/OpenSourceHardwareProjects/anelok/anelok/fw$ make -j1
- CC main.o
- main.c: In function 'usb':
- main.c:411:2: warning: implicit declaration of function 'usb_begin' [-Wimplicit-function-declaration]
- CC start.o
- CC gpio.o
- CC display.o
- CC wheel.o
- CC text.o
- CC event.o
- CC rf.o
- rf.c:62:13: warning: 'rf_end' defined but not used [-Wunused-function]
- CC misc.o
- CC power.o
- CC mmc-hw.o
- CC mmc.o
- CC clock.o
- CC led.o
- CC adc.o
- CC board.o
- CC console.o
- CC kinetis-dev.o
- CC kinetis-host.o
- CC kinetis-common.o
- CC usb-board.o
- CC usb.o
- CC host.o
- CC descr.o
- CC main.elf
- size main.elf
- text data bss dec hex filename
- 16576 1908 1624 20108 4e8c main.elf
- BUILD main.srec
- nanik@nanik-desktop:/media/SeagateInternal/Data/OpenSourceHardwareProjects/anelok/anelok/fw$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement