Guest User

Untitled

a guest
Aug 5th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.37 KB | None | 0 0
  1. gyaresu on zaphod in ~/programming/rfcat/firmware
  2. λ make ys1fw
  3.  
  4. ==== CLEANING STUFF UP ====
  5. rm -f *.ihx *.rel *.hex *.sym *.asm *.lst *.lnk *.map *.mem *.rst
  6. #./new_serial.py
  7. sdcc -Iinclude -DBUILD_VERSION=`../revision.sh` -DYARDSTICKONE -DCC1111 -DUSBDEVICE  -DUSB_DEVICE_SERIAL_NUMBER="`./new_serial.py`" -c chipcon_usb.c
  8. [--- new serial number: 0000 ---]
  9. In file included from chipcon_usb.c:1:
  10. include/global.h:58:1: warning: "NOP" redefined
  11. In file included from /opt/local/bin/../share/sdcc/include/mcs51/cc1110.h:29,
  12.                  from include/cc1111.h:5,
  13.                  from include/global.h:7,
  14.                  from chipcon_usb.c:1:
  15. /opt/local/bin/../share/sdcc/include/mcs51/compiler.h:88:1: error: this is the location of the previous definition
  16. chipcon_usb.c:633: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
  17. chipcon_usb.c:717: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
  18. chipcon_usb.c:1209: warning 230: label without statement
  19. sdcc -Iinclude -DBUILD_VERSION=`../revision.sh` -DYARDSTICKONE -DCC1111 -DUSBDEVICE -c chipcon_usbdebug.c
  20. In file included from include/chipcon_usb.h:4,
  21.                  from chipcon_usbdebug.c:1:
  22. include/global.h:58:1: warning: "NOP" redefined
  23. In file included from /opt/local/bin/../share/sdcc/include/mcs51/cc1110.h:29,
  24.                  from include/cc1111.h:5,
  25.                  from include/global.h:7,
  26.                  from include/chipcon_usb.h:4,
  27.                  from chipcon_usbdebug.c:1:
  28. /opt/local/bin/../share/sdcc/include/mcs51/compiler.h:88:1: error: this is the location of the previous definition
  29. sdcc -Iinclude -DBUILD_VERSION=`../revision.sh` -DYARDSTICKONE -DCC1111 -DUSBDEVICE -c chipcon_dma.c
  30. In file included from include/chipcon_usb.h:4,
  31.                  from include/cc1111.h:48,
  32.                  from include/chipcon_dma.h:5,
  33.                  from chipcon_dma.c:2:
  34. include/global.h:58:1: warning: "NOP" redefined
  35. In file included from /opt/local/bin/../share/sdcc/include/mcs51/cc1110.h:29,
  36.                  from include/cc1111.h:5,
  37.                  from include/chipcon_dma.h:5,
  38.                  from chipcon_dma.c:2:
  39. /opt/local/bin/../share/sdcc/include/mcs51/compiler.h:88:1: error: this is the location of the previous definition
  40. chipcon_dma.c:27: error 226: no type specifier for 'dma_channels'
  41. make: *** [chipcon_dma.rel] Error 1
Add Comment
Please, Sign In to add comment