Advertisement
tthtlc

Compiling the firmware for r0ket

Mar 13th, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.67 KB | None | 0 0
  1. make
  2. arm-none-eabi-gcc -std=c99 -c -g -Os -I. -I./core -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o main.o main.c
  3. ./l0dable/mktable.pl
  4. done.
  5. arm-none-eabi-gcc -std=c99 -c -g -Os -I. -I./core -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o table.o table.c
  6. table.c:88:1: warning: initialization discards 'volatile' qualifier from pointer target type [enabled by default]
  7. table.c:104:1: warning: initialization discards 'volatile' qualifier from pointer target type [enabled by default]
  8. table.c:105:1: warning: initialization discards 'volatile' qualifier from pointer target type [enabled by default]
  9. arm-none-eabi-gcc -std=c99 -c -g -Os -I. -I./core -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o lpc1xxx/LPC13xx_handlers.o lpc1xxx/LPC13xx_handlers.c
  10. arm-none-eabi-gcc -std=c99 -c -g -Os -I. -I./core -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o lpc1xxx/LPC1xxx_startup.o lpc1xxx/LPC1xxx_startup.c
  11. make ROOT_PATH=../. --no-print-directory -C lcd/
  12. .././Makefile.util:20: Makefile.dep: No such file or directory
  13. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o display.o display.c
  14. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o render.o render.c
  15. render.c: In function '_getFontData':
  16. render.c:54:10: warning: variable 'res' set but not used [-Wunused-but-set-variable]
  17. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o decoder.o decoder.c
  18. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o backlight.o backlight.c
  19. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o print.o print.c
  20. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o image.o image.c
  21. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o o.o o.c
  22. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o fonts/invaders.o fonts/invaders.c
  23. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o fonts/orbitron14.o fonts/orbitron14.c
  24. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o fonts/smallfonts.o fonts/smallfonts.c
  25. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o fonts/ubuntu18.o fonts/ubuntu18.c
  26. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o fonts/ubuntu29.o fonts/ubuntu29.c
  27. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o fonts/ubuntu36.o fonts/ubuntu36.c
  28. arm-none-eabi-ar rcs liblcd.a display.o render.o decoder.o backlight.o print.o image.o o.o fonts/invaders.o fonts/orbitron14.o fonts/smallfonts.o fonts/ubuntu18.o fonts/ubuntu29.o fonts/ubuntu36.o
  29. arm-none-eabi-ranlib liblcd.a
  30. (echo "#include <lcd/fonts.h>";for a in fonts/invaders fonts/orbitron14 fonts/smallfonts fonts/ubuntu18 fonts/ubuntu29 fonts/ubuntu36 ; do echo "#include <lcd/$a.h>"; done) > allfonts.h
  31. make ROOT_PATH=../. --no-print-directory -C basic/
  32. .././Makefile.util:20: Makefile.dep: No such file or directory
  33. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o basic.o basic.c
  34. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o reinvoke_isp.o reinvoke_isp.c
  35. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o delayms.o delayms.c
  36. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o voltage.o voltage.c
  37. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o night.o night.c
  38. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o keyin.o keyin.c
  39. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o uuid.o uuid.c
  40. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o crc.o crc.c
  41. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o menu.o menu.c
  42. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o xxtea.o xxtea.c
  43. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o ecc.o ecc.c
  44. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o byteorder.o byteorder.c
  45. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o random.o random.c
  46. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o idle.o idle.c
  47. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o config.o config.c
  48. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o itoa.o itoa.c
  49. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o stringin.o stringin.c
  50. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o simpletime.o simpletime.c
  51. arm-none-eabi-ar rcs libbasic.a basic.o reinvoke_isp.o delayms.o voltage.o night.o keyin.o uuid.o crc.o menu.o xxtea.o ecc.o byteorder.o random.o idle.o config.o itoa.o stringin.o simpletime.o
  52. arm-none-eabi-ranlib libbasic.a
  53. make ROOT_PATH=../. --no-print-directory -C core/
  54. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o sysinit.o sysinit.c
  55. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o adc/adc.o adc/adc.c
  56. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o cpu/cpu.o cpu/cpu.c
  57. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o gpio/gpio.o gpio/gpio.c
  58. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o i2c/i2c.o i2c/i2c.c
  59. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o iap/iap.o iap/iap.c
  60. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o libc/ctype.o libc/ctype.c
  61. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o libc/stdio.o libc/stdio.c
  62. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o libc/string.o libc/string.c
  63. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o pmu/pmu.o pmu/pmu.c
  64. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o ssp/ssp.o ssp/ssp.c
  65. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o systick/systick.o systick/systick.c
  66. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o timer16/timer16.o timer16/timer16.c
  67. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o timer32/timer32.o timer32/timer32.c
  68. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o wdt/wdt.o wdt/wdt.c
  69. arm-none-eabi-ar rcs libcore.a sysinit.o adc/adc.o cpu/cpu.o gpio/gpio.o i2c/i2c.o iap/iap.o libc/ctype.o libc/stdio.o libc/string.o pmu/pmu.o ssp/ssp.o systick/systick.o timer16/timer16.o timer32/timer32.o wdt/wdt.o
  70. make ROOT_PATH=../. --no-print-directory -C applications/
  71. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o default.o default.c
  72. ./mkfirmware.pl final final/beacon.c final/config.c final/exe.c final/flame.c final/mesh.c final/nickname.c final/util.c > final.gen
  73. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o final.o final.c
  74. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o final/beacon.o final/beacon.c
  75. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o final/config.o final/config.c
  76. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o final/exe.o final/exe.c
  77. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o final/flame.o final/flame.c
  78. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o final/mesh.o final/mesh.c
  79. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o final/nickname.o final/nickname.c
  80. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o final/util.o final/util.c
  81. ./mkwrapper default.o final.o final/beacon.o final/config.o final/exe.o final/flame.o final/mesh.o final/nickname.o final/util.o > wrapper.c
  82. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o wrapper.o wrapper.c
  83. rm -f -f libapp.a
  84. arm-none-eabi-ar rcs libapp.a default.o final.o final/beacon.o final/config.o final/exe.o final/flame.o final/mesh.o final/nickname.o final/util.o wrapper.o
  85. make ROOT_PATH=../. --no-print-directory -C filesystem/
  86. .././Makefile.util:20: Makefile.dep: No such file or directory
  87. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o ff.o ff.c
  88. ff.c: In function 'sync':
  89. ff.c:771:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  90. ff.c: In function 'chk_mounted':
  91. ff.c:2138:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  92. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o diskio.o diskio.c
  93. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o iobase.o iobase.c
  94. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o mmc.o mmc.c
  95. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o at45db041d.o at45db041d.c
  96. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o util.o util.c
  97. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o select.o select.c
  98. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o execute.o execute.c
  99. arm-none-eabi-ar rcs libfat.a ff.o diskio.o iobase.o mmc.o at45db041d.o util.o select.o execute.o
  100. arm-none-eabi-ranlib libfat.a
  101. make ROOT_PATH=../. --no-print-directory -C usb/
  102. .././Makefile.util:20: Makefile.dep: No such file or directory
  103. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o usbconfig.o usbconfig.c
  104. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o usbhid.o usbhid.c
  105. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o usbmsc.o usbmsc.c
  106. arm-none-eabi-ar rcs libusb.a usbconfig.o usbhid.o usbmsc.o
  107. arm-none-eabi-ranlib libusb.a
  108. make ROOT_PATH=../. --no-print-directory -C funk/
  109. .././Makefile.util:20: Makefile.dep: No such file or directory
  110. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o nrf24l01p.o nrf24l01p.c
  111. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o rftransfer.o rftransfer.c
  112. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o filetransfer.o filetransfer.c
  113. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o openbeacon.o openbeacon.c
  114. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o mesh.o mesh.c
  115. mesh.c: In function 'mesh_sendloop':
  116. mesh.c:177:9: warning: implicit declaration of function 'getrelease' [-Wimplicit-function-declaration]
  117. mesh.c:162:9: warning: variable 'status' set but not used [-Wunused-but-set-variable]
  118. arm-none-eabi-ar rcs libfunk.a nrf24l01p.o rftransfer.o filetransfer.o openbeacon.o mesh.o
  119. arm-none-eabi-ranlib libfunk.a
  120. make ROOT_PATH=../. --no-print-directory -C usbcdc/
  121. .././Makefile.util:20: Makefile.dep: No such file or directory
  122. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o cdcuser.o cdcuser.c
  123. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o usbcore.o usbcore.c
  124. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o usbdesc.o usbdesc.c
  125. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o usbhw.o usbhw.c
  126. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o usbuser.o usbuser.c
  127. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o util.o util.c
  128. arm-none-eabi-ar rcs libusbcdc.a cdcuser.o usbcore.o usbdesc.o usbhw.o usbuser.o util.o
  129. arm-none-eabi-ranlib libusbcdc.a
  130. make ROOT_PATH=../. --no-print-directory -C flame/
  131. .././Makefile.util:20: Makefile.dep: No such file or directory
  132. arm-none-eabi-gcc -std=c99 -c -g -Os -I../. -I../core -I. -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -o flame.o flame.c
  133. arm-none-eabi-ar rcs libflame.a flame.o
  134. arm-none-eabi-ranlib libflame.a
  135. cd ../tools/bootloader && make
  136. make[1]: Entering directory `/home/tthtlc/Downloads/r0ket/tools/bootloader'
  137. gcc -Wall -O2 -std=c99 -o lpcfix lpcfix.c
  138. make[1]: Leaving directory `/home/tthtlc/Downloads/r0ket/tools/bootloader'
  139. arm-none-eabi-ld -nostartfiles --gc-sections -Map=firmware.map -T lpc1xxx/memory.ld -o firmware.elf main.o table.o lpc1xxx/LPC13xx_handlers.o lpc1xxx/LPC1xxx_startup.o -Lapplications -lapp -Lfunk -lfunk -Lusbcdc -lusbcdc -Lfilesystem -lfat -Lbasic -lbasic -Llcd -llcd -Lcore -lcore -Lusb -lusb -lbasic -lfunk -Lflame -lflame
  140.  
  141. arm-none-eabi-size firmware.elf
  142. text data bss dec hex filename
  143. 31713 332 3031 35076 8904 firmware.elf
  144.  
  145. arm-none-eabi-objcopy --strip-unneeded -O binary firmware.elf firmware.bin
  146.  
  147. ../tools/bootloader/lpcfix -c firmware.bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement