Nick: N2 E-mail: none Board: unknown Contents: pi@raspberrypi:~/frser-duino $ make flash-mega2560 BLBAUD=115200 AVRDUDE_PROGRAMMER="wiring" SERIAL_DEV=/dev/ttyACM0 AVRDUDE_MCU=m2560 make program make[1]: Entering directory '/home/pi/frser-duino' avr-gcc -mmcu=atmega328p -DBAUD=115200 -Os -fno-inline-small-functions -fno-tree-switch-conversion -frename-registers -g -Wall -W -pipe -flto -fwhole-program -std=gnu99 -Ilibfrser -std=gnu99 -I. -o frser-duino.out main.c uart.c spihw.c libfrser/frser.c libfrser/udelay.c libfrser/spilib.c libfrser/spihw_avrspi.c In function ‘__vector_18’: uart.c:47:1: warning: ‘_vector_18’ appears to be a misspelled signal handler [enabled by default] ISR(RX_ISR) { ^ avr-size frser-duino.out text data bss dec hex filename 1454 0 1036 2490 9ba frser-duino.out avr-objcopy -j .text -j .data -O ihex frser-duino.out frser-duino.hex avrdude -c wiring -p m2560 -P /dev/ttyACM0 -b 115200 -U flash:w:frser-duino.hex avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.02s avrdude: Device signature = 0x1e9801 avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed To disable this feature, specify the -D option. avrdude: erasing chip avrdude: stk500v2_command(): command failed avrdude done. Thank you. Makefile:70: recipe for target 'program' failed make[1]: *** [program] Error 255 make[1]: Leaving directory '/home/pi/frser-duino' Makefile:112: recipe for target 'flash-mega2560' failed make: *** [flash-mega2560] Error 2 pi@raspberrypi:~/frser-duino $