Description
This is Issue 881 moved from a Google Code project.
Added by 2012-04-08T11:46:40.000Z by dkorzhevin@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium
Original description
Hello,
I make arduino severino board based on site instructions, burned bootloader for atmega8 from arduino/hardware/arduino/bootloader/atmega8/ATmegaBOOT.hex with avrdude under Linux:
avrdude -p m8 -c stk200 -P /dev/parport0 -U flash:w:ATmegaBOOT.hex
After that i write fuse bits:
avrdude -p m8 -c stk200 -P /dev/parport0 -U lfuse:w:0xff:m -U hfuse:w:0xca:m
LED 4 (power) is "on" after i give power to arduino board, led L (LED 3) is blinking with ~10 seconds interval.
But i can't write sketches to arduino board with Arduino IDE (ver 1.0 latest): even when i choose any example sketch, when i push "Verify" button i have following errors:
/usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp:93:11: error: attempt to use poisoned "SIG_UART_RECV"
/usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp:94:4: error: #error "Don't know what the Data Received vector is called for the first UART"
Error reproduces every time, when board type = Arduino NG or older w/ Atmega 8