Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gyaresu on zaphod in ~/programming/rfcat/firmware
- λ make ys1fw
- ==== CLEANING STUFF UP ====
- rm -f *.ihx *.rel *.hex *.sym *.asm *.lst *.lnk *.map *.mem *.rst
- #./new_serial.py
- sdcc -Iinclude -DBUILD_VERSION=`../revision.sh` -DYARDSTICKONE -DCC1111 -DUSBDEVICE -DUSB_DEVICE_SERIAL_NUMBER="`./new_serial.py`" -c chipcon_usb.c
- [--- new serial number: 0000 ---]
- In file included from chipcon_usb.c:1:
- include/global.h:58:1: warning: "NOP" redefined
- In file included from /opt/local/bin/../share/sdcc/include/mcs51/cc1110.h:29,
- from include/cc1111.h:5,
- from include/global.h:7,
- from chipcon_usb.c:1:
- /opt/local/bin/../share/sdcc/include/mcs51/compiler.h:88:1: error: this is the location of the previous definition
- chipcon_usb.c:633: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
- chipcon_usb.c:717: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
- chipcon_usb.c:1209: warning 230: label without statement
- sdcc -Iinclude -DBUILD_VERSION=`../revision.sh` -DYARDSTICKONE -DCC1111 -DUSBDEVICE -c chipcon_usbdebug.c
- In file included from include/chipcon_usb.h:4,
- from chipcon_usbdebug.c:1:
- include/global.h:58:1: warning: "NOP" redefined
- In file included from /opt/local/bin/../share/sdcc/include/mcs51/cc1110.h:29,
- from include/cc1111.h:5,
- from include/global.h:7,
- from include/chipcon_usb.h:4,
- from chipcon_usbdebug.c:1:
- /opt/local/bin/../share/sdcc/include/mcs51/compiler.h:88:1: error: this is the location of the previous definition
- sdcc -Iinclude -DBUILD_VERSION=`../revision.sh` -DYARDSTICKONE -DCC1111 -DUSBDEVICE -c chipcon_dma.c
- In file included from include/chipcon_usb.h:4,
- from include/cc1111.h:48,
- from include/chipcon_dma.h:5,
- from chipcon_dma.c:2:
- include/global.h:58:1: warning: "NOP" redefined
- In file included from /opt/local/bin/../share/sdcc/include/mcs51/cc1110.h:29,
- from include/cc1111.h:5,
- from include/chipcon_dma.h:5,
- from chipcon_dma.c:2:
- /opt/local/bin/../share/sdcc/include/mcs51/compiler.h:88:1: error: this is the location of the previous definition
- chipcon_dma.c:27: error 226: no type specifier for 'dma_channels'
- make: *** [chipcon_dma.rel] Error 1
Add Comment
Please, Sign In to add comment